Php includes not doing their job
Posted by: cenamaria
Posted on: 2005-04-22 10:18:00
Since yesterday, I have been getting this on my site. I've been using php includes for over two months and haven't changed anything in the coding;everything was working just fine until yesterday when I this showed up out of nowhere.
Warning: main(): URL file-access is disabled in the server configuration in /home/.sagebrush/cenamaria/cenamaria.com/blog/index.php on line 1
Warning: main(http://cenamaria.com/header.php): failed to open stream: no suitable wrapper could be found in /home/.sagebrush/cenamaria/cenamaria.com/blog/index.php on line 1
Warning: main(): Failed opening 'http://cenamaria.com/header.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.sagebrush/cenamaria/cenamaria.com/blog/index.php on line 1
I don't understand because I haven't made any changes to files or anything. None of my php includes are working on my http://cenamaria.com domain but the php includes are working on my two subdomains just fine. It's as though it has changed overnight or something. Is it a problem with the server or what?
I'm not too knowledgable with php so anything about pathes, etc. you'll have to break it down for me.