I need to include DB.php (pear library) to one of my files. I already tried to include and require that file but it reports the following error:
Warning: main(DB.php) [function.main]: failed to create stream: No such file or directory in /home/webpage/public_html/folderx/index.php on line 2
Warning: main() [function.main]: Failed opening 'DB.php' for inclusion (include_path='') in /home/webpage/public_html/folderx/index.php on line 2
I allready checked the phpinfo() and it has the include_path ".:/usr/local/lib/php"
I dont know why it is not working! does anyone knows what could be happening?? because in the error message it says (include_path='') so maybe the include path is not working!!
I really need to solve this problem today so I would really apreaciate any help. Thanks!