PHP includes not working

hi i have a number of php includes in an e-commerce application the error message i get is:

Warning: include(cw4/cwapp/mod/cw-mod-productpreview.php): failed to open stream: No such file or directory in C:\xampp\htdocs\brmstest\cw4\template\index.php on line 100

the code on line 100 is:
[php]include(“cw4/cwapp/mod/cw-mod-productpreview.php”);[/php]

this file does exist though and the include on php.ini is

include_path = ".C:\xampp\php\pear\PEAR;

even if i include the specific directory in php.ini it still does not work. I’ve spent hours on this now and I am a newbie, but still I can’t figure out what’s up.

Thanks in advance for any help

The include path is wrong. that first , needs to be a ;

Sponsor our Newsletter | Privacy Policy | Terms of Service