HI everybody,
I have this error.i created a user login page using sfguard user.(symfony framework)
but i include php.ini
Windows: "\path1;\path2"
;include_path = ".;c:\php5.3.8\PEAR"

but still same error was comming.what is the problem.plz anybody help me.

          Fatal error: require() [function.require]: Failed opening required '/' (include_path='.;C:\php\pear') in C:\wamp\www\public_html\lib\vendor\symfony\lib\view\sfPHPView.class.php on line 75

before editing your php.ini file, you need to know which configuration file is currently loaded on your server. There are two php.ini files one is located in the apache and one is in the php directory.

if you run phpinfo(); you should be able to see the value of the loaded configuration file. Then wherever it is that's the php.ini file you need to edit.

don't forget to restart your server..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.