Hi, can you get any trace of the problem in error_log ?
Thread Starter
afiori
(@afiori)
the error occur in every page whre there is a pshop int shortcode
Notice: Undefined index: wordpress_homepage in /var/www/vhosts/farmaciaborgarelli.it/httpdocs/farmacia/wp-content/plugins/prestashop-integration/prestashop-integration.php on line 119
the row 119 is the following
$this->wordpress_homepage = $options[ ‘wordpress_homepage’ ];
Hi,
Did you ever get a fix for this?
Hi, is to late for the solution to this post but the solution error is: prestashop search the home page index. In the line 119 put the “URL_to_wordpress_homepage” like: $this->wordpress_homepage = “http://www.url-to-wordpress/blog”;