I'm a bit stuck on how to design an event system for our needs. The current offerings are overly complex for our needs and co not take kindly t some of the variations we need.
I would like to discuss with a Drupal 7 expert who can advice on taxonomy design and implementation.
Thank you in advance Roger
Hello,
I have a strange behavior with a Drupal 6 website : my customer receive an HTTP error message "An HTTP error 12152 occured", when he tries to add a new file into a node (add new item). It seems to be an Ajax problem : in the message box displayed, we can see "/content/js_add_more..."
Other problem seen (I suppose they are related) : on this server, the MySQL process is sometimes consuming a lot of CPU, and we need to restart the server.
I googled, but can't find any solution to these problems. I just realized that the PHP memory limit is only set to 48 MB, which is a small value I think. I asked the provider to increase it to 128 MB.
Do you have any advice on how to understand this problem ? Can the memory limit be an explanation ?
About the website config : I use Drupal 6.24, and the main modules are CCK, Filefield sources to allow linking a file uploaded via FTP, Nodeaccess, Search files, CKEditor, and a few modules made specifically for this project.
Thank you in advance, and so sorry for my poor english, Fred
2012/2/15 Frédéric Charrier fcharrie@yahoo.fr:
Hello,
I have a strange behavior with a Drupal 6 website : my customer receive an HTTP error message "An HTTP error 12152 occured", when he tries to add a new file into a node (add new item).
12152 ERROR_HTTP_INVALID_SERVER_RESPONSE The server response could not be parsed.
It seems to be an Ajax problem : in the message box displayed, we can see "/content/js_add_more..."
Or a partial response string before the client timed out.
Other problem seen (I suppose they are related) : on this server, the MySQL process is sometimes consuming a lot of CPU, and we need to restart the server.
I'm guessing this is more the issue. You'll need to study up on tuning MySQL server to perform better or hire an expert in the field to do it.
I googled, but can't find any solution to these problems. I just realized that the PHP memory limit is only set to 48 MB, which is a small value I think. I asked the provider to increase it to 128 MB.
Once you begin upgrading to Drupal 7 it is a good idea to increase the memory from 48 MB. You'll need to look at your hosting service plan to determine how much to give each process.
Do you have any advice on how to understand this problem ? Can the memory limit be an explanation ?
I think it is probably more the MySQL issue.
About the website config : I use Drupal 6.24, and the main modules are CCK, Filefield sources to allow linking a file uploaded via FTP, Nodeaccess, Search files, CKEditor, and a few modules made specifically for this project.
I can see your Drupal version is up-to-date, how about your modules?
Thank you in advance, and so sorry for my poor english,
Votre anglais est très bien. Pas besoin de s'excuser. Je ne parle pas du tout français pour l'anglais est mieux que rien. Tranlated par Google.
Other problem seen (I suppose they are related) : on this server, the MySQL
process is sometimes consuming a lot of CPU, and we need to restart the server.
I'm guessing this is more the issue. You'll need to study up on tuning MySQL server to perform better or hire an expert in the field to do it.
I googled, but can't find any solution to these problems. I just realized that the PHP memory limit is only set to 48 MB, which is a small value I think. I asked the provider to increase it to 128 MB.
Once you begin upgrading to Drupal 7 it is a good idea to increase the memory from 48 MB. You'll need to look at your hosting service plan to determine how much to give each process.
Hi ! Sorry for my late answer, I worked on other projects the last days.
I had a look to the server, and realized that it was running 9 websites : 6 Drupal websites, and 3 Joomla. This server only have 1 GBytes of memory...
I think it's not necessary to try to understand the problem anymore!
Thanks for your answers! Fred