[midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Joern Schauermann
Hi,

if someone could find some time it would be nice :)

I am trying to compile midgard 1.6.0 php module and apxs cannot be found
by configure. This makes sense because it is called apxs2 with SuSE 9.0.

Nico wrote he had to change the configure-script but I cannot find one
(there is only mkall) and I don't know where to change apxs to apxs2 in
mkall.

Joern

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Joern Schauermann
Hi,

I made a simlink apxs-apxs2-prefork and at least configuration worked.
But now there is a parse error in midgard.h and since I am not able to
program C I will stop trying here.
I will try out 1.5 again :-)

Joern

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Need help compiling midgard-1.6.0a php4 module

2004-04-21 Thread Joern Schauermann
Hi,

 Edit config.m4 file. 
 change AC_PATH_PROG(APXS, apxs) 
 to  AC_PATH_PROG(APXS, apxs2).
 
 next:
 configure --with-apxs2=/path --with-apr-config
 make 

this works but make fails with the same errors I just posted.

Joern

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Aegir Question

2004-04-21 Thread Joern Schauermann
Hi folks,

since I did not get midgard 1.6.0 running (but I will get back to that!) I installed 
1.5.0
nad spider-admin and aegir 1.0.1.

Aegir works but shows some ugly errors in some frames:


Warning: Unexpected character in input: ' in /srv/www/midgard-cache/59.php(164) : 
eval()'d
code on line 208
Parse error: parse error in /srv/www/midgard-cache/59.php(164) : eval()'d code on line 
208


Does anyone have an idea ?



Joern

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] download file midgard-data-1.6.0alpha2.tar.bz2 corrupted?

2004-04-08 Thread Joern Schauermann
Hi,

the download file midgard-data-1.6.0alpha2.tar.bz2 from
http://www.midgard-project.org/midcom-serveattachmentguid-a12ab4d9de627c06054848f7c81ba212/midgard-data-1.6.0alpha2.tar.bz2
seems to be corrupted, my bzip2 cannot decompress it.
Can anyone comfirm this or am I just to stupid to operate bzip2 ?

 Joern


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Dumb question: where do I find Spider Admin to download ?

2003-11-26 Thread Joern Schauermann
Hi,

I simply can't get the addresses to download Spider Admin and Midgard /
Aegir from CVS. Can anyone help me ?

Joern


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] thanks for the addresses!

2003-11-26 Thread Joern Schauermann
Hi,

thank you all for the ultra fast responses, I already installed Aegir
and SpiderAdmin.
I will haunt you with questions about SpiderAdmin's localization errors
(in both versions, from Piotras and Daniel) when I've done my bit of
reading :-)

Joern


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Help test the new Midgard Project site

2003-11-22 Thread Joern Schauermann
Hi,

I took a short look and the new site seems exactly what a beginner (i.e.
me) needs. And everybody else, too.

All the projects under one roof and comprehensible installation
instructions. I think tommorrow evening will be dedicated to finally
trying out spider admin :-)

Thank you!

One suggestion for the new layout: In some areas I had to scroll
sideways with Mozilla 1.5 (= layout width to big) which in my case
(reading too fast...) might lead to stupid questions about missing links
/ content tables.

Joern





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Difference mod_midgard mod_preparse ?

2003-11-18 Thread Joern Schauermann
Piotras wrote:
 Joern Schauermann [EMAIL PROTECTED] wrote:
 
 
my next question is about mod_midgard / mod_preparse. I understood that
mod_preparse has a cache system to make faster responses.
But do they use the database differently ?

Whenever I change from mod_midgard to mod_preparse my root page is
changed to the default new page. All sub pages are correct and when I
edit in Aegir the correct page is shown there, too.
Using mod_midgard alle pages, including root, are shown correctly.

Does anyone have a hint ?
 
 
 Midgard 1.5  or CVS one?

Midgard 1.5 from midgard-project.org




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Aegir problem (fsockopen cannot connect to host)

2003-11-17 Thread Joern Schauermann
Hi,

can anyone help me with the error msg below ? I am using midgard 1.5.0.
All the ports in midgard.host are set to 80. Port 8001 is blocked by a
firewall but I thought it would not be needed when I direct all hosts to
use port 80.

---
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect
failed in ROOT(908) : eval()'d code on line 57

Warning: fsockopen() [function.fsockopen]: unable to connect to
www.x.xx:8001 in ROOT(908) : eval()'d code on line 57
---

Joern


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Midgard / Aegir CMS

2003-11-17 Thread Joern Schauermann
Hi,

 type in the default username and password (admin/password). All that happens
 is it goes from /aegir/ to /aegir/newframework/ and then re-directs to
 /aegir/?message=No%20Session%20 Available. Now I know for a fact that PHP
 sessions work with another site I have running on this test server and that
 Apache has access to the PHP sessions save path directory. I've checked that

I received the hint to turn on register globals in the php.ini when I
had a similar problem with Aegir. Did you try that ?


Joern



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [midgard-user] Aegir problem - thank you

2003-11-17 Thread Joern Schauermann
thanks for the answers, I will switch to CVS-versions when I get the
foundation running :-)




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Difference mod_midgard mod_preparse ?

2003-11-17 Thread Joern Schauermann
Hi,

my next question is about mod_midgard / mod_preparse. I understood that
mod_preparse has a cache system to make faster responses.
But do they use the database differently ?

Whenever I change from mod_midgard to mod_preparse my root page is
changed to the default new page. All sub pages are correct and when I
edit in Aegir the correct page is shown there, too.
Using mod_midgard alle pages, including root, are shown correctly.

Does anyone have a hint ?


Joern


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Some problems solved - now I cannot log into Aegir - any ideas ?

2003-11-07 Thread Joern Schauermann
Hi,

my conversion problem might have been caused by a faulty/incomplete
iconv(). Compiling on a freshly installed SuSE 8.2 helped.

Now I have midgard/Aegir running but cannot login. Cookies are not set.

Does anyone have an idea ?

  Joern




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Midgard installation problem with dbinstall

2003-11-06 Thread Joern Schauermann
Hi,

I use Midgard 1.5.0, Apache 1.3.28, PHP 4.3.3 on Linux and get the error
message below when running dbinstall for midgard-data-1.5.0.

-
Skipping 1.2.5 admin site...
Installing Asgard...

REPLIGARD/CONFIG-CRITICAL **: Failed to make conversion from UTF-8 to
database encoding 'ISO-8859-1' in line 32!
-

For example the host table in database midgard is empty.

Can anybody help me ?

Thanks,

Joern




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[midgard-user] Midgard installation problem with dbinstall

2003-11-05 Thread Joern Schauermann
Hi,

I use Midgard 1.5.0, Apache 1.3.28, PHP 4.3.3 on Linux and get the error
message below when running dbinstall for midgard-data-1.5.0.

-
Skipping 1.2.5 admin site...
Installing Asgard...

REPLIGARD/CONFIG-CRITICAL **: Failed to make conversion from UTF-8 to
database encoding 'ISO-8859-1' in line 32!
-

For example the host table in database midgard is empty.

Can anybody help me ?

Thanks,

Joern




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]