PDA

View Full Version : Cannot install: blank page


blast
09-23-2006, 12:52 PM
Hello,

I put everything on my server and i cannot install, i have a blank page at
http://www.batavia.ch/pixelpost_1-5/admin/install.php

I put exactly the same files on another server and it works.

Here is my phpinfo:
http://www.batavia.ch/info.php

Can you tell me what is the problem in the server configuration, so i can telle my hoster to change it please ?

Thanks a lot
Blast

Connie
09-23-2006, 01:13 PM
Blast,

please take off the info.php from your server, that is unsafe!
But I see you have PHP 5 maybe there is one problem, I am not sure
there are some experts here for PHP5

I have one idea...
please do not install in a directory with "-" and "_"
it could be one reason

rename the directory and start again, please!

blast
09-23-2006, 01:28 PM
Hello and thank you for your response.

i throw away phpinfo, i didnt' know it was a problem.

no more success with http://www.batavia.ch/pixelpost/admin/install.php

Do you think it's unpossible to install pixelpost with php5 ?

Connie
09-23-2006, 01:41 PM
this info is dangerous because it gives a lot of information about your installation

it is for sure possible to install pixelpost with PHP5, even when I remember that some people had problems

I cannot give you help for that, but the other friends for sure will help

GeoS
09-23-2006, 04:25 PM
1. There is no problem with phpinfo() when your box is secured by good admin.

2. It is possible to install PP with PHP5.

3. Problems can be with any part of server not only with PHP.

Put this at the beginning of /admin/install.php:

error_reportinh(ALL);

or look if your box doesnt have any place where it stores log with errors. There must be something wrong and we must get know what to help you.
Check if you have the newest PHP version. If no then talk with admin about upgrade.

blast
09-23-2006, 10:24 PM
here is the error log:
[Sat Sep 23 13:43:03 2006] [error] [client 83.180.70.89] Directory index forbidden by rule: /var/www/vhosts/batavia.ch/httpdocs/
[client 83.180.70.89] PHP Warning: main() [<a href='function.main'>function.main</a>]: open_basedir restriction in effect. File(/functions.php) is not within the allowed path(s): (/var/www/vhosts/batavia.ch/httpdocs:/tmp) in /var/www/vhosts/batavia.ch/httpdocs/pixelpost_1-5/includes/create_tables.php on line 38
[client 83.180.70.89] PHP Warning: main(functions.php) [<a href='function.main'>function.main</a>]: failed to open stream: Operation not permitted in /var/www/vhosts/batavia.ch/httpdocs/pixelpost_1-5/includes/create_tables.php on line 38
[client 83.180.70.89] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required 'functions.php' (include_path='.:') in /var/www/vhosts/batavia.ch/httpdocs/pixelpost_1-5/includes/create_tables.php on line 38

and here is my phpinfo again:
http://www.batavia.ch/info.php

Thank you for your help !

Connie
09-23-2006, 10:45 PM
ask your hoster about existing restrictions

GeoS
09-23-2006, 11:46 PM
Try to change in /includes/create_tables.php line 38 from:
require('functions.php');
to:
require('./functions.php');

PS Try to find there something for PP located in current place - http://www.batavia.ch/pixelpost/