My client has had someone else managing the site, they switched hosts so that they could get PHP 5.1 for some reason. As a result, everything went to shit and they called me back in to fix it. the site is drupal 4.7.
The theme was no longer working as it was xtemplate which doesnt work with php 5.1, so I converted the theme to a phptemplate.
The major problem that I'm having now though is that nothing will save anywhere in the admin section, cant change posts, cant edit the settings, cant change themes (can only change themes directly in settings.php using

global $custom_theme;
$custom_theme = 'corpwatch_php_template';

Everything is still not working if I switch to the bluemarine phptemplate theme, so I don't think its anything to do with the theme conversion as I initially thought.
I can't find any posts of others not being able to save anything. many posts of not being able to save certain things, but thats no help.
any ideas???

Comments

Jeff Burnz’s picture

Can you edit/save posts? If not, do you have ALL privileges set for the database?

fudge714’s picture

hi,
cannot edit/save any posts, but do have ALL privileges on the database...
thanks, any other ideas?

fudge714’s picture

still havent found anything to help with this... really need to figure this out, tis a weird one. probably something simple I'm overlooking, but just no idea...