You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
12/30/2004 3:57:28 PM
Apache/2.0.52 (Win32) mod_perl/1.99_15-dev Perl/v5.8.4 PHP/5.0.2
this is the error i got when i try to do SQL queries in phpmyadmin, anyone know what's wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am logged in as root and when I try to browse a table I get access forbidden Error 403
i got the same error while trying to browse tru the users database
its a clean install no other databases installed yet
this is what is in my apache error log
[code]
[Mon Nov 22 22:15:55 2004] [error] [client 127.0.0.1] mod_security: Access denied with code 403. Pattern match "select.+from" at THE_REQUEST [hostname "localhost"] [uri "/phpmyadmin/sql.php?lang=en-iso-8859-1&server=1&db=mysql&table=user&goto=tbl_properties_structure.php&back=tbl_properties_structure.php&sql_query=SELECT+%2A+FROM+%60user%60&pos=0"]
[Mon Nov 22 22:16:06 2004] [error] [client 127.0.0.1] mod_security: Access denied with code 403. Pattern match "select.+from" at THE_REQUEST [hostname "localhost"] [uri "/phpmyadmin/sql.php?lang=en-iso-8859-1&server=1&db=mysql&table=user&goto=tbl_properties_structure.php&back=tbl_properties_structure.php&sql_query=SELECT+%2A+FROM+%60user%60&pos=0"]
[/code]
the other logs didnt show anything special related to this
im running winxp sp2 clean install
By: Mike Dessaint - mdessaint
mod_security problem
2004-09-29 19:39
SecFilter "select.+from"
needs to be removed from httpd.conf
it is creating a problem when trying to browse data with in a table thru phpMyAdmin
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
12/30/2004 3:57:28 PM
Apache/2.0.52 (Win32) mod_perl/1.99_15-dev Perl/v5.8.4 PHP/5.0.2
this is the error i got when i try to do SQL queries in phpmyadmin, anyone know what's wrong?