Techware Labs Header

Forums have moved

See this announcement for more details, or just go directly there.

  #1  
Old 02-20-2005, 07:56 PM
Napster Napster is offline
Golden Techie
 
Join Date: May 2004
Location: Chicago
Posts: 442
Send a message via AIM to Napster
Default PHPBB2 HELP!

Ok so i am trying to install a certain theme or template for my new phpbb site and stuff.. So i downloaded a Pre-modded version of PHPBB2 with many mods installed already, but trying to get this mod to work is such a hassle..

I get this error when trying to install in the admin panel...
Quote:
General Error
Could not insert theme data!

DEBUG MODE

SQL Error : 1054 Unknown column 'adminfontcolor' in 'field list'

INSERT INTO phpbb_themes (template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg, adminfontcolor, supermodfontcolor, modfontcolor) VALUES ('InvisionBlue', 'InvisionBlue', 'InvisionBlue.css', '', 'FFFFFF', '000000', '006699', '5493B4', '', 'DD6900', 'E4EAF2', 'DFE6EF', 'DFE6EF', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', '10', '11', '12', '444444', '006600', 'FFA34F', '', '', '', '0', '0', 'FFA34F', '737353', '006600')

Line : 121
File : /home/icewaref/public_html/forum/admin/admin_styles.php


Powered by phpBB 2.0.11 © 2001 phpBB Group
help please?
__________________
http://www.picvault.info/images/5369...f%20Christ.jpg
A+ Hardware Certified
MacBookPro Core Duo 2.16GHZ
2GB RAM,
X1600XT 256MB,
Runnin OSX 10.4.9 & Vista Ultimate
Jesus Blood never fails me! <>< John 3:16
Reply With Quote
  #2  
Old 02-21-2005, 02:52 AM
vee_ess's Avatar
vee_ess vee_ess is offline
Super Moderator
 
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
Send a message via ICQ to vee_ess Send a message via AIM to vee_ess Send a message via MSN to vee_ess Send a message via Yahoo to vee_ess
Default

The entries for adminfontcolor, supermodfontcolor, and modfontcolor don't need to be there, admin and mod font colors are covered in fontcolor2 and fontcolor3.

Try this:
Code:
INSERT INTO phpbb_themes (template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES ('InvisionBlue', 'InvisionBlue', 'InvisionBlue.css', '', 'FFFFFF', '000000', '006699', '5493B4', '', 'DD6900', 'E4EAF2', 'DFE6EF', 'DFE6EF', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', '10', '11', '12', '444444', '006600', 'FFA34F', '', '', '', '0', '0')
__________________

It's not a car, it's an addiction.
The only carb that matters is under the hood.
There's an option for most vehicles that increases brake horsepower, increases mileage, increases driver control, lasts longer than the alternative, and even reduces the price of the vehicle. Despite all this, most people in this country choose the alternative, an automatic transmission.

Reply With Quote
  #3  
Old 02-21-2005, 12:30 PM
Napster Napster is offline
Golden Techie
 
Join Date: May 2004
Location: Chicago
Posts: 442
Send a message via AIM to Napster
Default

Well the whole thing is one big pre-modded forum. And when I copy it to my public_html and try to open it in IE, it says Access Denied. so I dunno if I need to run an SQL query or what... I do understand that the code you showed me might work, but i dont think a couple font colors are preventing me from installing this pre-modded forum.
__________________
http://www.picvault.info/images/5369...f%20Christ.jpg
A+ Hardware Certified
MacBookPro Core Duo 2.16GHZ
2GB RAM,
X1600XT 256MB,
Runnin OSX 10.4.9 & Vista Ultimate
Jesus Blood never fails me! <>< John 3:16
Reply With Quote
  #4  
Old 02-21-2005, 12:41 PM
Napster Napster is offline
Golden Techie
 
Join Date: May 2004
Location: Chicago
Posts: 442
Send a message via AIM to Napster
Default

Here is what the file looks like, This isnt Vbulletin so you don't pay for it.. and YES it is freeware.. So in case anyone says, "HEY U CANT DO THAT" the answer is "yes i can."
__________________
http://www.picvault.info/images/5369...f%20Christ.jpg
A+ Hardware Certified
MacBookPro Core Duo 2.16GHZ
2GB RAM,
X1600XT 256MB,
Runnin OSX 10.4.9 & Vista Ultimate
Jesus Blood never fails me! <>< John 3:16
Reply With Quote
  #5  
Old 02-21-2005, 07:43 PM
Napster Napster is offline
Golden Techie
 
Join Date: May 2004
Location: Chicago
Posts: 442
Send a message via AIM to Napster
Default

Come on now... Someone in this whole forum must know what im talking about.... PHPBB isnt that complex of a language now is it?? There should be some techs here who can answer my question... Im pleading with you..
__________________
http://www.picvault.info/images/5369...f%20Christ.jpg
A+ Hardware Certified
MacBookPro Core Duo 2.16GHZ
2GB RAM,
X1600XT 256MB,
Runnin OSX 10.4.9 & Vista Ultimate
Jesus Blood never fails me! <>< John 3:16
Reply With Quote
  #6  
Old 02-21-2005, 09:38 PM
Jason425 Jason425 is offline
Lab Master Techie
 
Join Date: Sep 2002
Location: The Matrix
Posts: 7,353
Send a message via AIM to Jason425 Send a message via Yahoo to Jason425
Default

tech doesn't = programming nerd.. just wanted to clear that one up.. :P
__________________
Dell Inspiron 1420 in Midnight Blue - Intel Core2Duo T7300 2.0GHZ/4MB - 2GB Ram - Nvidia 8400 GS 128mb - DVD/RW - 160GB 7200RPM - 14.1" Antiglare - Intel 4965AGN - Bluetooth 2.0 - 2MP Webcam - Vista Home Premium
2005 Mazda3i in Strato Blue
http://www.jasondsmith.net

Reply With Quote
  #7  
Old 02-21-2005, 11:54 PM
vee_ess's Avatar
vee_ess vee_ess is offline
Super Moderator
 
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
Send a message via ICQ to vee_ess Send a message via AIM to vee_ess Send a message via MSN to vee_ess Send a message via Yahoo to vee_ess
Default

Go to this file: /home/icewaref/public_html/forum/admin/admin_styles.php
in Notepad or something, find the line that looks like
Code:
INSERT INTO phpbb_themes (template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg, adminfontcolor, supermodfontcolor, modfontcolor) VALUES ('InvisionBlue', 'InvisionBlue', 'InvisionBlue.css', '', 'FFFFFF', '000000', '006699', '5493B4', '', 'DD6900', 'E4EAF2', 'DFE6EF', 'DFE6EF', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', '10', '11', '12', '444444', '006600', 'FFA34F', '', '', '', '0', '0', 'FFA34F', '737353', '006600')
and change it to
Code:
INSERT INTO phpbb_themes (template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES ('InvisionBlue', 'InvisionBlue', 'InvisionBlue.css', '', 'FFFFFF', '000000', '006699', '5493B4', '', 'DD6900', 'E4EAF2', 'DFE6EF', 'DFE6EF', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', '10', '11', '12', '444444', '006600', 'FFA34F', '', '', '', '0', '0')
PHPBB isn't a language, it's a bulletin board written in the PHP language (stands for hypertext preprocessor, it's a server-side scripting language), and yes it has moderate complexity to it.
__________________

It's not a car, it's an addiction.
The only carb that matters is under the hood.
There's an option for most vehicles that increases brake horsepower, increases mileage, increases driver control, lasts longer than the alternative, and even reduces the price of the vehicle. Despite all this, most people in this country choose the alternative, an automatic transmission.

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:44 PM. Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum style by ForumMonkeys.