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
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.
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.
well, obviously you're wrong - the error message from your server says something else about your mysql location ;)