brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not found' brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not found'
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

brand new install or upgrade error 'c:\mysql\share\charsets\?.conf' not found'

Started by wah1688, December 11, 2005, 11:39:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wah1688

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

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

wah1688

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.

Joachim Müller

well, obviously you're wrong - the error message from your server says something else about your mysql location ;)