coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: b90220208 on March 08, 2006, 02:40:40 PM

Title: Does coppermine gallery-1.4.4 support MySQL5 ??
Post by: b90220208 on March 08, 2006, 02:40:40 PM
Everything is ok when i change database to MySQL4...
What is the problem??

my server:
=======
version:   1.4.4
apache:   2.0.55
php:       5.1.1
mysql:     5.0.16
os:         windows server 2003



1. when loggin: my browser doesn't accept cookie from my coppermine web site!
2. err message:(every page)
=================
Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 26

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 27

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 28

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 29

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 31

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 32

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 33

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 34

Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 35

Strict Standards: Assigning the return value of new by reference is deprecated in C:\Program Files\Apache Group\Apache2\htdocs\coppermine_gallery\include\debugger.inc.php on line 129

Coppermine Photo Gallery seems not to be installed correctly, or you are running coppermine for the first time. You'll be redirected to the installer. If your browser doesn't support redirect, click here.
Title: Re: Does coppermine gallery-1.4.4 support MySQL5 ??
Post by: Nibbler on March 08, 2006, 02:54:42 PM
Disable 'strict' error reporting in your php.ini
Title: Re: Does coppermine gallery-1.4.4 support MySQL5 ??
Post by: b90220208 on March 09, 2006, 06:55:33 AM
Quote from: Nibbler on March 08, 2006, 02:54:42 PM
Disable 'strict' error reporting in your php.ini
Thanks#