NO_ACCESS problem

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
WeirdJerk
Posts: 8
Joined: Fri 14. Oct 2005, 09:57

NO_ACCESS problem

Post by WeirdJerk »

Hi there,

when trying to install phpwcms 1.2.5 i am encountering the following problem:

After unzipping the files, uploading them und setting the right Unix-Access rights i run the index.php in the setup dir with opera (mozilla same problem)

After clicking on I Agreen in the Using terms, this error message appears:

system:
server:
php: v
path:
php.ini: security risks'; } else { echo 'register_globals = Off -> that\'s good :)'; } ?>
security risks'; } ?>


NO SETUP POSSIBLE

Access on setup routine is restricted after downloading config file once. To re-enable setup remove the line

$NO_ACCESS = true;

from setup.conf.inc.php.


and setup is halted.

now i tried to edit the setup.conf.inc.php and re-upload it, but the is no line $NO_ACCESS = true; line in that file ?!?

Any ideas, what could be wrong ?

Thanks in advance,

WJ
Journeyman
Posts: 1
Joined: Sat 15. Oct 2005, 09:14

The Solution

Post by Journeyman »

Hey man, I had the same problem...thought I was going to loose my mind.

You need to open a browser and type the page in as an address...
localhost/setup/index.php
will probably work, unless the PHPWCMS has a folder too.

If you are simply right clicking on the file on the source computer, it will not recognized the php/sql database correctly, and gives you that error. Hope this helps. It fixed the error for me.
Post Reply