MySQL crashes after update 2.6.6

Please report bugs here!

Moderator: Thorsten

Post Reply
galerio
Posts: 17
Joined: Sat May 01, 2010 10:54 am

MySQL crashes after update 2.6.6

Post by galerio »

I have updated succesfully my phpmyfaq from 2.6.5 to 2.6.6. Everythings goes fine, but time by time, it makes crashes on my MySQL server. It is happened on posting a new faq (by non logged user) but maybe also when I've done some other operation.

I can't have any log, my server is still down :cry:

Anyone has got this issue?
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: MySQL crashes after update 2.6.6

Post by Thorsten »

Hi,

we didn't change any code in this part between the releases of 2.6.5 and 2.6.6. I need some logs for further investigations.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
galerio
Posts: 17
Joined: Sat May 01, 2010 10:54 am

Re: MySQL crashes after update 2.6.6

Post by galerio »

Yesterday I have implemented a WYSIWIG editor (CKeditor) in the ADD Faq module, and maybe this is the problem.
To enable the editor I have to add these lines after the <textarea> field with name=content:

Code: Select all

<script type="text/javascript">
CKEDITOR.replace( 'content');
</script>
But doing this it results in a wysiwyg that replace all the page by starting from the initial <div id=content !!!
So I have modified the div id label (also changed in css) and the editor looked fine, but when I submit the form I have MySQL crashes.

Any idea? maybe the form doesn't accept the formatted text of the wysiwyg editor?
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: MySQL crashes after update 2.6.6

Post by Thorsten »

Hi,

why should a JavaScript based editor cause a crash of a MySQL server?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
galerio
Posts: 17
Joined: Sat May 01, 2010 10:54 am

Re: MySQL crashes after update 2.6.6

Post by galerio »

Ya, it was a problem of my server. Sorry. Delete this topic.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: MySQL crashes after update 2.6.6

Post by Thorsten »

Hi,

no problem! :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
galerio
Posts: 17
Joined: Sat May 01, 2010 10:54 am

Re: MySQL crashes after update 2.6.6

Post by galerio »

and another crash occurs.
Unfortunatly I have no logs for the database, I cannot active them, but another time the crash is when I use phpmyfaq.
Just a think: when I use a wysiwyg editor in the ADD Faq form for unregistered user, the html tags are removed and then only the simple text is sent to the sql server, right?
Can the problem be the sanitization that sends some strange things to the server that makes it crash?
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: MySQL crashes after update 2.6.6

Post by Thorsten »

Hi,

this is a really strange behaviour. Which version of MySQL do you use? Which version of PHP?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
galerio
Posts: 17
Joined: Sat May 01, 2010 10:54 am

Re: MySQL crashes after update 2.6.6

Post by galerio »

I use PHP v5.2.6-1+lenny4 with Suhosin-Patch and MYSQL v5.0.51a-24+lenny2.

Now I try to investigate with my server admin.
Post Reply