<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Help with0.9.6 install</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 20:45:29 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Well, according to Google, it's a bug in PHP on some systems. Changing PHP version helps in some cases. Try updating to 5.3.8.</p>
]]></description>
			<pubDate>Çrş, 04 Oca 2012 07:29:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32407]]></link>
		</item>
		<item>
			<title>elfrenazo</title>
			<description><![CDATA[<p>
	<span class="hps">That</span> <span class="hps">happened to me</span>.<br /><span class="hps">delete this</span> <span class="hps">line in the file  /datas/</span><span class="hps">config-sample.php</span></p>
<p>
	<span class="hps">$cfg['mysqlcharset'] = 'utf8';</span></p>
]]></description>
			<pubDate>Sal, 03 Oca 2012 23:39:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32403]]></link>
		</item>
		<item>
			<title>CorpQuid</title>
			<description><![CDATA[<p>
	After putting in the new common file now the error changed</p>
<p>
	 </p>
<p>
	<strong>Fatal error</strong>: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2050 ' in /home/mysite/public_html/system/common.php:208 Stack trace: #0 /home/mysite/public_html/system/common.php(208): PDOStatement-&gt;fetchAll() #1 /home/mysite/public_html/index.php(37): require_once('/home/mysite/...') #2 {main} thrown in <b>/home/mysite/public_html/system/common.php</b> on line <b>208</b></p>
<p><strong>Added 5 days later:</strong></p><blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=32308%2332308">#32308</a> <strong>Trustmaster: </strong><br /><p>
		Could you try <a href="http://www.cotonti.com/datas/users/common.php_5.7z">this version</a> of system/common.php and see if it makes any difference?</p>
	<p>
		Just wanted to bump this to see if you have any more ideas?</p>
	<p>
		Thanks for your help by the way <a href="http://www.cotonti.com/users/Trustmaster"><font color="#012d48">Trustmaster</font></a> and <a href="http://www.cotonti.com/users/GHengeveld"><font color="#012d48">GHengeveld</font></a></p>
</blockquote>
]]></description>
			<pubDate>Çrş, 28 Ara 2011 19:12:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32319]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Could you try <a href="http://www.cotonti.com/datas/users/common.php_5.7z">this version</a> of system/common.php and see if it makes any difference?</p>
]]></description>
			<pubDate>Çrş, 28 Ara 2011 09:53:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32308]]></link>
		</item>
		<item>
			<title>CorpQuid</title>
			<description><![CDATA[<p>
	Hey sorry for the delay in getting back to you, I got side tracked with going to a web site that gave me the win 7 2012 trojan... I got it all removed now. But just to let you guys know make sure your java is up to date. There is a vulnerability that injects itself in an advertisement banner through a java script.</p>
<p>
	Ok anyways back to the issue at hand, I set the following and strangly it removed the duplicate line from the page but I still get the the below error.</p>
<p>
	$cfg['cache'] = FALSE;   // Enable data caching<br />
	$cfg['cache_drv'] = '';   // Cache driver name to use on your server (if available)<br />
	        // Possible values: APC, eAccelerator, Memcache, Xcache<br />
	$cfg['xtpl_cache'] = TRUE;  // Enable XTemplate structure disk cache. Should be TRUE on production sites<br />
	$cfg['html_cleanup'] = FALSE; // Wipe extra spaces and breaks from HTML to get smaller footprint</p>
<p>
	 </p>
<p>
	<a href="http://www.planet2networks.com/" rel="nofollow"><strong>Title of your site</strong></a><br />
	2011-12-28 04:01</p>
<p>
	Fatal error: SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.</p>
<pre>
#0  cot_diefatal(SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.) called at [/home/mysite/public_html/system/database.php:449]
#1  CotDB-&gt;query(SELECT * FROM cot_core
		WHERE ct_state = 1 AND ct_lock = 0) called at [/home/mysite/public_html/system/common.php:212]
#2  require_once(/home/mysite/public_html/system/common.php) called at [/home/mysite/public_html/index.php:37]
</pre>
<p>
	 </p>
<p><strong>Added 23 minutes later:</strong></p><p>
	I just want to up date you as to what is displayed when setting the config value to both true and false</p>
<p>
	 This is with $cfg['cache'] = TRUE;</p>
<p>
	<a href="http://www.planet2networks.com/" rel="nofollow"><strong>Title of your site</strong></a><br />
	2011-12-28 04:25</p>
<p>
	Fatal error: SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.</p>
<pre>
#0  cot_diefatal(SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.) called at [/home/mysite/public_html/system/database.php:449]
#1  CotDB-&gt;query(SELECT * FROM cot_core
		WHERE ct_state = 1 AND ct_lock = 0) called at [/home/mysite/public_html/system/common.php:212]
#2  require_once(/home/mysite/public_html/system/common.php) called at [/home/mysite/public_html/index.php:37]
</pre>
<p>
	<strong><a href="http://www.planet2networks.com/" rel="nofollow">Title of your site</a></strong><br />
	2011-12-28 04:25</p>
<p>
	Fatal error: SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.</p>
<pre>
#0  cot_diefatal(SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.) called at [/home/mysite/public_html/system/database.php:449]
#1  CotDB-&gt;query(INSERT INTO cot_cache (c_name, c_realm, c_expire, c_value) VALUES ('cot_cache_bindings', 'system', 0, 'a:0:{}'),('cot_plugins', 'system', 0, 'N;'),('cot_plugins_active', 'system', 0, 'a:0:{}') ON DUPLICATE KEY UPDATE c_value=VALUES(c_value), c_expire=VALUES(c_expire)) called at [/home/mysite/public_html/system/cache.php:651]
#2  MySQL_cache-&gt;flush() called at [/home/mysite/public_html/system/functions.php:909]
#3  cot_shutdown() called at [(null):0]




Here it is with $cfg['cache'] = FALSE; 



<a href="http://www.planet2networks.com/" rel="nofollow"><strong>Title of your site</strong></a>
2011-12-28 04:29</pre>
<p>
	Fatal error: SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.</p>
<pre>
#0  cot_diefatal(SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.) called at [/home/mysite/public_html/system/database.php:449]
#1  CotDB-&gt;query(SELECT * FROM cot_core
		WHERE ct_state = 1 AND ct_lock = 0) called at [/home/mysite/public_html/system/common.php:212]
#2  require_once(/home/mysite/public_html/system/common.php) called at [/home/mysite/public_html/index.php:37]
</pre>
]]></description>
			<pubDate>Çrş, 28 Ara 2011 04:04:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32306]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Weird. There don't seem to be any unclosed cursors before that line. Could you try switching cache off ($cfg['cache'] = false in datas/config.php)?</p>
]]></description>
			<pubDate>Sal, 27 Ara 2011 17:27:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32303]]></link>
		</item>
		<item>
			<title>CorpQuid</title>
			<description><![CDATA[<p>
	Sure what information other than the following do you need</p>
<p>
	Apache version 2.2.9</p>
<p>
	PHP version 5.3.2</p>
<p>
	MySQL version 5.0.92-community</p>
]]></description>
			<pubDate>Sal, 27 Ara 2011 16:40:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32301]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Can you provide some details about the server/webhost?]]></description>
			<pubDate>Sal, 27 Ara 2011 16:21:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32300]]></link>
		</item>
		<item>
			<title>CorpQuid</title>
			<description><![CDATA[<p>
	I was wondering if anyone has experienced this issue with v0.9.6?</p>
<p>
	After searching all over the web I can not find any resolution to this problem. The only thing I could find was https://bugs.php.net/bug.php?id=44081 for the PDO error. I also updated to the latest version of PHP an still the issue remains. so If anyone could assist in figuring out what this problem is please let me know.</p>
<p>
	(I did try using fetchAll and also closing each statement $stmt = null)</p>
<p>
	<strong><a href="http://www.planet2networks.com/" rel="nofollow">Title of your site</a></strong><br />
	2011-12-27 01:39</p>
<p>
	Fatal error: SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.</p>
<pre>
#0  cot_diefatal(SQL error HY000: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.) called at [/home/mysite/public_html/system/database.php:449]
#1  CotDB-&gt;query(SELECT * FROM cot_core
		WHERE ct_state = 0 AND ct_lock = 0) called at [/home/mysite/public_html/system/common.php:212]
#2  require_once(/home/mysite/public_html/system/common.php) called at [/home/mysite/public_html/index.php:37]
</pre>
]]></description>
			<pubDate>Sal, 27 Ara 2011 03:36:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6695&d=0#post32289]]></link>
		</item>
	</channel>
</rss>