• Resolved colinsp

    (@colinsp)


    I just updated to the latest version of this plugin has broken my site. As a result I have had to disable the plugin.

    This is the error

    	
    
    Warning: mysql_query(): Access denied for user 'costabla'@'localhost' (using password: NO) in /home/costabla/public_html/wp-content/plugins/cat-by-tags-table/cat-by-tags-table.php on line 188

    It looks to me like you are using deprecated calls in this

    $countresult = mysql_query($countsql) or die(mysql_error());
    			$countfrow = mysql_fetch_array($countresult) ;
    			$count = $countfrow[0] ;

    Any thoughts on how to resolve?

    • This topic was modified 7 years ago by colinsp. Reason: More information
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author haroldstreet

    (@haroldstreet)

    Hi Colin
    Could you uninstall (deactivate and delete) my plugin then
    re-install the latest version of wordpress
    then re-install my plugin
    and see if that fixes the problem

    Thread Starter colinsp

    (@colinsp)

    Phil
    Thanks, I did that and it fixed it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest version broke my site’ is closed to new replies.