Project-Pier / ProjectPier-Core

ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface.
http://www.projectpier.org
GNU Affero General Public License v3.0
37 stars 16 forks source link

Non-static method Template::instance() should not be called statically #43

Open keunes opened 8 years ago

keunes commented 8 years ago

I just downloaded the latest zip, unzipped it locally, and uploaded the files to my webhoster. Got the following messages on top of the installer page (the install process seems to work, though):

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 31

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 31

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 31

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 31

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 48

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 31

Strict Standards: Non-static method Template::instance() should not be called statically in /public/sites/thesis.xxx.nl/public/install/library/functions.php on line 59
keunes commented 8 years ago

These messages were also printed in step 4 of the installation process.