-
PHP wrapper problems?
I started having problems out of the blue with some of my php includes. I believe it occured when the include had a path outside the current directory. For one of my cases, I was able to solve it by changing the extension to .php5 and using php 5 to parse the file. The other situation involved a blog install that has too many php files and paths to individually correct. When I tried to make my .htaccess file recognize all .php files as needing php5, I made a huge mess and nothing that was php worked. Thankfully the support team at webhosting buzz fixed my mess.
I still have the original issue that shows up with this error:
Warning: theme_pagelayout() [function.theme-pagelayout]: URL file-access is disabled in the server configuration in /home/kingb/public_html/wetieit/blog/themes/default/themes.php on line 340
Warning: theme_pagelayout(http://www.onandaway.com/wetieit/navbar-top-blog.htm) [function.theme-pagelayout]: failed to open stream: no suitable wrapper could be found in /home/kingb/public_html/wetieit/blog/themes/default/themes.php on line 340
Warning: theme_pagelayout() [function.include]: Failed opening 'http://www.onandaway.com/wetieit/navbar-top-blog.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kingb/public_html/wetieit/blog/themes/default/themes.php on line 340
The blogging program was working fine. I'm assuming some sort of change was made to the server by the host because I haven't fooled with the code or set up in 6 months.
Any ideas as to what my problem is?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules