VERY IMPORTANT!!! added new note about php.ini memory_limit set to 12M or higher required
added new access control to each section in admin.php in vicidial_users table, see the upgrade_2.0.3.sql file updated docs git-svn-id: svn://192.168.202.10@479 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -692,6 +692,8 @@ installation on another machine)
|
||||
- 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 !!! raise the memory limit for scripts in php.ini:
|
||||
memory_limit = 24M
|
||||
- vi /usr/local/apache2/conf/httpd.conf
|
||||
add the following lines:
|
||||
"AddType application/x-httpd-php .php .phtml"
|
||||
|
||||
Reference in New Issue
Block a user