forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: bufo on November 18, 2012, 01:40:03 am

Title: strict standards
Post by: bufo on November 18, 2012, 01:40:03 am
How to get rid of strict standards onnew install
Title: Re: strict standards
Post by: phill104 on November 18, 2012, 02:54:28 pm
Thanks for the nice detailed question ::). A link at the very least might help.

Please take your time to read the board rules and supply all the details requested so we can be better placed to help you.
Title: Re: strict standards
Post by: bufo on November 18, 2012, 04:27:24 pm
Sorry, running coppermine 1.5 on xampp, php 5.4. After install when loading at beginning of page there is a lot of strict standards.

Strict Standards: Non-static method Inspekt::makeSuperCage() should not be called statically in C:\xampp\htdocs\copperpic\cpg15x\include\init.inc.php on line 43

Strict Standards: Non-static method Inspekt_Supercage::Factory() should not be called statically in C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 282

Strict Standards: Non-static method Inspekt::makeGetCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 147

Strict Standards: Non-static method Inspekt::makePostCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 170

Strict Standards: Non-static method Inspekt::makeCookieCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 192

Strict Standards: Non-static method Inspekt::makeEnvCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 215

Strict Standards: Non-static method Inspekt::makeFilesCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 238

Strict Standards: Non-static method Inspekt::makeServerCage() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\copperpic\cpg15x\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 C:\xampp\htdocs\copperpic\cpg15x\include\inspekt.php on line 124
Title: Re: strict standards
Post by: bufo on November 18, 2012, 05:11:18 pm
Think the above problem may be causing others, such as no menus in user modes to be able to add or delete or any function to do with albums,

if you want to see what  I see whem loading page.

http://www.ladywarriors.zapto.org/copperpic/cpg15x
Title: Re: strict standards
Post by: phill104 on November 18, 2012, 05:25:01 pm
There are many tips on google reading setting up xampp. I use wamp so I cannot tel you exactly. The problem is the way xampp is setup by default. It is setup for developers, not web hosts. As a result it displays every minor error or warning. Many of these are warnings for the developer that in a future release of php some of their code may not work. That is what you are seeing here. You will need to make some edits to your php.ini file. Do a quick google of visit the xampp forums for details of the exact changes you need to make.