eleb
Forum Replies Created
-
Forum: Reviews
In reply to: [AdRotate Banner Manager] Good Plugin. Irritating DeveloperHello,
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!
Forum: Plugins
In reply to: [AdRotate Banner Manager] persistent error message.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 9 years, 5 months ago by eleb.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Error message wp-content/bannersHello,
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 9 years, 5 months ago by eleb.