Pascal Mayer | 1 Nov 16:19
Picon

Re: mrfc0006


Hi

NK> ? i don't think there are so many components that one could get lost in
NK> too many "component subdirectories"...

Well, we build customer apps with MidCOM components and used the
customer domain name for the component names (prefix). Since we have
already over 25 special, customer-specific components I'm actually
happy with the directory (or snippetdir) structure. It helps alot as a
kind of project-based view.

Pascal
Piotras | 1 Nov 19:07

1.6rc2 and midcom

Hi ,

I try to load midgard-welcome page using 1.6rc2.

Fatal error: Call to a member function on a non-object in
/var/cache/midgard/49-11-0.php(307) : eval()'d code(63) : eval()'d code(1048) :
eval()'d code on line 835

Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on line 0

Any hints?

Piotras
Piotras | 2 Nov 00:13

looks good

Hi,

Looks like we all do a good work :)
http://www.securityspace.com/s_survey/data/man.200410/apachemods.html?mod=TWlkZ2FyZA==

Piotras
Torben Nehmer | 2 Nov 07:56
Gravatar

Re: 1.6rc2 and midcom


Hi Piotras,

--On 2004-11-01 19:07 +0100 Piotras wrote:

> I try to load midgard-welcome page using 1.6rc2.
> 
> Fatal error: Call to a member function on a non-object in
> /var/cache/midgard/49-11-0.php(307) : eval()'d code(63) : eval()'d
> code(1048) : eval()'d code on line 835
> 
> Fatal error: Maximum execution time of 30 seconds exceeded in Unknown
> on line 0

What exactly are you trying here? Which component, on-site or in Admin
etc. The last couple of lines from the debug log, set to
MIDCOM_LOG_DEBUG (I think this is now configurable through
midcom-template) will also be very helpful.

I can't track down that error without as detailed information as
possible ;-)

Live long and prosper!
Torben Nehmer

--
Torben Nehmer, Guenzburg, Bavaria, Germany
http://www.nathan-syntronics.de, mailto:torben@...
PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc
(Continue reading)

Henri Bergius | 2 Nov 10:12
Favicon
Gravatar

Re: looks good


Piotras wrote:
| Hi,

Greetings!

| Looks like we all do a good work :)
|
http://www.securityspace.com/s_survey/data/man.200410/apachemods.html?mod=TWlkZ2FyZA==

Yep... Seems like the release candidates have generated quite a bit
of positive buzz.

Next thing is to make 1.6.0 stable, and get binaries out there.

After that we can focus on mRFC 0008 which could help make Midgard
even more visible :-)

| Piotras

/Bergie

--
Henri Bergius                           Henri.Bergius@...
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/
Piotras | 2 Nov 10:56

Re: 1.6rc2 and midcom

Torben Nehmer <torben@...> wrote:

> > I try to load midgard-welcome page using 1.6rc2.
> > 
> > Fatal error: Call to a member function on a non-object in
> > /var/cache/midgard/49-11-0.php(307) : eval()'d code(63) : eval()'d
> > code(1048) : eval()'d code on line 835
> > 
> > Fatal error: Maximum execution time of 30 seconds exceeded in Unknown
> > on line 0
> 
> What exactly are you trying here? Which component, on-site or in Admin
> etc.

I do not know which component. Just midgard-welcome page.
www.mysite.com/midgard

> The last couple of lines from the debug log, set to
> MIDCOM_LOG_DEBUG (I think this is now configurable through
> midcom-template) will also be very helpful.

BTW , Midcom could write debug logs to stderr as midgard does.
I may add mgd_debug_log("own string"); if that can help.

> I can't track down that error without as detailed information as
> possible ;-)

Looks like all errors are caused by 0 free space :/
I will clean the disk and import all again.

(Continue reading)

Henri Bergius | 2 Nov 11:06
Favicon
Gravatar

Re: 1.6rc2 and midcom


Piotras wrote:
|>What exactly are you trying here? Which component, on-site or in Admin
|>etc.
| I do not know which component. Just midgard-welcome page.
| www.mysite.com/midgard

So that is midcom-template with de.linkm.taviewer

| Looks like all errors are caused by 0 free space :/
| I will clean the disk and import all again.

Yeah. You'll probably have a partial MidCOM installation then.

| Piotras

/Bergie

--
Henri Bergius                           Henri.Bergius@...
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/
Henri Bergius | 2 Nov 12:27
Favicon
Gravatar

Midgard 1.6 release announcement draft


Please comment ASAP.

Midgard 1.6 "Swedengard" released.

Lodz, November 2nd 2004 -- The Midgard Project has released stable release
version 1.6 of the Midgard Open Source Content Management Framework. Midgard
provides a reliable CMS framework build on top of the LAMP platform.
Midgard's core features include internationalization, accessibility,
scalability, robust templating and PHP connectivity.

This release changes the state of Midgard with major improvements
and flexible features. For example, the Midgard database and web site
setup has been redesigned with the new datagard command-line tool. Also,
Midgard now bundles the MidCOM component framework and Aegir administration
tool to provide a powerful out-of-the-box Content Management System
experience.

Major features in Midgard 1.6 include:

~  * MultiLang support
~  * Unicode support by default
~  * PAM authentication support
~  * Apache2 module
~  * PHP4 module ready to use with Apache1 and Apache2
~  * New midgard-data including MidCOM 1.4.0

~  The MultiLang feature makes Midgard more flexible as it separates
metadata
from the current language of objects. It is easy to use with the new
(Continue reading)

Alexey Zakhlestine | 2 Nov 12:36
Picon

Re: Midgard 1.6 release announcement draft

Henri Bergius wrote:

> ~  PHP4 module may be configured with the old Apache 1.2.x or new Apache 2.
> Both modules have caching facilities which increase performance and reduce
> request time. These modules have also abilities to emulate the old
> mod_midgard
> Apache module which is now deprecated.

you probably meant Apache 1.3.x
Henri Bergius | 2 Nov 12:56
Favicon
Gravatar

Re: Re: Midgard 1.6 release announcement draft


Alexey Zakhlestine wrote:
| you probably meant Apache 1.3.x

Yep, typo.

Also, there are 23 components, so the MidCOM part should say
"over 20 components".

/Bergie

--
Henri Bergius                           Henri.Bergius@...
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/

Gmane