Mochabomb

Web Design and Technical notes

Mochabomb header image 2

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 = off

GD Library support

extension=php_gd2.dll (remove the comments)

IMAP Support
extension=php_imap.dll (remove the comments)

For custom views to work, need to set in php.ini:

register_long_arrays - MUST be set to On. It is set to Off by default.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

Tags: vTiger

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment