<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : major php crash???</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 17:12:35 -0000</pubDate>

		<item>
			<title>pieter</title>
			<description><![CDATA[idd solved]]></description>
			<pubDate>Wed, 14 Oct 2009 03:32:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17773]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[i have recreated the problem.It starts to interfere when at least one sql request is done.I'll see what i can do.<br />
<br />
later:<br />
Like i thought...to make it work just open the recentpages.php and rename all of the &quot;$sql&quot; to &quot;$sql1&quot; and it will work]]></description>
			<pubDate>Wed, 14 Oct 2009 02:54:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17768]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[For the contest I installed a clean version of Cotonti.<br />
I installed only recentcomment for the skin of STAM (it uses it)<br />
<br />
For the rest a standard installation.<br />
All works if I change the recentitems back to index.<br />
<br />
Not only forum is gone, also pages.]]></description>
			<pubDate>Wed, 14 Oct 2009 02:23:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17765]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[the recent stuff works.I see it now.<br />
But the forum doesnt work at all.Hm.Have you tried turning off all the non-standart plugins?<br />
I had a something similar problem when i added an SQL Request in one plugin.If i remember correctly - the forums and the lists didnt work.<br />
<br />
Try to turn off the extra plugins.]]></description>
			<pubDate>Wed, 14 Oct 2009 01:51:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17760]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[You can see if I change the rescentitems like I indicated above the problem.<br />
<br />
Goto: <a href="http://contest.broens.be/index.php" rel="nofollow">http://contest.broens.be/index.php</a><br />
demo / demo<br />
<br />
Even users-list don't work.<br />
All skins have the problem. The 3 from the contest and sed-light.<br />
If you or Trustmaster/Kilandor need a admin-account, let me know.]]></description>
			<pubDate>Wed, 14 Oct 2009 01:08:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17759]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[@SunChase:<br />
this is in the htaccess in the skins directory:<br />
<br />
<pre class="code">&lt;Files *.tpl&gt;
order deny,allow
deny from all
&lt;/Files&gt;</pre>
<br />
That's a measure to prevent the skins from being stolen <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" /> <br />
@Pieter:<br />
No, recent itmes is used as the plugin came: index.tpl usage.<br />
<br />
Maybe, just maybe:<br />
The problems I had with the usergallery were because I had used the latest version, with older files, to try to make the slideshow work...<br />
Also, the avatar reflection is irritating as hell: slow loading times.<br />
Maybe thet's the reason why I had such an epic fail:<br />
slimbox image resizer, usergallery and avatar reflection all used together...<br />
<br />
I have no idea about all this.<br />
But I do know, that since the restart all is working as smooth as silk <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Wed, 14 Oct 2009 00:11:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17758]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[<strong>pieter</strong>, tell in details what is the problem.Winter started to early so i'm to cold to think <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 13 Oct 2009 22:48:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17752]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Hello guys, for the contest I made a test domain with the new skins.<br />
<br />
Now I got the same problem.<br />
<a href="http://contest.broens.be/" rel="nofollow">http://contest.broens.be/</a><br />
<br />
In header you can see the pages, but in list you see nothing.<br />
Forum, same problem.<br />
<br />
<strong>Added 9 minutes later:</strong><br />
<br />
I checked it. For the skin of STAM I had to reconfigure recentitems.<br />
recentitems.php<br />
<br />
<div class="highlight"><pre class="php">File=recentitems
Hooks=index.tags
Tags=index.tpl:{PLUGIN_LATESTPAGES},{PLUGIN_LATESTTOPICS}</pre></div>
to<br />
<div class="highlight"><pre class="php">File=recentitems
Hooks=header.tags
Tags=header.tpl:{PLUGIN_LATESTPAGES},{PLUGIN_LATESTTOPICS}</pre></div>
<br />
and reinstall plugin<br />
After this I got the problem.<br />
<br />
When I put it back original, problem is gone.<br />
<br />
@<strong>Draeghonov</strong>: have you reconfigured the recentitems plugin?<br /><br /><b>Added 1 minute later:</b><br /><br />Is this a common problem?<br />
Is this a bug?]]></description>
			<pubDate>Tue, 13 Oct 2009 17:24:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17746]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[strange.By default the server doesnt give access to the htaccess.<br />
I really dont know why the skin folder has its own htaccess,but try deleting it]]></description>
			<pubDate>Tue, 13 Oct 2009 17:15:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17744]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[In uw htacces file heeft u het volgende staan DirectoryIndex index.php dit dient u te verwijderen danwel te veranderen in: DirectoryIndex index.php index.html <br />
<br />
This is the answer I got.<br />
I don't even need to translate it: completely useless.....<br />
The htaccess I had in the root was empty, and the htaccess in the skins folder is the default that comes with Contoti...<br />
Besides, they told me to change something to what it already is...<br />
<br />
Ah well, I have noticed an improvement in stability, so I'll leave it at that for now.<br />
Thanks to Tefra, and his db-tools:<br />
That &quot;simple&quot; plugin offers waaaaaaaaaaaaaaay more peace of mind than the technicians of my server....]]></description>
			<pubDate>Tue, 13 Oct 2009 04:00:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17732]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[i really doubt that this was caused by the pagination.Last time i saw it on seditio(elder of cotonti).The settings for post pagination are located in &quot;admin.php?m=config&amp;n=edit&amp;o=core&amp;p=forums&quot;<br />
<br />
I think you should test the site on localhost again.But this time with the used database and the entire copy of your site(that is in the internet).If you want help with the testing - write to me by ICQ cause it will be difficult to do give you advices by forum]]></description>
			<pubDate>Mon, 12 Oct 2009 03:04:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17711]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=17697#17697">#</a> <strong>SunChase :</strong>
earlier you said that you had only 60 posts in the forum.How many posts did you have on one topic?<br />
i'm asking this cause in the past i saw a similar problem when a topic had 11 posts and in the settings it was allowed only 10 per page.<br />
<br />
Speaking on media libraries and ect.I think you should run your site on a localhost,install a clean copy of cotonti and test all of your plugins on the <span style="text-decoration:underline">default skin</span>.If you find some errors - try to turnoff each plugin one by one till you find the cause of the problems<br />
</blockquote>
<br />
I have set the maximum topics per page to 500; I guess I'll be safe then <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
And about mediagallery: I had it running on a testsite, but no probs there...<br />
<br />
<br />
<strong>Added 1 hour 26 minutes later:</strong><br />
<br />
<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=17700#17700">#</a> <strong>Mynt :</strong>
<br />
<br />
There is no die after a certian amount of time, so it kept trying, but once the connection is killed the first time there was nothing to load because it hung on authentication again. Suggestion I think is to place a kill timer in the table lookup?<br />
</blockquote>
<br />
interesting, but I'm a n00b at scripting, can u show me how that is done?]]></description>
			<pubDate>Mon, 12 Oct 2009 01:36:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17705]]></link>
		</item>
		<item>
			<title>Mynt</title>
			<description><![CDATA[I tried to recreate the issue with alot of factors just to see if I could.<br />
<br />
So far my testing showed this:<br />
<br />
-There is no timeout feature for the board. If your host has an issue with multiple threads going to the database it may be caused by the php ini settings. I lowered my phpini settings down to 1mb to just test it, then simucasted 4000 connections on the forums. The only dump error is as follows:<br />
<br />
<pre>FIREBUGpro REPORT: c:\HARDYheron\~USR\MARK\TEMP\CONT\HOME\
FIREBUGpro DUMP:
CONNECTION IS TIMING OUT. 
MySQL LISTENER SENT OUT THIS MESSAGE TO X-HTTP HOST: 
&quot;CACHE INVOLVED IS IN EXCESS OF RESOURCES. CONNECTION TIMED OUT&quot;
RESULT: PAGE LOAD TIME ERROR
TIME: 618SECONDS WAIT TIME 2ms(REFRESH)
RESULT: TIMEOUT - NON 404. CONNECTION RETRY DENIED BY MySQL CONNECTION

Mysql dropped these errors for me:
Incoming connection from &quot;localhost&quot; denied with permissions 
using localhost @ password:yes. Authentication OK : 
User defined tables resource overflow of 5992881 bytes,
 memmory allowed of 8279981227 bytes.</pre>
<br />
There is no die after a certian amount of time, so it kept trying, but once the connection is killed the first time there was nothing to load because it hung on authentication again. Suggestion I think is to place a kill timer in the table lookup?]]></description>
			<pubDate>Sun, 11 Oct 2009 23:44:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17700]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[earlier you said that you had only 60 posts in the forum.How many posts did you have on one topic?<br />
i'm asking this cause in the past i saw a similar problem when a topic had 11 posts and in the settings it was allowed only 10 per page.<br />
<br />
Speaking on media libraries and ect.I think you should run your site on a localhost,install a clean copy of cotonti and test all of your plugins on the <span style="text-decoration:underline">default skin</span>.If you find some errors - try to turnoff each plugin one by one till you find the cause of the problems]]></description>
			<pubDate>Sun, 11 Oct 2009 22:50:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17697]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[If I understand you correct:<br />
<br />
On the index page, the recnt forumposts show all the posts.<br />
But when you clicked them, they directed us to empty pages with only a textboxer in it...<br />
There were a few more issues...<br />
<br />
Also, The Usergallery caused a lot of trouble:<br />
apparently, minichat and usergallery do NOT work together...<br />
Same goes for media library:<br />
Whenever new items are posted, I get logged out.<br />
So I'm really afraid of the whole gallery issue on my site...]]></description>
			<pubDate>Sun, 11 Oct 2009 22:25:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17696]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[tell me more about the forum troubleshooting]]></description>
			<pubDate>Sun, 11 Oct 2009 21:56:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17694]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[Thank you for your response <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
I have received an email from my server: they will look into the matter on -=monday=-<br />
I don't have that much patience...<br />
Anyways, we have exported the users with success: the forums cause problems again, so we had to restart... Fortunately there were only 60 posts <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Sun, 11 Oct 2009 21:28:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17689]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[i think that this phenomenons where caused by the server.<br />
Sounds like a bad connection to the database.Try looking at the hosters site - maybe they are doing some repairs.<br />
<br />
but if you want to export all the users from the old db you should export such tables:<br />
  sed_users<br />
to export the forum:<br />
  sed_forum_posts<br />
  sed_forum_sections<br />
  sed_forum_structure<br />
  sed_forum_topics<br />
if you have special user groups:<br />
  sed_groups<br />
  sed_groups_users]]></description>
			<pubDate>Sun, 11 Oct 2009 18:50:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17681]]></link>
		</item>
		<item>
			<title>Draeghonov</title>
			<description><![CDATA[Hey guys, I have <strong>THE</strong> weirdest error you'll see in ages!!!!!<br />
<br />
Last night, after the restart of my website on Contoti, all was well.<br />
The first sign of trouble, was when ppl tried the minichat: NO refresh, but it redirected to the minichat page after the post...<br />
Then, someone noticed that the forums were... gone...<br />
We have the recent items plugin, and ALL the forumposts are still showing, but when you click on the forum button, the forumsections are empty.<br />
Weird: in the forums configuration in the admin panel, the structure is still there...<br />
Also: When you click on one of the topics on the index in the recent forumposts section, you'll only see the textbox.<br />
When you make a post, nothing happens...<br />
Try to click on the &quot;users&quot; button: empty page, but the users arre there....<br />
<br />
I have my test site, so I uploaded the sql file from my live site to that. Same problems, except for the minichat that does work...<br />
<br />
Has anyone heard of such an error?<br />
If so, can you please post a solution?<br />
Thing is, Contoti's great, and we do NOT want to start over <em>again</em>...<br />
Thanks in advance, Dave<br /><br /><b>Added 1 hour 1 minute later:</b><br /><br />Okay, small update:<br />
<br />
I made a backup of the current sql, just in case.<br />
I dropped all ols sql tables, and installed a fresh one.<br />
Guess what?<br />
EVERYTHING worked...<br />
<br />
I have reset it to the &quot;troubled state&quot;, because I don't feel like loosing the users, pfs, forums again.<br />
The minichat also works when the sql was restored.<br />
If I have to install a fresh sql:<br />
What boxes should be ticked in sql manager, to save the users?<br />
<br />
I prefer the structure to be repaired, installing a new sql goes too far, I really need advise <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Sun, 11 Oct 2009 14:48:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3377&d=0#post17677]]></link>
		</item>
	</channel>
</rss>