> W liście z pią, 07-02-2003, godz. 17:45, pp pisze: >o jak fajnie zobaczyc polskie literki ;)
>Did You looked for any error message in php log file? >e.g. "Can not send header....etc" ?? >If Aegir sends cookie that way is should send at least with: >$cookie_host = mgd_get_host($midgard->host); >$cookie_host->name; >Also check if cookie is enabled in php.ini file, and sessions as well. >Piotras Hi Piotr(ek?), I searched through all possible /var/log/ files and I can see no trace at all of any php logging activity. I turned all imaginable error logging options to ON in the /etc/php.ini but still no logging occurs. Here is the pertaining part of the file: error_reporting = E_ALL & ~E_NOTICE ; Print out errors (as a part of the output). For production web sites, ; you're strongly encouraged to turn this feature off, and use error logging ; instead (see below). Keeping display_errors enabled on a production web site ; may reveal security information to end users, such as file paths on your Web ; server, your database schema or other information. display_errors = Off ; Even when display_errors is on, errors that occur during PHP's startup ; sequence are not displayed. It's strongly recommended to keep ; display_startup_errors off, except for when debugging. display_startup_errors = On ; Log errors into a log file (server-specific log, stderr, or error_log (below)) ; As stated above, you're strongly advised to use error logging in place of ; error displaying on production web sites. log_errors = On ; Store the last error/warning message in $php_errormsg (boolean). track_errors = Off ; String to output before an error message. error_prepend_string = "<font color=ff0000>" ; String to output after an error message. error_append_string = "</font>" ; Log errors to specified file. error_log = /var/log/httpd/error_log ; Log errors to syslog (Event Log on NT, not valid in Windows 95). error_log = syslog ; Warn if the + operator is used with strings. warn_plus_overloading = Off Thanks for any guidance on that. Benedict PS. I am exhausted... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
