• Resolved Elevated Dad

    (@outwardjourney)


    I went and did an auto upgrade on some plugins. I believe there was 7 or 8 to be upgraded. Did not see if this was one of them, but when it finished, I was getting the error message below.

    The plugin google-ads-master/techgasp-googleadsmaster.php has been deactivated due to an error: Plugin file does not exist.

    Any ideas??

    Thanks!

    https://www.ads-software.com/plugins/google-ads-master/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TechGasp

    (@techgasp)

    If you upgraded to version 4.0 then those files got replaced by the new framework.
    The wordpress native upgrade process should have removed those old files and installed the new ones. Maybe you have permission issues in your plugins directory?!

    Best solution is just to delete the plugin and install the new version. Keep the widget in place, when new version is installed widget should be replicated.

    Regards
    TechGasp

    TechGasp you have fix it, because you guys have misstype or wrong syntax type.

    check at wp-content/plugins/google-ads-master/google-ads-master.php
    on line 77 and 87

    Line 77:
    include( dirname( __FILE__ ) . '/includes/google-ads-master-admin.php'));
    change with :
    include( dirname( __FILE__ ) . '/includes/google-ads-master-admin.php');

    Line 87:
    include( dirname( __FILE__ ) . '/includes/google-ads-master-widget.php'));
    change with:
    include( dirname( __FILE__ ) . '/includes/google-ads-master-widget.php');

    Plugin Author TechGasp

    (@techgasp)

    Thanks for reporting hrace009, that was yesterdays update 4.0.1
    Already launched a fix 4.0.2…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upgraded plugins – now getting error’ is closed to new replies.