Unapproved - Web Directory admin issue
31-03-2009 by tobeyjaggleOn my test site I get an "Unapproved" error when I go the Admin page. See http://directory.yozconnect.com/admin/ My admin directory is password protected (admin/1234) & I do have the websnapr key in the config file. Any help would be appreciated Thanks
A typing error led to that problem. I am sorry for not noticing it. I have updated the download script with the fix.
To resolve the problem without downloading the script again, in functions.php change lines 76 to 83 to:
$res_cat=mysql_num_rows($count_cat);
$count_subcat=mysql_query("select * from subcategories");
$res_subcat=mysql_num_rows($count_subcat);
$count_sites=mysql_query("select * from web_directory where status='1'");
$res_sites=mysql_num_rows($count_sites);
$count_app=mysql_query("select * from web_directory where status='0'");
$res_app=mysql_num_rows($count_app);