Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
vi /usr/local/lib/php.ini
Make sure short tags are enabled:
"short_open_tag = On"
some other fields to change if using web-based lead loader:
max_execution_time = 330
max_input_time = 360
post_max_size = 48M
upload_max_filesize = 42M
default_socket_timeout = 360
- cp php.ini-dist /usr/local/lib/php.ini
NOTE: you will want to make sure NOTICE logging is turned off:
error_reporting = E_ALL & ~E_NOTICE ; (this is default)
!!! REQUIRED !!! be sure the memory limit for scripts in php.ini is AT LEAST 48M:
memory_limit = 48M
Make sure short tags are enabled:
short_open_tag = On
some other fields to change if using web-based lead loader:
max_execution_time = 330
max_input_time = 360
post_max_size = 48M
upload_max_filesize = 42M
default_socket_timeout = 360
Last time uloaded ~100 000 leads.max_execution_time = 3000 ; Maximum execution time of each script, in seconds
max_input_time = 3000 ; Maximum amount of time each script may spend parsing request data
memory_limit = 120M ; Maximum amount of memory a script may consume (16MB)
post_max_size = 50M
locate php.ini
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 105 guests