Blackened theme uploaded......Errors on my site now :(

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Blackened theme uploaded......Errors on my site now :(
xxl_martin_lxx
CZ Active Member
xxl_martin_lxx has been a member for over 20 year's 20 Year Member
uk.gif
Age: 33
Gender: Male
Fav. Sports Team: Aldershot Town FC (English Conference)
Website:
Status: Offline
Joined: Aug 09, 2004
0.03 posts per day
Posts: 207
Points: 9,481
   
Hey guys,

i've just got round to downloading the blackened theme and uploaded it to my filemanager.

and gone into my admin panel at [ Register or login to view links on this board. ] (<not actual link) and its come up with these errors :

Warning: head(themes/Blackened-Pack/theme.php): failed to open stream: No such file or directory in /home/shark/public_html/nuke/header.php on line 31

Warning: head(themes/Blackened-Pack/theme.php): failed to open stream: No such file or directory in /home/shark/public_html/nuke/header.php on line 31

Warning: head(themes/Blackened-Pack/theme.php): failed to open stream: No such file or directory in /home/shark/public_html/nuke/header.php on line 31

Warning: head(): Failed opening 'themes/Blackened-Pack/theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shark/public_html/nuke/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /home/shark/public_html/nuke/header.php on line 47


My page is [ Register or login to view links on this board. ]

Whats wrong, what do i need to change ?

PS: im a n00b at PHP so speak in beginner terms icon_wink.gif Thanks



Back to top Reply with quote
#2   re: Blackened theme uploaded......Errors on my site now :(
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
You uploaded the complete folder...you must upload only the theme in the themes folder. Like this:

Open the Blackened-Pack folder and then open the "html" folder, next open the themes folder and finally upload the"Blackened" folder to your themes directory.

quote from the readme:


##INSTRUCTIONS##
Upload themes/Blackened to your themes folder on your [ Register or login to view links on this board. ]


If you have set this theme as the default do this: [ Register or login to view links on this board. ]

assuming you still have the "DeepBlue" theme in the themes folder. If not substitute a theme name you have in your themes folder for your site in the code, or simply upload the DeepBlue theme into your themes directory.



Back to top Reply with quote
#3   
xxl_martin_lxx
CZ Active Member
xxl_martin_lxx has been a member for over 20 year's 20 Year Member
uk.gif
Age: 33
Gender: Male
Fav. Sports Team: Aldershot Town FC (English Conference)
Website:
Status: Offline
Joined: Aug 09, 2004
0.03 posts per day
Posts: 207
Points: 9,481
   
i deleted all the themes (that was in the themes folder) like deepblue ocean etc etc and only left the sunset theme so do i put ..... <?php
require_once("mainfile.php");
$theme= "SunSet"; <<<
$sql = "UPDATE ".$prefix."_config SET Default_Theme = '".$theme."'";
$result = $db->sql_query($sql);
echo "Thanks for using this fix! Your theme has been reset to ".$theme."";
?>

without those "<<<" then change it to the blackened theme and only that file.. Thanks for your quick response



Back to top Reply with quote
#4   
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   


Originally posted by xxl_martin_lxx @ Sun Apr 10, 2005 11:08 am:

i deleted all the themes (that was in the themes folder) like deepblue ocean etc etc and only left the sunset theme so do i put ..... <?php
require_once("mainfile.php");
$theme= "SunSet"; <<<
$sql = "UPDATE ".$prefix."_config SET Default_Theme = '".$theme."'";
$result = $db->sql_query($sql);
echo "Thanks for using this fix! Your theme has been reset to ".$theme."";
?>

without those "<<<" then change it to the blackened theme and only that file.. Thanks for your quick response


Correct but actually I believe it's called: Sunset, not SunSet.



Back to top Reply with quote
#5   
xxl_martin_lxx
CZ Active Member
xxl_martin_lxx has been a member for over 20 year's 20 Year Member
uk.gif
Age: 33
Gender: Male
Fav. Sports Team: Aldershot Town FC (English Conference)
Website:
Status: Offline
Joined: Aug 09, 2004
0.03 posts per day
Posts: 207
Points: 9,481
   
ahh thanks Got it fixed icon_biggrin.gif now i go to my filemanager and Open the Blackened-Pack folder and then open the "html" folder, goto the themes folder and finally upload the "Blackened" folder to your themes directory.



Back to top Reply with quote
#6   re: Blackened theme uploaded......Errors on my site now :(
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Your welcome icon_wink.gif and this is so much easier using an FTP client, do you have FTP access with your host?



Back to top Reply with quote
#7   
xxl_martin_lxx
CZ Active Member
xxl_martin_lxx has been a member for over 20 year's 20 Year Member
uk.gif
Age: 33
Gender: Male
Fav. Sports Team: Aldershot Town FC (English Conference)
Website:
Status: Offline
Joined: Aug 09, 2004
0.03 posts per day
Posts: 207
Points: 9,481
   
YES i do have access via [ Register or login to view links on this board. ] umm one problem tho how can i extract those files from the "Blackened Folder" so i dont have to upload each file or would it be easier to do it via FTP (well obviously its easier to do it by FTP but for this matter i mean)



Back to top Reply with quote
#8   re: Blackened theme uploaded......Errors on my site now :(
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
That's why using FTP is easy...you can usually just "drag and drop" the complete folder or just highlight the folder and hit an arrow key to upload the complete folder and all it's contents. You need that complete "Blackened" folder in the themes directory though. I have never used a file manager to do this, so I'm not sure how it's done...although you were able to upload a complete folder before. correct? (when you uploaded the whole Blackened-Pack folder) just do the same for the "Blackened" theme into your themes folder.



Back to top Reply with quote
#9   
xxl_martin_lxx
CZ Active Member
xxl_martin_lxx has been a member for over 20 year's 20 Year Member
uk.gif
Age: 33
Gender: Male
Fav. Sports Team: Aldershot Town FC (English Conference)
Website:
Status: Offline
Joined: Aug 09, 2004
0.03 posts per day
Posts: 207
Points: 9,481
   
that was because it was a zipped folder and what was inside it had not been extracted until i got into the filemanager....umm what program do u use and where can i get it icon_smile.gif



Back to top Reply with quote
#10   re: Blackened theme uploaded......Errors on my site now :(
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
A google search brings up some free ones: [ Register or login to view links on this board. ]

Personally I use WS_FTP Pro (which cost). Here's a link for a trial version: [ Register or login to view links on this board. ]
I hear Smart FTP is good. [ Register or login to view links on this board. ]



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum