3
XOOPS Version XOOPS 2.5.9
PHP Version 7.0.4
I am testing publisher 1.05 final
during installing I got:
Quote:
Error: Error: Class 'PublisherConfigurator' not found in file /modules/publisher/include/oninstall.php line 73
I solved this with adding
require_once __DIR__ . '/../class/configurator.php';
in file /modules/publisher/include/oninstall.php
now installing worked
I tried to clone the module. Now I got
Quote:
Warnung: sprintf(): Too few arguments in Datei /modules/publisher/admin/clone.php Zeile 61
but I am not sure whether this has an effect or not
till now everything works
continue testing