<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : mysql error ?</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 14:53:56 -0000</pubDate>

		<item>
			<title>The Stig</title>
			<description><![CDATA[Thankyou very much killer ...i'll give it a go <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 16 Nov 2010 03:17:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27044]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[@The Stig<br />
<br />
Iam not 100% sure anymore but maybe check out the file that generated the slideshow.<br />
i guess i made some bad steps in the development like adding a own DB connection... ;(<br />
<br />
i would give that a shot first.<br />
<br />
and someone ported a version to cot...<br />
<br />
<strong>Added 9 minutes later:</strong><br />
<br />
<strong><span style="color:#CC0000">*PLEASE BE AWARE THIS ARN'T COTONTI PLUGINS*</span></strong><br />
AND tada only for you: <a href="http://bbm.li/!1971E6" rel="nofollow">http://bbm.li/!1971E6</a><br />
a file history BUt be aware that i dont give any real support for these files!!!<br />
i can help here a bit but i wont fixing bugs...]]></description>
			<pubDate>Tue, 16 Nov 2010 03:05:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27043]]></link>
		</item>
		<item>
			<title>The Stig</title>
			<description><![CDATA[its everytime i press the slideshow button the error comes up in the usergal error log<br /><br /><b>Added 31 minutes later:</b><br /><br />ok...found 1 more thing wrong...<br />
when i upload images to a folder they don't appear in usergal anymore...but they did at one time ?]]></description>
			<pubDate>Mon, 15 Nov 2010 22:32:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27032]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[I though there was a solution for this at neocrome.net<br />
By taking some files from the previous version.<br />
<br />
Maybe you can PM urlkiller.<br />
He is here at Cotonti.<br />
He is working with EZ for a new PFS-system.]]></description>
			<pubDate>Mon, 15 Nov 2010 19:28:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27027]]></link>
		</item>
		<item>
			<title>The Stig</title>
			<description><![CDATA[everything is working though...just the slideshow not working]]></description>
			<pubDate>Mon, 15 Nov 2010 18:20:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27024]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Check this usergal.<br />
<a href="http://www.cotonti.com/forums.php?m=posts&amp;q=5299&amp;d=30">http://www.cotonti.com/forums.php?m=posts&amp;q=5299&amp;d=30</a><br />
<br />
It is not the latest version, but all works.]]></description>
			<pubDate>Mon, 15 Nov 2010 15:29:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27022]]></link>
		</item>
		<item>
			<title>The Stig</title>
			<description><![CDATA[Hi Pieter<br />
<br />
Its to do with urlkillers usergal...everything works apart from the slideshow and that is the only error i get. This is on a sed site which one of the sites i'm looking to upgrade to cotonti but i've read that it does the same thing with that. Theres nothing wrong with the site as i have also tried it on another new installation on diferent webspace and get exactly the same result.<br />
<br />
I'd love to get it working as it looks great...alas no more support from killer and all the links to his site for usergal are broken !<br />
<br />
c'mon killer please bring it back !]]></description>
			<pubDate>Mon, 15 Nov 2010 08:38:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27017]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Is this on a fresh install or on the upgraded version from seditio?]]></description>
			<pubDate>Mon, 15 Nov 2010 06:29:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27016]]></link>
		</item>
		<item>
			<title>The Stig</title>
			<description><![CDATA[I get this warning in the error log<br />
<br />
PHP Warning:  mysql_close(): supplied argument is not a valid MySQL-Link resource in /home/blah/public_html/system/database.mysql.php on line 25<br />
<br />
And below is the part of the code the above is referring to.<br />
<br />
if (!defined('SED_CODE')) { die('Wrong URL.'); }<br />
<br />
function sed_sql_affectedrows()<br />
	{ return (mysql_affected_rows()); }<br />
<br />
/* ------------------ */<br />
<br />
function sed_sql_close($id='')<br />
	{ return(mysql_close($id)); }<br />
<br />
/* ------------------ */<br />
<br />
function sed_sql_connect($host, $user, $pass, $db)<br />
	{<br />
	$connection = @mysql_connect($host, $user, $pass) or sed_diefatal('Could not connect to database !&lt;br /&gt;Please check your settings in the file datas/config.php&lt;br /&gt;'.'MySQL error : '.sed_sql_error());<br />
	$select = @mysql_select_db($dbName, $db, $connection) or sed_diefatal('Could not select the database !&lt;br /&gt;Please check your settings in the file datas/config.php&lt;br /&gt;'.'MySQL error : '.sed_sql_error());<br />
	return($connection);<br />
	}<br />
<br />
Thanks in advance ...Stig]]></description>
			<pubDate>Mon, 15 Nov 2010 03:56:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6017&d=0#post27013]]></link>
		</item>
	</channel>
</rss>