makmakmak21
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] switch to HTTPS WarningIs the same problem i have…
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Il plugin non può essere attivato …so if you have the error, you can fix it :
/wp-content/plugins/amazon-associates-link-builder/lib/php/aalb_tracking_api_helper.php on line 71
replace
//return json_decode($response, true)[“link-id”];
by
$obj = json_decode($response,true);
return $obj->{‘link-id’};and
in wp-content/plugins/amazon-associates-link-builder/includes/aalb_config_loader.php
replace
//$updated_marketplace = [];
by
$updated_marketplace=array();Forum: Plugins
In reply to: [Amazon Associates Link Builder] Altervista.org incompatibility?so if you have the error, you can fix it :
/wp-content/plugins/amazon-associates-link-builder/lib/php/aalb_tracking_api_helper.php on line 71
replace
//return json_decode($response, true)[“link-id”];
by
$obj = json_decode($response,true);
return $obj->{‘link-id’};and
in wp-content/plugins/amazon-associates-link-builder/includes/aalb_config_loader.php
replace
//$updated_marketplace = [];
by
$updated_marketplace=array();Forum: Plugins
In reply to: [Amazon Associates Link Builder] Parse error: syntax error, unexpected ‘[‘Thanks! Bug fixed!
But now a warning appears:
“WARNING – Adminstration of plugin should be done over a secure network. Please switch to HTTPS.”Forum: Plugins
In reply to: [Amazon Associates Link Builder] Parse error: syntax error, unexpected ‘[‘Hola, yo tengo el mismo error al instalar el plugin 🙁