err: failed to open stream: no suitable wrapper could be found in 3674

It seems you have to modify your php.ini

I read a few articles; here is the solution:
Add/ Edit this line.
allow_url_include = On
allow_url_fopen = On

But, i am ok with this solution: (2nd solution)
extension=mysql.so
extension=imagick.so
extension=gd.so

Tags:

This entry was posted on Friday, May 7th, 2010 at 6:02 am and is filed under Facebook, PHP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.