Error messages on load Error messages on load
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Error messages on load

Started by PhoolR, January 09, 2013, 06:25:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PhoolR

Hi all.

I installed Coppermine last week and ran the chmod settings on the folders I was asked to, but after the install when I go to the address I see the following lines of code above the main part of the page:

QuoteStrict Standards: Non-static method Inspekt::makeSuperCage() should not be called statically in /usr/home/web/users/a0012351/html/pp/gallery/include/init.inc.php on line 42

Strict Standards: Non-static method Inspekt_Supercage::Factory() should not be called statically in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 282

Strict Standards: Non-static method Inspekt::makeGetCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 124

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 147

Strict Standards: Non-static method Inspekt::makePostCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 125

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 170

Strict Standards: Non-static method Inspekt::makeCookieCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 126

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 192

Strict Standards: Non-static method Inspekt::makeEnvCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 127

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 215

Strict Standards: Non-static method Inspekt::makeFilesCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 128

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 238

Strict Standards: Non-static method Inspekt::makeServerCage() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt/supercage.php on line 134

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /usr/home/web/users/a0012351/html/pp/gallery/include/inspekt.php on line 124

The site can be found at http://www.philandpratiksha.philrawlings.com/pp/gallery

Any ideas on what I have done wrong and how I can go about fixing it? Many thanks.

ΑndrĂ©

Next time, please search our boards before starting a new thread, as there are already several threads dealing with strict standards messages.

You have to adjust PHP's error reporting, as described e.g. here.