Error on installation
-
Hi,
I have this error when I activate this plugin.
Notice: Undefined property: WP_Mailjet_Api_Strategy_V3::$_version in /var/www/vhosts/FilerWeb01/cubic-project.com/httpdocs/demo/regina2/wp-content/plugins/mailjet-for-wordpress/mailjet-api-strategy.php on line 518
In the file at this line :
$this->version = $this->context->_version;
I commented this line.And an other error on the page Lists :
Notice: Undefined index: Action in /var/www/vhosts/FilerWeb01/cubic-project.com/httpdocs/demo/regina2/wp-content/plugins/mailjet-for-wordpress/api/mailjet-api-v3.php on line 509
At this line :
if($params[‘Action’]==’Add’){…
I changed this line to
if (true == true) {…Is it a problem to make this change ?
Someone have a better solution ?
Thanks
The topic ‘Error on installation’ is closed to new replies.