Ali
Guest
|
| Posted: Wed May 31, 2006 7:55 am Post subject: changing character set occurs fatal error |
|
|
When I install Vtiger 4.2 I cannot change the mysql character set.
So I uninstall the program. I install mysql 4.0.20 manually as a service then I install vtiger crm 4.2 after that I extract vtiger 4.3 . I change include\language\en_us.lang.php where 'LBL_CHARSET'=>'ISO-8859-1', to 'LBL_CHARSET'=>'ISO-8859-9', for latin5. And made some changes in config.php where $default_charset = 'ISO-8859-1'; to $default_charset = 'ISO-8859-9'; after these everything about the character set is ok.
I mean I can use Turkish character everywhere.
But when I click potensials tab or leads tabs or in contacts menu import contacts a fatal error occurs it says
Fatal error: Call to a member function on a non-object in C:\Program Files\vtigerCRM4_2\apache\htdocs\vtigercrm\include\database\PearDatabase.php on line 426
What is the wrong? How can I fix it?
Waiting your replies. Sorry for my English. |
|