Error messages at top of index.php - Strict Standards: var: Deprecated Error messages at top of index.php - Strict Standards: var: Deprecated
 

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 at top of index.php - Strict Standards: var: Deprecated

Started by kaizer, December 23, 2005, 11:14:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kaizer

I just installed coppermine version 1.4.2.

Apache:   Apache/1.3.33 (Win32)
MySql:   4.1.12a-nt-log
PHP:   5.0.4

And I get a bunch of error messages at the top of the main page as follow:

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 26

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 27

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 28

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 29

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 31

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 32

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 33

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 34

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in c:\www\gallery\include\debugger.inc.php on line 35

Strict Standards: Assigning the return value of new by reference is deprecated in c:\www\gallery\include\debugger.inc.php on line 129

My gallery is at:
[edit GauGau]
URL removed as per request
[/edit]

Any ideas?

Thanks!

donnoman

this is to be expected when you use OO code designed for PHP4 with the PHP5 interpreter.

Since PHP4 is still the minimum requirement it's doubtful we will address this until PHP5 becomes the minimum requirement.

In the meantime just turn off warnings and notices.

kaizer

Where do I turn off the warnings and notices?

thanks for the quick reply!

donnoman

Check in the config at the bottom, I think its under Misc. If that failes then you need to modify the error reporting in the php.ini on the webserver.

kaizer

Ok,

Is it good to assume that the functioning of the gallery will not be affected by these conditions?


Thank you! muchly muchly! great gallery software!

Joachim Müller

Quote from: kaizer on December 24, 2005, 12:00:01 PM
Is it good to assume that the functioning of the gallery will not be affected by these conditions?
yes

kaizer

could you please remove my website address from the forum? :)

Thanks!



Joachim Müller

you could have edited your own post. However, I did as requested.