Hi there,
On development environment, I’ve enabled notices and here is what I see from the wp-admin panel:
ErrorException thrown with message "Undefined index: page"
Stacktrace:
#6 ErrorException in wp-contents/plugins/adback-solution-to-adblock/admin/class-ad-back-admin.php:523
#5 Handle error in wp-contents/plugins/adback-solution-to-adblock/admin/class-ad-back-admin.php:523
#4 Ad_Back_Admin:addConfigNotice in wp-includes/class-wp-hook.php:286
#3 WP_Hook:apply_filters in wp-includes/class-wp-hook.php:310
#2 WP_Hook:do_action in wp-includes/plugin.php:465
#1 do_action in wp-admin/admin-header.php:281
#0 include in wp-admin/index.php:111
The concerned line is the following one (from file wp-contents/plugins/adback-solution-to-adblock/admin/class-ad-back-admin.php:523):
if (!$this->isConnected() && !in_array($_REQUEST['page'], array('ab', 'ab-placements', 'ab-message', 'ab-settings', 'ab-diagnostic'))) {
The $_REQUEST['page']
does not exist. A simple $page declaration is enought to fix the notice:
$page = isset($_REQUEST['page']) ? $_REQUEST['page'] : '';
if (!$this->isConnected() && !in_array($page, array('ab', 'ab-placements', 'ab-message', 'ab-settings', 'ab-diagnostic'))) {
Regards,
]]>hi, thanks for plugin.
Warning: array_key_exists() expects parameter 2 to be array, null given in …/htdocs/wp-content/plugins/adback-solution-to-adblock/class-ad-back.php on line 50
given.
how to correct?
]]>Bonjour,
je suspecte un gros problème avec votre Plugin qui génère des erreurs 404 via les Googlebot depuis le 14 ou 15 septembre 2017.
Grosse augmentation des erreurs 404 pour 2 sites ayant le plugin activé.
Les URLS inconnues sont toutes suffixées ainsi …/modules/…
voici quelques exemples :
modules/iabBanner
modules/bannerConfigurationBuilder
2016/02/quels-sont-les-usages-des-objets-connectes/modules/crossTracker
Connaissez-vous ce problème ?
]]>Bonjour
Après une longue enquête et un travail de désactivation un a un des pluggins de mon blog, je viens de décvouvrir que Adback était rendait tous les liens de mon tableau de bord wp incliquable…
Je reste à votre disposition pour vous fournir plus d’infos si besoin.
Avec le plugin AdBack activé la mise en forme du Tableau de bord WordPress est perturbée.
La mise en forme est modifiée : des puces apparaissent sur certaines listes…
Hi,
I customized my message and published it but when I go to my site, I can’t see any message. Why?
Hello,
I downloaded and installed the plugin and tried to activate it. There is a screen asking to create or to activate an account. What should I do?
]]>