[EMAIL PROTECTED] writes: > Felix Natter <[EMAIL PROTECTED]> writes: > > > hi, > > > > I installed midgard-1.6 on debian woody from source by following the > > installation-instructions (from midgard-project.org/documentation) very > > closely. > > Installed with --prefix=/opt/midgard, and I added /opt/midgard/lib to > > ld.so.conf > > and /opt/midgard/bin to $PATH. > > > > In the Installation Manual it says that I will have a working system after > > the > > vhosts are configured. I did this with datagard (BTW: the wildcard-include > > for > > "vhosts/*" as generated by datagard does not seem to work for my apache > > 1.3.26?). But there is nothing in the vhost's DocumentRoot > > (/opt/midgard/var/lib/midgard/vhosts/<VHOST>/80) and consequently I get a > > 403 > > Forbidden when trying to access http://<VHOST> (directory index is turned > > off on > > our apache) and it can't find http://<VHOST>/midgard/. > > > > I ran datagard and imported AegirCMS, AegirSampleSite and spider-admin, > > which ran without errors but still there is nothing in my vhost. > > Ok, it was an FAQ listed in the troubleshooting-section of the manual > (cache-dir had too restrictive rights). > > But now I get blank pages and the error log no longer contains any > information I > could use: > [Thu May 19 11:40:37 2005] [debug] midgard-apache1.c(1355): [client > 80.136.6.21] midgard_translate_handler(UTF-8, > http://midgard.ldc.de:80/midgard/) > [Thu May 19 11:40:37 2005] [debug] select_db.h(51): [client 80.136.6.21] > Midgard: select_database opened database midgard > [Thu May 19 11:40:37 2005] [debug] midgard-apache1.c(192): [client > 80.136.6.21] Midgard: lang set to 0 > [Thu May 19 11:40:37 2005] [debug] midgard-apache1.c(1177): [client > 80.136.6.21] Midgard: extension = .php, default: .php, parser = UTF-8 > [Thu May 19 11:40:37 2005] [debug] select_db.h(33): [client 80.136.6.21] > Midgard: select_database kept current database midgard > [Thu May 19 11:40:37 2005] [debug] midgard-apache1.c(1543): [client > 80.136.6.21] Midgard: serving page /opt/midgard/var/cache/midgard/4-49-8-0.php > [Thu May 19 11:40:37 2005] [debug] midgard-apache1.c(1548): [client > 80.136.6.21] Midgard: setting blobdir > /opt/midgard/var/lib/midgard/blobs/midgard
I've put error_reporting(E_ALL) at the top of the cache-file, which shows this: Warning: Undefined index: session_timeout in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(17) : eval()'d code on line 10 Warning: Undefined index: dictionary_guid in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(17) : eval()'d code on line 14 Warning: Undefined variable: nemeinlocalization_available in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(20) : eval()'d code on line 35 Warning: Undefined variable: localization_conf in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(20) : eval()'d code(41) : eval()'d code on line 2 Warning: Undefined index: midcom_site in /opt/midgard/var/cache/midgard/4-49-8-0.php on line 244 Warning: Undefined index: auth_session_b5a24f21608fe26a41ff2ffb98b5b4d3 in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(19) : eval()'d code on line 30 Warning: Undefined variable: myguid in /opt/midgard/var/cache/midgard/4-49-8-0.php(239) : eval()'d code(20) : eval()'d code(42) : eval()'d code on line 37 -- Felix Natter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
