I have three errors:
On line 3 of index.php, I include a file called mainlayout.php, which is basically where the header and layout of the site are coded, all neatly in one file for easy access and changes.
I originally had a bookmarking system where it would fetch the URL, but after first googling this problem, I figured out that this wasn't allowed so I removed that chunk of code and just put $url="doesnt work yet" for the time being until I figure out another way to do this.
However, the problem still persists, and I'm stumped.
The scripts worked on another host, but here they don't seem to.
I can provide code if necessary, but first, any suggestions?
Code:
Warning: include() [[URL="http://midaevon.pcriot.com/function.include"]function.include[/URL]]: URL file-access is disabled in the server configuration in /home/emiiya/public_html/index.php on line 3
Warning: include([URL]http://midaevon.pcriot.com/mainlayout.php[/URL]) [[URL="http://midaevon.pcriot.com/function.include"]function.include[/URL]]: failed to open stream: no suitable wrapper could be found in /home/emiiya/public_html/index.php on line 3
Warning: include() [[URL="http://midaevon.pcriot.com/function.include"]function.include[/URL]]: Failed opening 'http://midaevon.pcriot.com/mainlayout.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/emiiya/public_html/index.php on line 3
I originally had a bookmarking system where it would fetch the URL, but after first googling this problem, I figured out that this wasn't allowed so I removed that chunk of code and just put $url="doesnt work yet" for the time being until I figure out another way to do this.
However, the problem still persists, and I'm stumped.
The scripts worked on another host, but here they don't seem to.
I can provide code if necessary, but first, any suggestions?