Help: after pear upgrade Midgard stopped working
-
Alexander Schuster
Help: after pear upgrade Midgard stopped working
Fri July 16 2010 20:19:21 UTCHi all,
I'm running Midgard 8.09 on Debian Lenny (installed from source) and it went fine until i decided to run a "pear upgrade" yesterday..
afterwards I couldn't reach my Midgard-site because of an Error:500 DB Class Loader: Classes from file /usr/share/php/midcom/lib/midcom/config/core_classes.inc couldn't be registered.
I've skimmed the logfiles (not yet set to debug) but found nothing helpful. Can anyone point me to a solution???
Thanks in advance,
Alex
PS: I've been with midgard for years (basically the whole midgard1-era) but lost track the last years and now I try to get up-to-date. Expect more stupid questions to come once I've got my midgard back working ;)
-
Re: Help: after pear upgrade Midgard stopped working
Wed July 21 2010 13:47:35 UTCHi,
I'm running Midgard 8.09 on Debian Lenny (installed from source) and it went fine until i decided to run a "pear upgrade" yesterday..
afterwards I couldn't reach my Midgard-site because of an Error:500 DB Class Loader: Classes from file /usr/share/php/midcom/lib/midcom/config/core_classes.inc couldn't be registered.
This sounds like you have a different configuration for PEAR's Role_MgdSchema and Midgard itself. One expects to place MgdSchemas to
/usr/share/midgard/schema, and the other to find them from/usr/local/share/midgard/schema(or whatever prefix you used when building Midgard).You can check this by looking at those directories, and running
pear config-show./Bergie
