Help - Search - Members - Calendar
Full Version: Wordpress Patch Problem
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
Twilightsweden
Hi!

So I am trying to install a new theme for my wordpress but the problem is that I cannot figure out what my patches are that I need to put in the header.php and footer.php. I was told that it was the FTP username but it doesn't work.

Anyone? I am a bit new to wordpress so it is all rather confusing sad.gif

I keep get the following message:

QUOTE
Warning: include() [function.include]: Unable to access /home/twilightsweden/public_html/header.php in /www/zzl.org/t/w/i/twilightsweden/htdocs/wp-content/themes/almostunrealtheme/header.php on line 1

Warning: include(/home/twilightsweden/public_html/header.php) [function.include]: failed to open stream: No such file or directory in /www/zzl.org/t/w/i/twilightsweden/htdocs/wp-content/themes/almostunrealtheme/header.php on line 1

Warning: include() [function.include]: Failed opening '/home/twilightsweden/public_html/header.php' for inclusion (include_path='.:/usr/share/php') in /www/zzl.org/t/w/i/twilightsweden/htdocs/wp-content/themes/almostunrealtheme/header.php on line 1
Andrew
Looking at the errors it's trying to access files in a path that doesn't exist.
In the file
CODE
/www/zzl.org/t/w/i/twilightsweden/htdocs/wp-content/themes/almostunrealtheme/header.php

it's trying to access
CODE
/home/twilightsweden/public_html/header.php

if you notice it SHOULD be looking for
CODE
/www/zzl.org/t/w/i/twilightsweden/htdocs/header.php


So either the theme files are poorly made or you've installed your Wordpress wrong.
Midknight
A while back, I experiemented with new Wordpress Themes and found some were not working correctly, by either not loading or havin' a few errors, when loading the main page. I looked for alittle bit on how to fix the problem, but gave up on alot of them. I wasnt too concerned about it...Good Luck, you can do it, if you desire to.
wzrd
I have similar problem (wrong path with additional /c/h/a/characters )in my WordPress, during instalation, and the problem was in // -like comments in wp-config.php.
Just Remove All unnecessary Slashes.
May be, you should remove them in other phps (in a theme folder)

2. Another thing, which PHP does not like - is a BOM (UTF8-signature) in the beggining of the file.
better to remove these 3 byte (EF BB BF)

PS. s0rhi 4 Eenglish rolleyes.gif wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.