I am having the exact same issue with the email notifications. However, in the
AdminCP->Maintenance->Execute SQL Query->
I get the message that I am not authorized to run sql queries. Will this change allow me to begin to run the queries:
Quote:
Originally Posted by LifesGreatestGift
First, add your admin userid to the config file.
open ./includes/config.php
around line 129 you will find
PHP Code:
$config['SpecialUsers']['canrunqueries'] = '';
add your userid. if its '1' then it will resemble this
PHP Code:
$config['SpecialUsers']['canrunqueries'] = '1';
save/re-upload the file
|