<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [FIXED] Wrong url.... argh</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 23:51:18 -0000</pubDate>

		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Hi;</p>
<p>
	I'm converting calendar plugin to siena... and it still throws me "wrong url" error when I want to either view plugin or go to settings., I have no idea why. (even if the plugin consists of only standalone hook with echo inside)</p>
<p>
	here's the setup file... what am I doing wrong? I have no idea. it's the first time it happens to me.</p>
<p>
	EDIT: Okay, I just fixed it by taking a siena plugin and editing it.... it's strange. </p>
<p>
	EDIT 2 : it was because in the old lang file was placed the check for COT_CODE ;/</p>
<pre class="brush:php;">
&lt;?php
/* ====================
[BEGIN_COT_EXT]
Code=calendar
Name=Calendar
Category=
Description=Description
Version=2.7.0
Date=2011-05-24
Author=Cotonti Team
Copyright=&amp;copy; 2008-2012 Cotonti Team
Notes=
SQL=
Auth_guests=R
Lock_guests=A
Auth_members=R
Lock_members=A
Requires_modules=
[END_COT_EXT]

[BEGIN_COT_EXT_CONFIG]
cat=01:string::events:Pagecat
upcomingevent=03:select:0,1,2,3,4,5,6,7:3:Upcoming events days
[END_COT_EXT_CONFIG]
==================== */

/**
 * Calendar Plugin for Cotonti CMF
 *
 * @package calendar
 * @version 2.1
 * @author Cotonti Team
 * @copyright (c) 2008-2012 Cotonti Team
 * @license BSD
 */
 
 defined('COT_CODE') or die('Wrong URL');

?&gt;</pre>
<p>
	 </p>
]]></description>
			<pubDate>So, 09 Sep 2012 14:34:30 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=7093&d=0#post35417]]></link>
		</item>
	</channel>
</rss>