Page 2 of 2

Re: Boilerplate_XH

Posted: Fri Mar 13, 2015 1:58 pm
by deeseecee
OK, I just thought of getting rid the information in the 'update check'. But you're right, some information is missing then. Thank you for providing the patch.

Re: Boilerplate_XH

Posted: Sat Jan 05, 2019 2:05 pm
by olape
PHP 7.2

Code: Select all

DEPRECATED: Methods with the same name as their class will not be constructors in a future version of PHP; Boilerplate_Model has a deprecated constructor
/home/.../plugins/boilerplate/classes/model.php:25

Re: Boilerplate_XH

Posted: Sat Jan 05, 2019 3:16 pm
by cmb
olape wrote:
Sat Jan 05, 2019 2:05 pm

Code: Select all

DEPRECATED: Methods with the same name as their class will not be constructors in a future version of PHP; Boilerplate_Model has a deprecated constructor
/home/.../plugins/boilerplate/classes/model.php:25
Ui, da besteht insgesamt einiger Nachholbedarf. Quick-Fix für diesen Fall: einfach diese Zeile ersetzen durch:

Code: Select all

    function __construct($dataFolder)

Re: Boilerplate_XH

Posted: Sat Jan 05, 2019 5:03 pm
by olape
cmb wrote:
Sat Jan 05, 2019 3:16 pm
Ui, da besteht insgesamt einiger Nachholbedarf. Quick-Fix für diesen Fall: einfach diese Zeile ersetzen durch:

Code: Select all

    function __construct($dataFolder)
Die Warnung ist erst mal weg und funktioniert hat ja alles und tut es auch jetzt noch.
Danke