coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: wah1688 on December 11, 2005, 11:39:47 AM

Title: brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not found'
Post by: wah1688 on December 11, 2005, 11:39:47 AM
upgrade error information

File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file

brand new install error information

File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
Warning: exec(): Unable to fork [c:/imageMagick/convert images/coppermine_logo.png albums/userpics/im.gif] in D:\Server\domain\html\photogallery\install.php on line 113

Warning: getimagesize(albums/userpics/im.gif): failed to open stream: No such file or directory in D:\Server\domain\html\photogallery\install.php on line 114

Warning: unlink(albums/userpics/im.gif): No such file or directory in D:\Server\domain\html\photogallery\install.php on line 115

---------------
any one to know what problem ?
Thanks
Title: Re: brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not foun
Post by: kegobeer on December 11, 2005, 03:17:23 PM
Most likely you are using a MySQL version that does not support utf8.  You must have MySQL 4.1.xx or 5.x.  You can't use any utf8 languages until you upgrade your MySQL.

Your server isn't properly set up to allow php scripts to use ImageMagick.  I'm assuming you are using IIS, so you must fix your permissions so the IUSR account can access ImageMagick.

If you are running a webserver on your personal computer, you'll have to properly configure your server before upgrading.
Title: Re: brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not found'
Post by: wah1688 on December 15, 2005, 02:56:41 PM
My MySQL is latest version of 4.1.x.x series and installed at "c:\Program Files\mySQL\", not installed at "c:\mySQL\", it should be use unicode language.  I have two CPG1.3x Photo Gallery, It work fine. So I think my mySQL and ImageMagick are setting have not problem.
Title: Re: brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not foun
Post by: Joachim Müller on December 16, 2005, 08:12:10 AM
well, obviously you're wrong - the error message from your server says something else about your mysql location ;)