Help cant get into admin section and im locked out of directories [message #13482] |
Tue, 14 October 2003 05:46 |
zagroseckt
Messages: 8 Registered: October 2003
Karma: 0
|
Junior Member |
|
|
I finly got the thing instaled and now i cant get into the admin section.... and i also cant ftp into the admin directory along with some other directories. inside the bbs
other than that it seems to be working.
here's my errors
Warning: main(./GLOBALS.php): failed to open stream: No such file or directory in /home/zagrosec/public_html/playground/adm/admglobal.php on line 18
Warning: main(./GLOBALS.php): failed to open stream: No such file or directory in /home/zagrosec/public_html/playground/adm/admglobal.php on line 18
Fatal error: main(): Failed opening required './GLOBALS.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/zagrosec/public_html/playground/adm/admglobal
When i try to get into the adm directory i get a refusil in ftp
and as a side note for some reason the server dosn't like /home/zagroseckt/ you have to cut the string short to public)html/playground/... and so on
but cant do it becos it wont let me in the directory to begin with
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Help cant get into admin section and im locked out of directories [message #13516 is a reply to message #13482] |
Tue, 14 October 2003 18:07 |
zagroseckt
Messages: 8 Registered: October 2003
Karma: 0
|
Junior Member |
|
|
Ok i can now get into the include directory but i cant run or access any files inside it.
even after using the script to change globals.php it remains undownloadable and un runibal.
if i put the script a made into the include directory i get access forbidion error.
You don't have permission to access /playground/FUDforum/include/adfix.php on this server.
adfix.php is the small script ive been using to change file premisions.
Contents of file
<?php
umask(0);
chmod("GLOBALS.php", 0777);
?>
i can however remove rename move edit and assort to the file just cant run in inside the include directory
|
|
|