forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Sixkiller on August 03, 2011, 05:13:53 pm

Title: Strict Standard problem
Post by: Sixkiller on August 03, 2011, 05:13:53 pm
Hi there !

I've been reading all of the topics in the forum about Strict Standard problem, i've tried everything what had been written, but i still has a problem !

When I open my gallery it appears:

Quote
Strict Standards: Non-static method Inspekt_Supercage::Factory() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 283

Strict Standards: Non-static method Inspekt::makeGetCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/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 /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 148

Strict Standards: Non-static method Inspekt::makePostCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/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 /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 171

Strict Standards: Non-static method Inspekt::makeCookieCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/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 /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 193

Strict Standards: Non-static method Inspekt::makeEnvCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt/supercage.php on line 129

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 216

Strict Standards: Non-static method Inspekt::makeFilesCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt/supercage.php on line 130

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 239

Strict Standards: Non-static method Inspekt::makeServerCage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt/supercage.php on line 136

Strict Standards: Non-static method Inspekt_Cage::Factory() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/optgabrovo/photogallery/include/inspekt.php on line 125

Can you tell me what could I do ? I think that the problem cames from the server, but i don't know.

Thank you for reading.
Title: Re: Strict Standard problem
Post by: lurkalot on August 03, 2011, 08:48:44 pm
I had the same problem using Xampp.

Disable PHP notices in your php.ini file, and all should be fine. ;)