Mochabomb

Web Design and Technical notes

Mochabomb header image 4

Entries from November 2006

vTiger install notes

November 29th, 2006 12:37 pm · No Comments

1. Run the report field patch, located here to allow totals in reports:
http://mochabomb.com/software/Servers,PHP,Web/vTigerCRM/patches-vTiger/ReportFieldPatch
2. Fix the decimal places with this: http://forums.vtiger.com/viewtopic.php?t=10349
If you have an existing database, you will want to update the table structure manually. Table: vtiger_pricebookproductrel, Column: listprice, Format: N 11.2.
3. fix php.ini as noted in this post, here is the forum on [...]

[Read more →]

Tags: vTiger

Add remove programs broken

November 18th, 2006 12:26 pm · No Comments

Re: Re: I can’t open add/remove programs!!!!!!!!!!!!!!!
I ran into the same problem, and none of the recommended solutions worked. Finally I found the answer.
This is taken from MS Knowledge Base Article Q266668 which can be found at http://support.microsoft.com/kb/q266668/
I did not bother with steps 1-4 (checking registry entries).
The following command fixed it:
Follow the [...]

[Read more →]

Tags: Windows

Killl spyware apps - can’t phone home

November 16th, 2006 10:37 pm · No Comments

This fix is quite simple in approach - lie about the true location of websites - how?
Every domain name is mapped to a number - its called domain name service - DNS. The internet equivalent of the phone book which maps a name to a phone number. The internet equivalent is to [...]

[Read more →]

Tags: Networking

vTiger php.ini settings

November 15th, 2006 11:32 pm · No Comments

vtiger php.ini file settings
Option | Setting
===============
Safe Mode | Off
Display Errors | On
File Uploads | On
Register Globals | Off
Max Execution Time - 300
output_buffering - On
Change the memory limit - 16M
error_reporting - E_WARNING & ~E_NOTICE
allow_call_time_reference - On
output_buffering - On
log_error [...]

[Read more →]

Tags: vTiger

vTiger installation guide - ripped straight from vtiger.com

November 15th, 2006 11:22 pm · No Comments

Vtiger CRM 5 Beta - Installation Guide
From vtiger.com
Important Note: vtiger CRM 5 Beta is ready for end-users testing the product and post their suggestions and comments. This build is only for product testing purpose, hence users are strongly adviced not to use for deployment purpose.
You can access the v5 Beta demo from:

Contents
[hide]

1 System Requirements
2 Download [...]

[Read more →]

Tags: vTiger