Hi, I've run into a strange problem on a small personal blog. When I edit a node (any node) and submit it, I get redirected to the frontpage and the node I was editing is not updated. No errors in drupal's log or in the server logs (though they do not log mysql errors).
The strange thing is that I can create new nodes but then I still can't edit them (the changes are not saved). Revisions are enabled, but I've tried disabling them with no luck.
Any suggestions? Maybe somebody knows what could be wrong? The site worked fine for some time. No major changes were made before this happened (just editing menu items, nodes).
Thanks in advance, Domas
Quoting Domas tasdomas@gmail.com:
Any suggestions? Maybe somebody knows what could be wrong? The site worked fine for some time. No major changes were made before this happened (just editing menu items, nodes).
You might try adding ``php_value display_errors 1'' temporarily to the .htaccess file. Also look at the watchdog log to see if any php errors are showing.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
You might try adding ``php_value display_errors 1'' temporarily to the .htaccess file. Also look at the watchdog log to see if any php errors are showing.
I tried that. Thanks for the advice. However, no errors are reported. What seems strange is that I can update the tags (taxonomy) of the node, its title. And, if I disable tinymce, I can update the text BUT only as long, as I do not put in any HTML tags (even if the input filter is Full HTML).
I am using the module Filter Default, but disabling it did not help. And everything worked before.
Could this be an issue with input filters? If so, What could be causing it? The user has permission to use the 'full HTML' input filter.
Thanks, Domas
Quoting Domas Monkus tasdomas@gmail.com:
You might try adding ``php_value display_errors 1'' temporarily to the .htaccess file. Also look at the watchdog log to see if any php errors are showing.
I tried that. Thanks for the advice. However, no errors are reported. What seems strange is that I can update the tags (taxonomy) of the node, its title. And, if I disable tinymce, I can update the text BUT only as long, as I do not put in any HTML tags (even if the input filter is Full HTML).
I am using the module Filter Default, but disabling it did not help. And everything worked before.
Could this be an issue with input filters? If so, What could be causing it? The user has permission to use the 'full HTML' input filter.
So now it is time to start finding that needle in the haystack. What modules that might modify the content do you have installed? Do they have proper access for the user? What about revisions?
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Revisions used to be enabled, but disabling them did not solve the prolem. I have tried disabling all unnecessary modules like tinymce, imce, tagadelic, taxonomy menu, etc. But the problem was still present.
Domas
So now it is time to start finding that needle in the haystack. What modules that might modify the content do you have installed? Do they have proper access for the user? What about revisions?
Ok, one more thing - it seems the problem is on the hosting provider's side. I have another site hosted there. And it has the same problem.
Any suggestions what I should be looking for?
Domas
Quoting Domas tasdomas@gmail.com:
So now it is time to start finding that needle in the haystack. What modules that might modify the content do you have installed? Do they have proper access for the user? What about revisions?
Ok, one more thing - it seems the problem is on the hosting provider's side. I have another site hosted there. And it has the same problem.
Any suggestions what I should be looking for?
Upgrades in server software. I've noticed others complaining about php 5.2 and needing to back down to 5.1 to work around the issue.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Yes, but phpinfo() says it's PHP 4.4 or something (can't check right now)
Domas
On Wed, Feb 27, 2008 at 3:28 PM, Earnie Boyd earnie@users.sourceforge.net wrote:
Quoting Domas tasdomas@gmail.com:
So now it is time to start finding that needle in the haystack. What modules that might modify the content do you have installed? Do they have proper access for the user? What about revisions?
Ok, one more thing - it seems the problem is on the hosting provider's side. I have another site hosted there. And it has the same problem.
Any suggestions what I should be looking for?
Upgrades in server software. I've noticed others complaining about php 5.2 and needing to back down to 5.1 to work around the issue.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Quoting Domas tasdomas@gmail.com:
Yes, but phpinfo() says it's PHP 4.4 or something (can't check right now)
I've tried it with both PHP 4.4.7 and 5.2.5 (both supported by the host). The problem appeared in both cases.
What do the mod_security logs say? Perhaps it is preventing php from writing to mysql in some cases.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
It seems so. The host's support team fixed the issue. They said it was due to mod_security configuration
Domas
On Fri, Feb 29, 2008 at 2:27 PM, Earnie Boyd earnie@users.sourceforge.net wrote:
Quoting Domas tasdomas@gmail.com:
Yes, but phpinfo() says it's PHP 4.4 or something (can't check right now)
I've tried it with both PHP 4.4.7 and 5.2.5 (both supported by the host). The problem appeared in both cases.
What do the mod_security logs say? Perhaps it is preventing php from writing to mysql in some cases.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
-- [ Drupal support list | http://lists.drupal.org/ ]