
02-20-2005, 07:56 PM
|
|
Golden Techie
|
|
Join Date: May 2004
Location: Chicago
Posts: 442
|
|
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?
|

02-21-2005, 02:52 AM
|
 |
Super Moderator
|
|
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
|
|
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.
|

02-21-2005, 12:30 PM
|
|
Golden Techie
|
|
Join Date: May 2004
Location: Chicago
Posts: 442
|
|
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.
|

02-21-2005, 12:41 PM
|
|
Golden Techie
|
|
Join Date: May 2004
Location: Chicago
Posts: 442
|
|
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."
|

02-21-2005, 07:43 PM
|
|
Golden Techie
|
|
Join Date: May 2004
Location: Chicago
Posts: 442
|
|
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..
|

02-21-2005, 09:38 PM
|
|
Lab Master Techie
|
|
Join Date: Sep 2002
Location: The Matrix
Posts: 7,353
|
|
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
|

02-21-2005, 11:54 PM
|
 |
Super Moderator
|
|
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
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.
|