Help - Search - Members - Calendar
Full Version: Cant View My Page
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
Mactire
The files are chmod 777 but they are unable to access...whY??!! wacko.gif

Warning: include_once() [function.include-once]: Unable to access /www//main/adminpanel/func.php in /www/99k.org/e/n/c/encartelera/htdocs/main/config.php on line 86

Warning: include_once(/www//main/adminpanel/func.php) [function.include-once]: failed to open stream: No such file or directory in /www/99k.org/e/n/c/encartelera/htdocs/main/config.php on line 86

Warning: include_once() [function.include]: Failed opening '/www//main/adminpanel/func.php' for inclusion (include_path='.:/usr/share/php') in /www/99k.org/e/n/c/encartelera/htdocs/main/config.php on line 86

Warning: include_once() [function.include-once]: Unable to access /www//main/session.php in /www/99k.org/e/n/c/encartelera/htdocs/main/index.php on line 16

Warning: include_once(/www//main/session.php) [function.include-once]: failed to open stream: No such file or directory in /www/99k.org/e/n/c/encartelera/htdocs/main/index.php on line 16

Warning: include_once() [function.include]: Failed opening '/www//main/session.php' for inclusion (include_path='.:/usr/share/php') in /www/99k.org/e/n/c/encartelera/htdocs/main/index.php on line 16
Ed
Your paths are incorrect.

You do not have access to '/www/main'. Your path which you do have access to is:

CODE
/www/99k.org/e/n/c/encartelera/htdocs/


Or in short while in the htdocs directory:

CODE
./
Mactire
during the installation:

QUOTE
Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 5556 is not allowed to access / owned by uid 0 in /www/99k.org/e/n/c/encartelera/htdocs/movies/install.php on line 89

Warning: fopen(/adminpanel/moviedb.php) [function.fopen]: failed to open stream: No such file or directory in /www/99k.org/e/n/c/encartelera/htdocs/movies/install.php on line 89
Unable to create moviedb.php in adminpanel. Please chmod this folder to 777 and press refresh on this page.


adminpanel chmod is 777
Ed
'/' is the root of the server, not your site root.

Use '/www/99k.org/e/n/c/encartelera/htdocs/', that is your site root.

You can't seek beyond that directory.
Mactire
sorry, but im new using PHP

config.php

QUOTE
$siteurl = "what do i have to put here?"; //no ending slash.
/* for IIS users you will need to add this manually.
eg: c:/Inet/www/path/script_name
*/
$full_path = $_SERVER['DOCUMENT_ROOT']; //no ending slash.


do i have to change something in the code that is written with blu font?
Ed
You're better off reading the accompanying manual.

Your site url would most likely be:

CODE
http://encartelera.99k.org


Full path most likely:

CODE
/www/99k.org/e/n/c/encartelera/htdocs


Give that a shot.
Mactire
QUOTE(Bread @ Oct 12 2007, 03:40 AM) *
You're better off reading the accompanying manual.

Your site url would most likely be:

CODE
http://encartelera.99k.org


Full path most likely:

CODE
/www/99k.org/e/n/c/encartelera/htdocs


Give that a shot.


Full path must be like this?

$full_path = $_SERVER['/www/99k.org/e/n/c/encartelera/htdocs']
Ed
No, like I said.

QUOTE
Full path most likely:

CODE
/www/99k.org/e/n/c/encartelera/htdocs
Mactire
QUOTE(Bread @ Oct 12 2007, 03:56 AM) *
No, like I said.


config.php

QUOTE
$siteurl = "http://encartelera.99k.org/movies"; //no ending slash.
/* for IIS users you will need to add this manually.
eg: c:/Inet/www/path/script_name
*/
$full_path = "/www/99k.org/e/n/c/encartelera/htdocs"; //no ending slash.



then on page :


QUOTE
Warning: include_once() [function.include-once]: Unable to access /www/99k.org/e/n/c/encartelera/htdocs/adminpanel/func.php in /www/99k.org/e/n/c/encartelera/htdocs/movies/config.php on line 86

Warning: include_once(/www/99k.org/e/n/c/encartelera/htdocs/adminpanel/func.php) [function.include-once]: failed to open stream: No such file or directory in /www/99k.org/e/n/c/encartelera/htdocs/movies/config.php on line 86

Warning: include_once() [function.include]: Failed opening '/www/99k.org/e/n/c/encartelera/htdocs/adminpanel/func.php' for inclusion (include_path='.:/usr/share/php') in /www/99k.org/e/n/c/encartelera/htdocs/movies/config.php on line 86


other issue is why i cant install the script??

QUOTE
Unable to create moviedb.php in adminpanel. Please chmod this folder to 777 and press refresh on this page.


the ADMINPANEL folder is chmod 777 huh.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.