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.Code:Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/emiiya/public_html/index.php on line 3 Warning: include(http://midaevon.pcriot.com/mainlayout.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/emiiya/public_html/index.php on line 3 Warning: include() [function.include]: 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?


LinkBack URL
About LinkBacks
Reply With Quote

to give Reputation (bottom left corner of this post)
