SAFE MODE Restriction in effect.
Looks like a server issue. Try disabling safe mode on your server.
i’m sorry, but what does that mean?
Try asking your hosts about it.
Open tickets and request your hosting provider turn off safe mode of php. Safe mode help your site have more security, but now don’t need 🙂
i guess what i don’t understand is nothing else changed except i tried to update the version of WordPress. we host the servers here locally in our shop, i just don’t understand why this happened. any ideas?
and we did turn off the Safe Mode setting and still nothing. we use Parallels for our hosting platform (is that the correct verbage?) i am completely out of ideas, i have spent days researching and it’s even more frustrating because it seems like the people that have found solutions to similar problems are well-versed in programming language. i simply am not. i am truly grateful for all the help you all give, but maybe if someone can contact me directly to lend a hand i don’t know what else to do. this seemed like such a simple process!
this morning i re-downloaded the latest version of WordPress and tried re-intalling it manually but nothing changed–i keep getting the same error messages in the log files.
Find your php directory, and open your php.ini file.
Look for:
safe_mode = On
Change it to:
safe_mode = Off
Save the changes.
Restart your server Apache or what have you for the changes to take effect.
Make sure you edit/change the right php.ini file. Some setups have more than one location.
dang. i thought we were on to something, but i’m still getting the exact same errors.
i am fairly for certain i am in the correct php.ini file, because i went to (my domain).com/wp-admin/info.php and it said where the php.ini file was located, and sure enough, the safe mode was set to on, so i did what you suggested. i’m still getting the safe mode restriction error as well as the other two that i originally posted. 🙁
It appears that your wp-includes/load.php and/or wp-settings.php may have a file ownership/permission problem.
I am not sure what kind of setup you have but if you can re-upload the above mentioned to files as the actual user of that account that might solve your problem.
Either change/set those files to match the account name/holder, or rename them like wp-includes/load-backup.php and wp-settings-backup.php.
Then, login as the actual account holder and re-upload them so they will be owned by that account.
You might also double check other files and folders to make sure they are owned by that actual account/user.
ok, i will try that this morning. do you know how typically the permissions should be setup? i think those files are setup at 0775, is that ok do you think?
Files should usually be 644 and folders 755
gameutopia – i could kiss you!!!
i finally got my site back up! i looked at one of our other sites we’re hosting, looked at how the owner is set up, same with permissions, i made all the changes necessary to get the owners to match, and when i went to test the site i got a “error establishing database connection” and it told me to check he wp-config file. sure enough the credentials were for another site we’re hosting. i’m not sure why it pulled those credentials but i checked that wp-config file against the wp-config file in the backup i made (whew, thank god i did that!) and i made them match.
long story short, my site is up! to everyone that contributed and helped me get through this mess, i thank you from the bottom of my heart!!!
you guys are the best!!!