Quote:
Originally Posted by Julio
After a couple of weeks of using this mod, and everything working OK, Today I logged to my forums, and I am getting the following error message at the top of FORUMHOME.
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /index.php on line 59
Warning: file_get_contents( http://www.mydomain.com/forums/banners.php): failed to open stream: no suitable wrapper could be found in /index.php on line 59
|
I had this same problem when I moved a working 3.5.4 installation to a new server, which apparently was configured differently. I found it worked if I changed it to not address the file via http:
PHP Code:
$mycustomheader = file_get_contents("filename.php"):