Many Errors occured when calling the index

Many Errors occured when calling the index

Monday 03 October 2005 12:49:06 am - 1 reply

Modified on Monday 03 October 2005 11:49:19 pm by Oli K

Author Message

Ɓukasz Serwatka

Monday 03 October 2005 11:55:22 pm

Hi Oli,

Your include path contains only "c:\programme\php\includes". It is missing the current directory ".". Thus PHP is not looking in the current directory for the file to be included.

Find the line for the include path in your php.ini and change it to:

include_path = ".;c:\programme\php\includes" 

i.e. put the current directory in the include path list (notice the "." for the "current directory, and the ";" as a separator of the directories in the list).

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.