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:
mattf
2007-01-23 23:06:40 +00:00
parent 30bb4a5c61
commit d6e27cb0f2
8 changed files with 9959 additions and 9437 deletions
+2
View File
@@ -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"