Sql

If you are trying to execute sql in the admin panel which I assume, you need to set the permissions in the config.sys for your userid to be able to use that feature. You haven't said that the exact problem is but assuming that its access:

Your user ID must be in the $config['SpecialUsers']['canrunqueries'] variable in config.php to access this page.
 
Back
Top