Forum Moderators: coopster
I was trying to install Postnuke and during the install I received errors that safe mode was on.
Spoke with the host and they stated that Safe Mode was off on the server for both UID and GID. Tried it again and I still got errors.
I looked at the PHP Configuration and it stated
------------------------------------------
SAFE_MODE Local:On Master: Off
------------------------------------------
I am assuming that the Master is the server.
1. Now how can safe mode be on for local if the Master machine has it off?
2. Does this mean that there are 2 PHP.INI files?
Some state that it is due to a .htaccess file and others say it is due to a httpd.conf file that can also cause this.
I was able to find the .htaccess file, I commented out several permissions and it still failed.
I found an httpd folder and then a conf folder but the root has ownership of these and I do not.
I am pretty stuck since my host states that they are unsure of what to do.
Help!
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName wwWebmasterWorldebsite.com (removed name for now)
AuthUserFile /home/virtual/site130/fst/var/www/html/_vti_pvt/service.pwd
AuthGroupFile /home/virtual/site130/fst/var/www/html/_vti_pvt/service.grp
--------------------------------------------------------