Piotras <[EMAIL PROTECTED]> writes: > > > Piotras <pp <at> ...> writes: > > > >> > >> Let's look at php log. I think solution is there. > > Piotras >
Thanks, looks like we are getting somewhere; I did figure this out after posting by reading php.ini. I enabled logging to a file /var/log/php4/error.log, and nothing showed up there. It turns out that despite specifying that file, php errors aren't reported there but in /var/log/apache2/error.log instead. Go figure. When accessing http://localhost:8001/midgard using lynx or Mozilla, I get the MidCOM error "Not Found - This page is not available on this server - Error 404". Here are the PHP errors from /var/log/apache2/error.log: [client 127.0.0.1] PHP Notice: Undefined index: session_timeout in /var/cache/midgard/49-8-0.php(236) : eval()'d code(17) : eval()'d code on line 10 [client 127.0.0.1] PHP Notice: Undefined index: dictionary_guid in /var/cache/midgard/49-8-0.php(236) : eval()'d code(17) : eval()'d code on line 14 [client 127.0.0.1] PHP Notice: Undefined index: path_override in /var/cache/midgard/49-8-0.php(236) : eval()'d code(19) : eval()'d code on line 22 [client 127.0.0.1] PHP Notice: Undefined variable: localization_conf in /var/cache/midgard/49-8-0.php(236) : eval()'d code(20) : eval()'d code(34) :eval()'d code on line 2 [client 127.0.0.1] PHP Notice: Undefined index: midcom_site in /var/cache/midgard/49-8-0.php on line 241 [client 127.0.0.1] PHP Notice: Undefined index: auth_session_a4fbba106ca062e67b38e0de579c9e03 in /var/cache/midgard/49-8-0.php(236) : eval()'d code(19) : eval()'d code on line 34 To make things stranger, I also tried accessing http://localhost:8001/midgard using Konqueror - this did _not_ give me the MidCOM error, but the other (Apache2?) error message "Not Found The requested URL /midgard was not found on this server" 404 error. The latter error is also what I get if I access the FQDN http://www.leslieville.ca:8001/midgard using any browser, from the local machine or a remote machine. So I'm guessing I have two separate issues here; one is whatever the problem that the above php error codes would reveal, and the second is that I have a hostname or some other problem to sort out. B. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
