Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    To fix this problematic issue with no further changes to your configuration, additional creation of folders, or anything you don’t want to do, remove this piece of code:

    if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
    $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">Set up your banner folder</a>.';
    }

    From line 680 (aprox) in file wp-content/plugins/adrotate/adrotate-output.php

    Hope this helps. Cheers!

    Hello,

    To fix this problematic issue with no further changes to your configuration, additional creation of folders, or anything you don’t want to do, remove this piece of code:

    if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
    $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">Set up your banner folder</a>.';
    }

    From line 680 (aprox) in file wp-content/plugins/adrotate/adrotate-output.php

    Hope this helps. Cheers!

    • This reply was modified 7 years, 11 months ago by eleb.

    Hello,

    To fix this problematic issue with no further changes to your configuration, additional creation of folders, or anything you don’t want to do, remove this piece of code:

    if(!is_writable(ABSPATH.$adrotate_config['banner_folder'])) {
    $error['banners_folder'] = __('Your AdRotate Banner folder is not writable or does not exist.', 'adrotate-pro').' <a href="https://ajdg.solutions/manuals/adrotate-manuals/manage-banner-images/?utm_campaign=adrotate-manual&utm_medium=dashboard-notification&utm_source=adrotate-free" target="_blank">Set up your banner folder</a>.';
    }

    From line 680 (aprox) in file wp-content/plugins/adrotate/adrotate-output.php

    Hope this helps. Cheers!

    • This reply was modified 7 years, 11 months ago by eleb.
Viewing 3 replies - 1 through 3 (of 3 total)