I put a test page named test.php to see if the webserver meets the requirement and it works just fine, but I still have these 2 errors.
Here is the code <?php phpinfo(); ?> Thank you maverick <[EMAIL PROTECTED]> wrote: Hi everyone, I'm trying to get Eventum http://eventum.mysql.org/wiki/index.php/Main_Page, to run. For some reason it gives me these 2 error. I have looked at the /etc/php.ini file and have turn on the (allow_call_time_pass_reference = On) function with out success. FROM /etc/php.ini ; Whether to enable the ability to force arguments to be passed by reference ; at function call time. This method is deprecated and is likely to be ; unsupported in future versions of PHP/Zend. The encouraged method of ; specifying which arguments should be passed by reference is in the function ; declaration. You're encouraged to try and turn this option Off and make ; sure your scripts work properly with it in order to ensure they will work ; with future versions of the language (you will receive a warning each time ; you use this feature, and the argument will be passed by value instead of by ; reference). allow_call_time_pass_reference = On I have also looked for the GD but have not been able to find it in this file. Can someone give me a hint? +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Configuration Error: The following problems regarding file and/or directory permissions were found: The GD extension needs to be enabled in your PHP.INI file in order for Eventum to work properly. The 'allow_call_time_pass_reference' directive needs to be enabled in your PHP.INI file in order for Eventum to work properly. Please provide the appropriate permissions to the user that the web server run as to write in the directories and files specified above. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Thank you Ernesto. mav CCNA, CCA __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list mav CCNA, CCA __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
