SQL error (Unknown column 'shading' in 'field list')
in (
    select title,header,footer,background,length(image1),
	length(image2),length(image3),length(image4),length(image5),
	length(bg_image),
	font_color,font_size,shading,support_department,
	table1_bgcolor,table2_bgcolor,table3_bgcolor,
	table1_color,table2_color,table3_color,
	table1_bordercolor,table2_bordercolor,table3_bordercolor
    from pages_properties
    where pages_properties.page_id='1'
)

SQL error (Unknown column 'left_img' in 'field list')
in (
    select top_navigation,topnav_color,length(left_img) from config
)

SQL error (Table 'kbase.chat_config' doesn't exist)
in (
    select secure_chat,redirect2support from chat_config
)

SQL error (Table 'kbase.staff_status' doesn't exist)
in (
select count(*) from staff_status where online=1
)
Categories
Billing (1)
General (3)
Email (4)
Domains (7)
FTP (2)
MySQL Databases (2)
Web Sites (9)
Scripts (9)
Search Articles
Advanced Search
Frequently Asked Questions
Search our FAQ to find resolutions to common issues.
Favorite Articles
Search Articles that you have marked as your favorite.


Frequently Asked Questions
How do I add a MySQL database?
 
What is your DNS / nameserver information?
 
How do I Telnet or SSH to my account?
SSH Login Information
How do I add domains to my account?
 
How do I create an Email account, or add an Email address?