Forums / Install & configuration / Installation Error

Installation Error

Author Message

Roger Andersen

Thursday 01 July 2004 12:00:52 am

This is my first time installation of Ez Publish 3.4
I have uploaded all the files via ftp to my server and when I run the www.mysite.com/boguiden/index.php I get this error:

<b>
Warning: main(lib/ezutils/classes/ezdebug.php): failed to open stream: No such file or directory in /home/librariu/public_html/boguiden/index.php on line 81

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/librariu/public_html/boguiden/index.php on line 81

Warning: main(lib/ezutils/classes/ezini.php): failed to open stream: No such file or directory in /home/librariu/public_html/boguiden/index.php on line 82

Warning: main(): Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/librariu/public_html/boguiden/index.php on line 82

Warning: main(lib/ezutils/classes/ezdebugsetting.php): failed to open stream: No such file or directory in /home/librariu/public_html/boguiden/index.php on line 83

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebugsetting.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/librariu/public_html/boguiden/index.php on line 83

Fatal error: Undefined class name 'ezini' in /home/librariu/public_html/boguiden/index.php on line 85
</b>
Look for yourself here: http://www.librarium-online.com/boguiden/index.php

My system is:
<i>
Operating System: Linux
Kernel Version: 2.4.26-1-grsec
Apache Version: 1.3.29 (Unix)
PHP Version 4.3.3 http://utopia.nocdirect.com/phpinfo/
MySQL Version 3.23.56
</i>

Someone please help me out here!!

Roger Andersen

Thursday 01 July 2004 7:03:46 am

I think I know what the problem is and I'm to embarassed to say anything more :P

Tim Dickinson

Wednesday 11 August 2004 1:45:13 pm

I've got the same problem.

I know its something stupid, but haven't been able to figure it out yet.

What is the problem?

Thanks

Tim

http://www.AdBalance.com - Ad network news and reviews
http://www.DevPublisher.com - Website publisher guides, tools and news
http://www.AudioMelody.com - Make better music

Bård Farstad

Thursday 12 August 2004 12:19:27 am

This can happend for different reasons. Here are some things you should check (in prioritized order):

1. permission denied.
Apache/PHP does not have read access to these files. Check the read permissions to the files and make sure that the apache user has accesse to read them.

2. include path does not include .
Verify that your include path settings in PHP include . ( the current directory ).

3. the file is not there.
Verify that the file is actually where PHP looks for it.

--bård

Documentation: http://ez.no/doc