X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fphp_setup.inc;h=a6790334c5e05df572925738c060e9d46d20c2e7;hb=20fa1b140631329a55646ba69936ddfa41d3fd0b;hp=1f821e2c7ae39f59c17aae6c2d852104a4061773;hpb=4914ea25dd74f15f179161ed4c7b8e1b8280d3ec;p=gosa.git diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 1f821e2c7..a6790334c 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -66,12 +66,16 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) /* Mailto body header */ if(function_exists("prepare4mailbody")){ + $version= "unknown"; + if(function_exists("get_gosa_version")){ + $version= get_gosa_version(); + } $error_collector_mailto .=prepare4mailbody( "Oups. Seems like you've catched some kind of bug inside GOsa/PHP. You may want to help ". "us to improve the software stability. If so, please provide some more information below.". "\n\n". "*** GOsa bug report ***". - "\nGOsa Version: ".get_gosa_version(). + "\nGOsa Version: $version". "\n\n". "Please describe what you did to produce this error as detailed as possible. Can you ". "reproduce this bug using the demo on http://www.gosa-project.org ?". @@ -249,8 +253,8 @@ function dummy_error_handler() /* Bail out for incompatible/old PHP versions */ if (!version_compare(phpversion(),"5.2.0",">=")){ -# echo "PHP version needs to be 5.2.0 or above to run GOsa. Aborted."; -## exit(); + echo "PHP version needs to be 5.2.0 or above to run GOsa. Aborted."; + exit(); } /* Set timezone */