• Resolved cmstactics

    (@cmstactics)


    When visiting the Edit Location page, the admin bar seems to be missing. Also, after updating the location, I get a message that says the following although the data is updated instead of returning to the previous locations list page:
    Invalid query: Access denied for user ‘www-data’@’localhost’ (using password: NO)

    These two issues showed up after upgrading the plugin to the latest version.

    https://wordpress.org/plugins/store-locator/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Viadat

    (@viadat)

    “(using password: NO)” is sometimes indication that your database is down .. or you need to perform repair or optimization operations on certain database tables.

    Did you perform some big operation on your website or database beforehand?

    Thread Starter cmstactics

    (@cmstactics)

    I moved servers and the site using the plugin is now using Amazon Web Services Ubuntu 14.04. Could it be an AWS setting that I need to enable?

    I’m also noticing that the geocoding is no longer working either. Can this be a server issue as well?

    Thread Starter cmstactics

    (@cmstactics)

    I was able to fix the geocoding by updating one of your lines of code.
    In sl-functions.php line 1205:
    I changed this
    $update_result = mysql_query($query);
    to this
    $update_result = $wpdb->query($query);

    I still have the admin bar missing but I no longer have the Access denied warning message.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Errors’ is closed to new replies.