PDA

View Full Version : Warning: require_once(../includes/functions.php)


baio
05-01-2008, 03:26 PM
Hello. I tried to install pixelpost on my server and I got this answer when I typed the adress http://bartekodias.com/photoblog/admin/install.php

Warning: require_once(../includes/functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/baio/domains/bartekodias.com/public_html/photoblog/admin/install.php on line 40

Fatal error: require_once() [function.require]: Failed opening required '../includes/functions.php' (include_path='.:/usr/local/php5/lib/php') in /home/baio/domains/bartekodias.com/public_html/photoblog/admin/install.php on line 40

Can you tell me what's wrong and how can I fix it?

Dkozikowski
05-01-2008, 03:34 PM
Make sure all the files were uploaded.

That error is telling you it cant find the functions.php file which should be inside the includes/ folder.

baio
05-01-2008, 06:43 PM
Thank you very much, now it's working correctly ;) Somehow it didn't unpack half of the files from the zip file.