PDA

View Full Version : Warning and Fatal error on line 40


cool max
10-19-2008, 10:06 AM
hello :)

my hoster:
http://iw-hosting.de/

i am create a SQL Database und upload ALL files to the server. i have overwritten the password and username and more in pixelpost-sample.php and rename it to pixelpost.php

edit: all folders and files have 777 rights

now when i go to http://MYSITE.iw-h.de/doc/admin/install.php i see this:

Warning: require_once(../includes/functions.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/virtual/MEINESEITE.iw-h.de/htdocs/doc/admin/install.php on line 40

Fatal error: require_once() [function.require]: Failed opening required '../includes/functions.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/virtual/MEINESEITE.iw-h.de/htdocs/doc/admin/install.php on line 40


please help :( :( :(

snafu
10-19-2008, 01:18 PM
i have overwritten the password and username and more in pixelpost-sample.php and rename it to pixelpost.php

why you donīt use the install routine from beginning? may be a mismatch in your self writen pixelpost.php?

dhdesign
10-19-2008, 02:23 PM
Line 40 of admin/install.php: require_once('../includes/functions.php');

Did you check the /includes/ folder and make sure that functions.php is there? The error is telling you that file cannot be found.