OK, i'm trying to revamp my website for 2013 and I've started from scratch to redo everything. I'm a self-thought web designer, I actually know nothing about it, but i'm good at getting the information I need and I am usually able to get things done on my own, but now, i'm having the worst time trying to figure this out. My website(http://www.jfpoitras.com) is showing a bunch or error about include path:
Warning: include() [function.include]: Failed opening 'http://www.jfpoitras.com/sections/logo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/raffix/public_html/index.php on line 14
&
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/raffix/public_html/index.php on line 14
It used to work well before when i used the PHP include command for repeating sections. I think I screwed things over when i used the NetBeans feature in "Run configuration" to have a remote connection to my ftp and upload changed files. I used to do it manually with FileZilla, and I think I shouldn't change that in my process. I think the key to this error is in the path shown here : (include_path='.:/usr/lib/php:/usr/local/lib/php') that path does not look right to me, it seems repeated with the extra local folder. Can anyone help me?