Commit Graph

62 Commits

Author SHA1 Message Date
aca8b220df fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 02:57:22 +00:00
868e9b7356 "supress warning \"session.save_path not writable by webserver\", if open_basedir is activ and path is NOT included
--> spares users from false warning, that they can not login, because sessions not working"
2009-12-01 13:58:39 +00:00
db3b46293b "- using realpath('..') to give user pathes in filesystem (in errors)
- using 'only_if_exists' for 'is_world_writable'=>false check, to cope with doc symlinks under Debian, which are not included in open_basedir (gave file does not exists error and stoped check)"
2009-10-01 09:51:28 +00:00
07c3816a14 "added check for following php extensions:
- error if ctype is missing (required by HTMLpurifier)
- warning if mcrypt is missing (eTemplate form state)"
2009-08-14 09:48:49 +00:00
e50f35cbad "- error_reporting E_ALL
- fixed handling of session_save_path() returning nothing (was stalling the PEAR check AND failing)
- removed not longer necessary constants (defined now in common_functions.inc.php)"
2009-04-28 19:25:35 +00:00
aca05a32e3 using new check_load_extension function 2009-04-20 12:43:44 +00:00
93112e0277 phpDoc headers 2008-08-20 06:04:28 +00:00
0587f0585d added PEAR HTTP_WebDAV_Server, PDO and file-upload checks plus missing translations 2008-08-05 06:23:52 +00:00
1a743d658d E_ALL notice 2007-12-09 22:54:26 +00:00
fc1ce1fa71 removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
fa67b52bd3 "only check session.save_path if session.save_handler == files" 2007-11-27 00:36:25 +00:00
45e3088505 set checked memory_limit to 24M, as 16M cries for problems, also added missing translations 2007-08-31 06:59:32 +00:00
0abbc55c49 fixed bug reported on the user list: Warning wrong data type in line 184, added ldap extension check as it seems for many a surprise that ldap/ads auth needs it ;-) 2007-08-31 06:49:17 +00:00
a7cecfe600 "allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail" 2007-07-12 05:47:21 +00:00
224564e780 "fix for old pear installs without registry: packages from egw-pear get not reported if checked first " 2007-06-25 10:00:25 +00:00
d80b9bd377 "fix for bug in pear's Registry class, check causes check_install.php to run forever, if the registries install_dir does NOT exist" 2007-06-14 18:56:53 +00:00
f6552713ca "fix for bug #804: PEAR include failing -> no message, thanks to regis leroy" 2007-05-28 11:46:47 +00:00
95dce07346 "bugfix see patch #791: Syntax error in setup" 2007-05-23 06:44:38 +00:00
0cd6ab53b4 worked around stupid php5.2 empty haystack warnings 2007-04-29 15:13:54 +00:00
be4c3f44d1 "fixed check_install to deal with old PEAR versions, where the PEAR_Config object does not have a getRegistry method.
Falling back to the old check which does not give the version number, is better then a fatal error."
2007-04-26 06:17:41 +00:00
5a397b7acb imporved pear_check:
a) check the version of required pear packages, if given in the key 'version'. It uses the pear registry for that.
b) if 'egw-pear' exists AND included the package, it allways fullfils the requirements
2007-01-01 14:33:43 +00:00
a3ff8f3b2d added a "function exists" check 2006-11-07 06:32:00 +00:00
14c00ccf56 moved SyncML install checks from check_install to the SyncML app 2006-08-20 10:12:36 +00:00
01deaaef79 killed a warning 2006-08-15 17:00:12 +00:00
4ab9783482 killed a few warnings for error_reporting = E_ALL 2006-08-06 05:37:42 +00:00
2dac413bc8 forget to remove test-comments 2006-07-09 18:49:02 +00:00
9b32a9ac76 installation check if session.save_path is writable by the webserver: might help people who cant log into eGW because of "session could not be verified" 2006-07-09 18:39:01 +00:00
9009a314a8 moved gdcheck to projectmanager and projects 2006-06-20 23:08:36 +00:00
772d883290 check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:00:55 +00:00
e3cbf9a4c9 - allow to bypass check_install
- message how to install PEAR::Log (pear install Log)
2006-03-08 09:39:42 +00:00
6100a04ecf added check for required php version 4.3+ 2005-11-22 18:29:51 +00:00
1983bdc556 added checks for:
- file_uploads = On (required for filemanager(s))
- PEAR installed (required by SyncML & iCal import+export of calendar)
- PEAR::Log installed (required by SyncML)
2005-11-01 07:20:46 +00:00
e2e0fd6446 Make the PHP session restore an own session type in manageheader. So you can switch it on and off, without the need to edit the code. At the moment it's off by default, with a note that it can give a big performance boost (if it works on your distro).
Please note: If you already edited your phpgwapi/inc/functions.inc.php to switch it off, you will get an cvs conflict on updating, just do a "cvs update -C phpgwapi/inc/functions.inc.php" to fix it. If you want to use the session restore or you already used it, you need to go to Setup >> Headeradmin and switch it on there.
2005-10-13 12:11:48 +00:00
2f73293a9c missing lang('not') in previous patch 2005-09-19 12:30:58 +00:00
977acee0eb patch for handling "no" location when checking permissions 2005-09-19 11:55:02 +00:00
73d74fa0f3 XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00
b6883d59e8 1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
9a6b90e78f 1) enabled DB support additionaly for:
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
c49b663fae checking for the session extension 2005-02-21 08:01:33 +00:00
5f0d5ac125 - added a check for mbstring.func_overload = 7
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
+ merged all of benjamin's changed in the 1.0 branch
2004-08-17 17:08:35 +00:00
8a1dacc95f - added check for odbc extension (used by MaxDB) to check_install
- not offering to create the DB, if we dont support it for that DB
2004-08-14 15:02:24 +00:00
e32ace088a added language-selection 2004-07-10 09:26:28 +00:00
c21646fd22 removed colon, which gave syntax error in php5 only 2004-07-07 10:43:58 +00:00
1ab7a385b7 patch [ 964190 ] Test GD functionality in projects 2004-06-08 05:00:27 +00:00
7ed680e30c fixed check_install for non-existing function dl, eg. in multithreaded webservers 2004-05-19 09:37:14 +00:00
d8cc4fb849 Applied the patch of Jason Wies (zone):
- Splash screen for check-install and
- Link to re-run check-install
2004-05-05 21:05:13 +00:00
9078939340 added a note to reload the webserver after a php.ini change and the location of the php.ini, hopefully that minimizes support requests ... 2004-05-04 07:41:02 +00:00
28e6333990 Don't display empty parentheses in title when there is no domain. 2004-04-19 09:15:51 +00:00
804c28b388 some fixes in the translation for check_install 2004-03-23 17:02:34 +00:00
0aca5b696c added a please wait message before recursivly checking all files for word-writable 2004-03-21 23:45:28 +00:00