Hello Piwigo ,
The primary purpose of my Piwogo site is to sell prints and products using a PayPal shopping cart
I downloaded and installed the MyPiwShop plugin. When I activated the pulgin I recieved a warnng that the
plugin was incompatiable with Version 2.7.
I was getting a error/warning message on line 81 of functions_plugin.inc.php
So I comment it out
/**
* @removed 2.7
*/
function autoUpdate()
{
if (is_admin() && !defined('IN_WS'))
{
/* I am Charlie - comment out this warning */
// trigger_error('Function PluginMaintain::autoUpdate deprecated', E_USER_WARNING);
}
}
}
What if any are the consquences of this action ???
Piwigo version: 2.7.2
PHP version: 5.4.35
MySQL version: 5.5.10-cll
Piwigo URL: http://localhost
Offline
you'd better edit MyPiwiShop to remove the reference to the function in main.inc.php rather then editing the core.... that's the best idea to totally break your gallery
Offline
I'm new to Piwigo, installed the gallery yesterday.
Activating MyPiwiShop there are two error messages:
Warning: Function PluginMaintain::autoUpdate deprecated in /kunden/115048_16125/thomaskrueger/clients/include/functions_plugins.inc.php on line 81 Warning: Cannot modify header information - headers already sent by (output started at /kunden/115048_16125/thomaskrueger/clients/include/functions_plugins.inc.php:81) in /kunden/115048_16125/thomaskrueger/clients/include/page_header.php on line 101
Is it possible - after modifications - to use MyPiwShop in Piwigo 2.9.4 ?
Offline
yes you can Just search for hiding deprecated messages
Offline