| Previous topic :: Next topic |
| Author |
Message |
eberled
Joined: 24 Nov 2004
Posts: 368
Location: St.Gallen, Switzerland
|
| Posted: Fri Nov 23, 2007 8:23 am Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Migration went fine without any errors. After login the Home shows following error message
Quote: Fatal error: Call to a member function FetchRow() on a non-object in D:\xampp\htdocs\4net_validation\include\database\PearDatabase.php on line 388
Other modules are running fine. |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 1043
|
| Posted: Fri Nov 23, 2007 9:42 am Post subject: Re: vtiger CRM 5.0.4 validation testbuild II<br />< |
|
|
Hi eberled,
Quote: Migration went fine without any errors...
Can you please let us know you migrated from which vtiger version?
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
eberled
Joined: 24 Nov 2004
Posts: 368
Location: St.Gallen, Switzerland
|
| Posted: Fri Nov 23, 2007 10:07 am Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Hi Prasad
I migrated from version 5.0.3
Previously I compared the DB with a clean 5.0.3 installation to ensure that I have a all tables etc. Everything was ok.
For installation I copied all 5.0.4 in a new directory and modified the config.inc.php. I had also to copy the files under user_privilegeds.
Afterwards I logged in as admin and run the migration. The migration showed only success messages. |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 1043
|
| Posted: Fri Nov 23, 2007 12:22 pm Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Hi,
We found few places where UTF-8 support was missed which showed up problems while displaying records.
Fix has been found to it and we will update the servers soon.
Kindly watch out for any other issues and let us know.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 1043
|
| Posted: Fri Nov 23, 2007 2:19 pm Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Hi,
We missed in some places to include UTF-8 support. Due to this, problem occurred in displaying records.
Issue got fixed and also updated in demo server also.
Kindly include the following change in your setup also.
File : include/utils/utils.php
Method : to_html()
Change :
$string = htmlentities($string, ENT_QUOTES);
to
$string = htmlentities($string, ENT_QUOTES,"UTF-8");
Kindly update us if you get any other issues.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
vtigersweden
Joined: 22 Feb 2007
Posts: 18
Location: Sweden
|
| Posted: Fri Nov 23, 2007 6:07 pm Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Great improvement since last night!
So far I found one UTF-8 bug. When I create a new qoute the address fields becomes corrupted when the addresses is automatically populated from the customers addresses if it contains: "åäöÅÄÖÜüßßÅÄÖ " (see the wip installation)
Please don't forget to test the search fields for "your" tricky utf-8 character's.
regards
Johah |
|
| Back to top |
|
eberled
Joined: 24 Nov 2004
Posts: 368
Location: St.Gallen, Switzerland
|
| Posted: Fri Nov 23, 2007 6:34 pm Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Sending of portal login information fails if the DB was migrated.
Please see ticket http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4463 |
|
| Back to top |
|
eberled
Joined: 24 Nov 2004
Posts: 368
Location: St.Gallen, Switzerland
|
| Posted: Fri Nov 23, 2007 6:35 pm Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
| Fatal error on home still exists |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 1043
|
| Posted: Sat Nov 24, 2007 7:31 am Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
Hi,
Patch from 5.0.0 to 5.0.4 testbuild2
http://64.14.15.24/archives/validation-testbuild/vtigercrm-5.0.0-patch4-validation-testbuild-2.zip
We will update you on patch from 5.0.3 to 5.0.4 testbuild2 soon. Kindly bear with us.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
vtigersweden
Joined: 22 Feb 2007
Posts: 18
Location: Sweden
|
| Posted: Sat Nov 24, 2007 8:19 am Post subject: Re: vtiger CRM 5.0.4 validation testbuild II |
|
|
1. UTF-8 Bug qoute
vtigersweden wrote:
So far I found one UTF-8 bug. When I create a new qoute the address fields becomes corrupted when the addresses is automatically populated from the customers addresses if it contains: "åäöÅÄÖÜüßßÅÄÖ " (see the wip installation)
regards
Johah
I see that I have to add the following:
Ok if the address is fetched from the custommers address but not if it's fetched from the Potential. But if I writes the address directly into the fields its ok.
2. UTF-8 bug Purchase Order
As above, if a vendor address contains åäöÅÄÖÜüßßÅÄÖ UTF-8 test and I add it to purchase order the address is messed up.
3. UTF-8 bug Settings
In "Settings > Custom Field Settings" you are not allowed to use: " UTF-8 test åäöÅÄÖÜüßßÅÄÖ" as a label or in the label fields.
4. UTF-8 bug Leads Addresses
Ok for Street but the other address fields not ok. they transforms like this when I save the adress:
UTF-8 test åäöÅÄÖÜüßßÅÄÖ->save->UTF-8 test åäöÅÄÖÜüß��
I have this error when I attempts to upload a "Mail Merge Templates" whit file named åäöÅÄÖÜüßßÅÄÖ_UTF-8_test.txt
"Warning: move_uploaded_file(/home/vtiger/demo/en/wip//test/upload/åäöÅÄÖÜüßßÅÄÖ_UTF-8_test) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/vtiger/demo/en/wip/modules/Settings/savewordtemplate.php on line 31
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpgLrMDm' to '/home/vtiger/demo/en/wip//test/upload/åäöÅÄÖÜüßßÅÄÖ_UTF-8_test' in /home/vtiger/demo/en/wip/modules/Settings/savewordtemplate.php on line 31"
I guess that that function is blocked at the wip or? Could some one else try that on an local test installation?
That all so far. Will eat and countinue to test Invoices.
regards
Johan |
|
| Back to top |
|
| |