Jump to content

include_path directive troubleshooting


kostakondras

Recommended Posts

I am having difficulties with my include_path directives in the php.ini file. Please click the link below to see a screencast of the problem:

 

http://screenr.com/vhY

 

I am very confused as sometimes the include_path does work and sometimes it doesn't work. Also am I allowed to have multiple include_path directives or do I need to include every path in a single include_path directive.

Link to comment
https://forums.phpfreaks.com/topic/225893-include_path-directive-troubleshooting/
Share on other sites

Hi Requinix,

 

Thanks for the info. I did not know that. However I have been able to solve this problem, it seems that the include_path does not work if there are multiple include_paths in the php.ini file (WAMP was using the right .ini file). So what I did was put all my include paths into one include_path directive seperated by a semicolon (;).

 

I can see the blue screen that says "Welcome to the Zend Framework" so I've taken the next step :). So for now I have the problem fixed until I get stuck again.

 

Regards

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.