Title: Message
Hello all,
 
I'm very new to Midgard. I tried a few times to install Midgard on my server but with no sucess. So, if it's possible... HEEEEEELP MEEEE  :-)
 
Ok, I installed Red Hat Linux 7.3, Apache 1.3.26, PHP 4.2.3, MySQL 3.23.49. Apache and PHP were installed from tarballs:
 
APACHE:
CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions'
./configure --prefix=/www \
  --enable-module=so --enable-module=rewrite --enable-shared=max
make
make install
 
PHP:
CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions' \
CXX=gcc \
CXXFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions' \
./configure --prefix=/www --with-mysql=/usr/local/mysql \
 --with-xml  --disable-debug \
 --enable-safe-module  --enable-inline-optimization  --with-apxs=/www/bin/apxs \
 --enable-ftp  --with-gd  --enable-gd-native-ttf  --enable-memory-limit \
 --enable-sockets  --enable-track-vars  --with-imap  --enable-magic-quotes \
 --enable-calendar --with-kerberos --with-imap-ssl --enable-trans-sid --with-pear
 
I use PHPMyAdmin. It's configured up and running. I've other php/mysql websites on this server up and running.
 
I tried the instructions from http://www.midgard-project.org/manual/en/installation.php . I checked some comments but with no success.
Then I found Nadmin and Aegir CMS. Tried every step of http://www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html with some sucess. But with lots of errors messages. I tried several configs in php.ini but nothing with complete success.
 
So, what's the errors?
 
http://mg.hostname.local/admin/ and get a 8192 bytes with the following:
Notice: Undefined variable: MidgardRelogin in /www/libexec/midgard-root.php on line 10
Notice: Undefined variable: author in /www/libexec/midgard-root.php on line 45
 
After changed some parameters in php.ini (output_buffering, output_handler) I managed to get http://mg.hostname.local/admin/  working. I tried the same with http://mg.hostname.local/asgard/ but it says empty output.
 
I tried http://mg.luisgonzaga.local/nadmin/ , insert 'admin' and 'password' for Company 'System Administrator'. Then it try to jump to http://mg.luisgonzaga.local/nadmin/newframeset/ but it says empty output (mozilla) or "The page cannot be displayed" (IE).
 
Any hint?
 
Following the documentation on http://www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html I stopped on 3.5 and cannot continue... any help?
 
 
Thanks in advance,
Luis
 

Reply via email to