Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
The database charset check (setup wizard) uses unquoted db names and therefor fails sometimes when there are any special chars in the db name. See also this topic on the forums: http://ez.no/community/forum/install_configuration/database_install_problem_in_setup_3_8_3_3_8_1 In lib/ezdb/classes/ezmysqldb, change this code:
to:
(note the backticks) I didn't test this but I think it should work. Environment: Version: all |