forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: PhoolR on January 09, 2013, 06:25:14 am

Title: Error messages on load
Post by: PhoolR on January 09, 2013, 06:25:14 am
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:

Quote
Strict 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 (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.
Title: Re: Error messages on load
Post by: Αndré on January 09, 2013, 09:10:20 am
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 (http://forum.coppermine-gallery.net/index.php/topic,75836.0.html).