Error messages on load Error messages on load
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.