SQL error (SELECT command denied to user 'betatest'@'localhost' for table 'user')
in (
select user.user_id from user,groups,user_group,session
where hash='' and
user.user_id=session.user_id and
user_group.group_id=groups.group_id and
user.user_id=user_group.user_id and
groups.group_id=2 and
end_time>1283503556)
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)='login.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)='login.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='')
Powered by