[prev in list] [next in list] [prev in thread] [next in thread] 

List:       midgard-user
Subject:    [midgard-user] Troubles in first Midgard/Nadmin steps
From:       "Luis Gonzaga" <lugo () netcabo ! pt>
Date:       2002-09-24 22:05:02
[Download RAW message or body]

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.htm
l 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.htm
l I stopped on 3.5 and cannot continue... any help?
 
 
Thanks in advance,
Luis
 

[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>Hello 
all,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>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&nbsp; :-)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>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:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002>APACHE:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>CFLAGS='-O9 
-funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro 
-fomit-frame-pointer -fno-exceptions'<BR>./configure --prefix=/www \<BR>&nbsp; 
--enable-module=so --enable-module=rewrite 
--enable-shared=max<BR>make</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>make 
install</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=923225520-24092002>PHP:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=923225520-24092002>CFLAGS='-O9 
-funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro 
-fomit-frame-pointer -fno-exceptions' \<BR>CXX=gcc \<BR>CXXFLAGS='-O9 
-funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro 
-fomit-frame-pointer -fno-exceptions' \<BR>./configure --prefix=/www 
--with-mysql=/usr/local/mysql \<BR>&nbsp;--with-xml&nbsp; --disable-debug 
\<BR>&nbsp;--enable-safe-module&nbsp; --enable-inline-optimization&nbsp; 
--with-apxs=/www/bin/apxs \<BR>&nbsp;--enable-ftp&nbsp; --with-gd&nbsp; 
--enable-gd-native-ttf&nbsp; --enable-memory-limit 
\<BR>&nbsp;--enable-sockets&nbsp; --enable-track-vars&nbsp; --with-imap&nbsp; 
--enable-magic-quotes \<BR>&nbsp;--enable-calendar --with-kerberos 
--with-imap-ssl --enable-trans-sid --with-pear<BR>&nbsp;</SPAN></FONT></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2>I use PHPMyAdmin. 
It's configured up and running. I've other php/mysql websites on this server up 
and running.</FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2>I tried the 
instructions from <A 
href="http://www.midgard-project.org/manual/en/installation.php">http://www.midgard-project.org/manual/en/installation.php</A>&nbsp;. \
 I checked some comments but with no success.</FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2>Then I found Nadmin 
and Aegir CMS. Tried every step of <A 
href="http://www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html">http: \
//www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html</A>&nbsp;with  \
some sucess. But with lots of errors messages. I tried several configs in  php.ini \
but&nbsp;nothing with complete success.</FONT></SPAN></DIV> <DIV><SPAN \
class=923225520-24092002><FONT face=Arial  size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2>So, what's the 
errors?</FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><A 
href="http://mg.hostname.local/admin/">http://mg.hostname.local/admin/</A>&nbsp;and 
get a 8192 bytes with the following:</FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><STRONG>Notice</STRONG>: Undefined variable: 
MidgardRelogin in <B>/www/libexec/midgard-root.php</B> on line <B>10</B><BR><!--
Midgard Admin Site, version 1.2
January 2nd 2000

(c) 1999-2000 The Midgard Project, see http://www.midgard-project.org/ for details

Designed by:
Jukka Zitting (Jukka.Zitting@iki.fi) - Programming
Alexander Bokovoy (bokovoy@minsk.lug.net) - Programming
Janne Puonti (jannep@sgic.fi) - Graphic Design
Henri Bergius (Henri.Bergius@iki.fi) - Web Design
               
--><LINK 
rev=made href="mailto:midgard@greywolves.org"><B>Notice</B>: Undefined variable: 
author in <B>/www/libexec/midgard-root.php</B> on line <B>45</B></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><STRONG></STRONG></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2>After changed some 
parameters in php.ini (output_buffering, output_handler) I managed to get <SPAN 
class=923225520-24092002><FONT face=Arial size=2><A 
href="http://mg.hostname.local/admin/">http://mg.hostname.local/admin/</A>&nbsp; 
working. I tried the same with <SPAN class=923225520-24092002><FONT face=Arial 
size=2><A 
href="http://mg.hostname.local/asgard/">http://mg.hostname.local/asgard/</A>&nbsp;but \
 it says empty output.</FONT></SPAN></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002>I tried <A 
href="http://mg.luisgonzaga.local/nadmin/">http://mg.luisgonzaga.local/nadmin/</A>&nbsp;, \
 insert 'admin' and 'password' for Company 'System Administrator'. Then it try to 
jump to <A 
href="http://mg.luisgonzaga.local/nadmin/newframeset/">http://mg.luisgonzaga.local/nadmin/newframeset/</A>&nbsp;but \
 it says empty output (mozilla) or "The page cannot be displayed" 
(IE).</SPAN></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002>Any hint?</SPAN></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT></SPAN></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002>Following the documentation on <A 
href="http://www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html">http://www.aegir-cms.org/Documentation/Nadmin%20Installation%20Guide.html</A>&nbsp;I \
 stopped on 3.5 and cannot continue... any 
help?</SPAN></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002><FONT face=Arial size=2><SPAN 
class=923225520-24092002></SPAN></FONT></SPAN></FONT></SPAN>&nbsp;</DIV></SPAN></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN 
class=923225520-24092002>Thanks in advance,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2>Luis</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic