• Hi, my client has two sites that have been using advertising manager for a couple weeks now. It’s been working all the way throughout until My client changed one ad code on the admin panel and now it’s not showing up anymore. The code in the template hasn’t changed. I have something like the below in where I wants to show the banner:

    <?php advman_ad('728x90'); ?>

    I tried to deactivate, delete and re-upload the plugin and reactivate just to start off fresh but to no avail. I also noticed that the number ID that’s assigned to the ads I create after that continue from before I did all this deactivate/reactivate stuff. Basically, the name of the new ad I created is something like “[13] 728×90”

    Shouldn’t start from [1] again?

    How can I refresh it all and start from scratch? I know the plugin worked but not sure what went wrong in between. Where can I start to troubleshoot this?

    Any help is much appreciated.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter akamaddisk

    (@akamaddisk)

    anyone have any ideas? Thanks

    AkaMaDdiSk:

    Here are some things that you can try:

    1. Make sure that the website options allow display on a sub page (e.g. you can set ‘home page’ only, etc).
    2. It sounds like you have done this already, but be sure to get the latest version of Advertising Manager.
    3. If you want to remove all data from the database, you will need to remove the following:

    TABLE: wp_options
    KEY: plugin_adsensem, plugin_adsensem_backup (option_name column)

    you can run the following SQL to remove these keys (use at your own risk):

    DELETE FROM wp_options WHERE option_name = ‘plugin_adsensem’;
    DELETE FROM wp_options WHERE option_name = ‘plugin_adsensem_backup’;

    This will get you back to square 1.

    If you are still having trouble, you can contact me via skype (switzer).

    Cheers,
    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advertising Manager] Plugin stopped working for me.’ is closed to new replies.