 |
vtiger The Honest Open Source CRM
|
| Previous topic :: Next topic |
| Author |
Message |
tces
Joined: 18 Oct 2007
Posts: 5
|
| Posted: Mon Nov 05, 2007 7:31 am Post subject: help please its urgent |
|
|
hello every1,
I am trying to install vTiger 5.0.2 with PHP 5, MySQL 5.1.
When i tried installing it, 1st I got the following error:
Fatal Error: vtiger/modules/calander/date.php error on line number 13.
So I tried solving the error and i made the following changes which I got in some forum of vtiger:
In /modules/Calendar/Date.php
--change "class DateTime" to "class com_vtiger_DateTime"
--Then search and replace "new DateTime with "new com_vtiger_DateTime", about a dozen places in Date.php
In /modules/Calendar/Appointment.php --same search and replace, two occurrences.
In /include/utils/RecurringType.php -- search and replace several times
After making this changes now I am getting the following error:
Catchable fatal error: Object of class Users could not be converted to string in C:\webs\test\vTiger\include\utils\CommonUtils.php on line 36
So, can someone help me to solve this error please.
Thanking you in advance. |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 976
|
| Posted: Mon Nov 05, 2007 7:35 am Post subject: Re: help please its urgent |
|
|
Hi tces,
I guess you are using PHP 5.2 on your server.
We have fixed several bugs of 5.0.2 and current stable version of vtiger is 5.0.3
Also, we are heading towards 5.0.4 shortly.
Kindly try installing 5.0.3 and apply the PHP 5.2 patch for it: http://prdownloads.sourceforge.net/vtigercrm/vtigerCRM-5.0.3-PHP5.2-Patch1.tar.gz?download
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
| |
|