SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'pages')
in (
select page_id,mode,navgroup from pages
    where substring_index(pages.name,'/',-1)='register.php'
)

SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'pages')
in (
	select page_id,navgroup from pages
	    where (mode='' or mode is null) and
	    substring_index(pages.name,'/',-1)='register.php'
)

SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'pages_properties')
in (
    select title,header,footer,background,length(image1),
	length(image2),length(image3),length(image4),length(bg_image),
	font_color,font_size,shading,kb,support_logo,support_department,
	table1_bgcolor,table2_bgcolor,table3_bgcolor
    from pages_properties
    where pages_properties.page_id=''
)

SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'navlinks')
in (
    select length(header),header_align,length(footer),footer_align,
	header_html,footer_html
    from navlinks where navgroup=''
)

SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'contact_fields')
in (
	select name,required,type from contact_fields
	where /*active=1*/ active=1
	order by field_id asc
)

SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'config')
in (
select allow_subscribe from config
)
 
* Login (5-10 characters, no spaces)
* Password (5-10 characters, no spaces)
* Confirm Password

Powered by