PDA

View Full Version : Error during install 1.5 rc1


pixeldose
04-24-2006, 09:49 PM
hi

i just wanted to install the new 1.5 version of pixelpost. but after loading up evth. via ftp and browsing to the admin/install.php i get the following message:

::::::::::::::::::::::::::
Warning: main() [function.main]: Unable to access functions.php in /home/www/htdocs/pixeldose.de/daily2/includes/create_tables.php on line 36

Warning: main(functions.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/pixeldose.de/daily2/includes/create_tables.php on line 36

Fatal error: main() [function.main]: Failed opening required 'functions.php' (include_path='') in /home/www/htdocs/pixeldose.de/daily2/includes/create_tables.php on line 36
:::::::::::::::::::::::::::::

is anybody there who knows whats going on there?

Joe[y]
04-24-2006, 09:51 PM
i can tell just by browsing to http://www.pixeldose.de/daily/admin/ that you haven't uploaded all your 1.5 files correctly.

pixeldose
04-24-2006, 09:53 PM
i have all the new files under www.pixeldose.de/daily2
the error message is the same

GeoS
04-25-2006, 01:26 PM
It must mean that some file isnt uploaded completle or at all.

raminia
04-25-2006, 01:34 PM
surely functions.php is not there

pixeldose
04-25-2006, 08:59 PM
mmmh, actually i installed it the 4th time ( www.pixeldose.de/daily4 !!!!) and it appears the same errormessage. i don´t know whats happen there. i uploaded the whole files, edited the pixelpost.php... my old version 1.4.3 at www.pixeldose.de/daily is still working. i tried an update but it doesn´t worked as well...

raminia
04-25-2006, 09:11 PM
- maybe related ... maybe not:
you may have to instruct your PHP interpreter to look also in your public_html directory for files to include (or the current directory, ".", or "/."). You see, it tells you:

include_path='/usr/local/lib/php:/usr/lib/php'

meaning that it will only search those directories for files to include. See

http://de3.php.net/manual/en/configuration.directives.php#ini.include-path

for the meaning of include_path. Read the user comments there

- try chmod include directory to 777

raminia
04-25-2006, 09:30 PM
reading this may also help
http://wordpress.org/support/topic/57765