[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 Piotras
Joern Schauermann [EMAIL PROTECTED] wrote:

 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.

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 

Piotras


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



Re: [midgard-user] Replication with YAMP

2004-04-21 Thread Sonic
Thanks for the tip, approval finally works now. One problem remains, though: 
When I move a topic, the change is not exported to the live db. Does this 
have to do with the fact that I'm dumping the data without using -a?

Bye,

Andreas

Am Dienstag, 20. April 2004 20:40 schrieb Eero af Heurlin:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Sonic wrote:
 | I investigated the problem a little bit further and it seems that
 | clean_tag_simple($current_obj_data{sitegroup}) is called in line 84 and
 | $current_obj_data{sitegroup} is empty. I don't know why this

 happens, but

 | because of that, the unapproved article is not removed from the xml

 file. If

 | anyone has any ideas what I could try, I'd be most grateful.

 You need to make the dump using the _withsg schema (or alternatively if
 you have good reasons not to use sitegroups in the live db [can't think
 of any if you use SGs in the staging db], to remove the sitegroup checks)

 /Rambo
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2-nr2 (Windows 2000)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFAhW6Qi7iLtQbxbW8RAvP2AJ9zko2j1XJBAWQ5txAUR8v9s1jKtQCgmudA
 gtgoBgDcDsve3IisHVwtbNI=
 =D19a
 -END PGP SIGNATURE-

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

-- 
Adding sound to movies would be like putting lipstick on the Venus de Milo. -- 
Mary Pickford, 1925

-
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 Piotras
Joern Schauermann [EMAIL PROTECTED] wrote:

 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

What error?

Piotras

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



Re: [midgard-user] Replication with YAMP

2004-04-21 Thread Eero af Heurlin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sonic wrote:

| Thanks for the tip, approval finally works now. One problem remains,
though:
| When I move a topic, the change is not exported to the live db. Does this
| have to do with the fact that I'm dumping the data without using -a?
|
It should not matter, however it might be a good idea to run a -a dump
nightly or so to make sure expired articles get deleted etc.
/Rambo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAhk59i7iLtQbxbW8RAqSMAJ48bWHLhfGOCU6VtCPUdeSG8NuiTACgsyF9
ywsw7j4hDo5fde07fFsGrQM=
=R23V
-END PGP SIGNATURE-
-
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]



Re: [midgard-user] Replication with YAMP

2004-04-21 Thread Sonic
Ok, but what can I do to get the moved topic published? In aegir and on the 
staging server, everything looks like it should, but the change isn't copied 
to the live db. BTW: The same holds true for other changes to a topic. When I 
edit a topic's description in aegir, the change isn't copied to the live db 
either. 
It seems that remove_unapproved.pl deletes everything that is not specifically 
approved, and since there is no way to approve changes to topics in aegir 
(correct me if I'm wrong!), they can never get published.

Bye,

Andreas


Am Mittwoch, 21. April 2004 12:35 schrieb Eero af Heurlin:
 Sonic wrote:
 | Thanks for the tip, approval finally works now. One problem remains,

 though:
 | When I move a topic, the change is not exported to the live db. Does this
 | have to do with the fact that I'm dumping the data without using -a?

 It should not matter, however it might be a good idea to run a -a dump
 nightly or so to make sure expired articles get deleted etc.

 /Rambo

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


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



Re: [midgard-user] Replication with YAMP

2004-04-21 Thread Eero af Heurlin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sonic wrote:

| Ok, but what can I do to get the moved topic published? In aegir and
on the
| staging server, everything looks like it should, but the change isn't
copied
| to the live db. BTW: The same holds true for other changes to a topic.
When I
| edit a topic's description in aegir, the change isn't copied to the
live db
| either.
| It seems that remove_unapproved.pl deletes everything that is not
specifically
| approved, and since there is no way to approve changes to topics in aegir
| (correct me if I'm wrong!), they can never get published.
|
Hmm, it shouldn't touch topics at all, but it's easy to check, just copy
the dump before running the script, then do a diff on the pre and post
script versions of the file.
/Rambo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAhm2Ji7iLtQbxbW8RAtrlAJ428prM7aZzlIEjRJ+8FTvC3D9kPwCfeG0w
YlFaJCQO1ZWM5CeAGwy2tqA=
=WoL3
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[midgard-user] How to get rid of notice?

2004-04-21 Thread Robert Myhren
How to get rid of these in taviewer?
(This is custom code)

Notice: Undefined offset: 8 in /var/www/midgard/cache/103.php(159) :
eval()'d code(43) : eval()'d code(145) : eval()'d code(10) : eval()'d
code on line 110


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



Re: [midgard-user] How to get rid of notice?

2004-04-21 Thread Marcin So³tysiak

- Original Message - 
From: Robert Myhren [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 21, 2004 4:02 PM
Subject: [midgard-user] How to get rid of notice?


 How to get rid of these in taviewer?
 (This is custom code)
 
 Notice: Undefined offset: 8 in /var/www/midgard/cache/103.php(159) :
 eval()'d code(43) : eval()'d code(145) : eval()'d code(10) : eval()'d
 code on line 110
 

comment error_reporting(E_ALL) in the begining od /midcom/midcom snippet

Solt

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



Re: [midgard-user] How to get rid of notice?

2004-04-21 Thread Matthias Englert
Marcin Sotysiak schrieb:
How to get rid of these in taviewer?
(This is custom code)
Notice: Undefined offset: 8 in /var/www/midgard/cache/103.php(159) :
eval()'d code(43) : eval()'d code(145) : eval()'d code(10) : eval()'d
code on line 110


comment error_reporting(E_ALL) in the begining od /midcom/midcom snippet
or write cleaner code ;-)

Matthias

-
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]



Re: [midgard-user] How to get rid of notice?

2004-04-21 Thread Henri Bergius
Robert Myhren wrote:

How to get rid of these in taviewer?
(This is custom code)
Notice: Undefined offset: 8 in /var/www/midgard/cache/103.php(159) :
eval()'d code(43) : eval()'d code(145) : eval()'d code(10) : eval()'d
code on line 110
Have you tracked down that line 110?

If it is custom code written by yourself, the PHP function
isset() is usually your friend in these situations...
/Bergie

--
Henri Bergius   [EMAIL PROTECTED]
Consultant Partner  Tel: +358-20-198 6032
Nemein Oy   http://www.nemein.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[midgard-user] repligard import export.

2004-04-21 Thread Miles Scruggs
I have to move a whole host/sitegroup from one server to another.  What is
the best way to do it?  I'm guessing using repligard, but I'm a little
sketchy on how to setup the conf files.  Also how do you get the correct
blobs out for only that sitegroup/host?  

Thanks

Miles


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



[midgard-user] Aegir DHTML editor and attachements url?

2004-04-21 Thread Miles Scruggs
I'm running into some issues now that I have developed a full midgard site.
It looks like the people editing the content only have access to macs.  I
thought this was no problem because macs run IE, well I find out that they
run a very poor version of IE, and it doesn't include features for the DHTML
in browser editor.  

When I go into user details I have the option to choose between MSHTML
simple and none.  From what I can tell it should be do you have windows IE
or not.  Is there any way for them to enter content via html, or am I going
to have to redo how all the articles are parsed?  Entering raw html is not
an option here.  

Also with attachment handling that nice little button that says copy url
only seems to work in windows IE.  Is there any way around these two bugs?  

Only thing that I can think of for the copy url solution is to actual print
a box with the url in it, and have them manually copy and paste it.  If
someone could help me out here that would be great.  

I'm so close to being done, but these macs really are throwing me for a
loop.

Thanks Miles




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