L Arnts wrote: > a restart of the apache httpd server
A restart is known to have problems when a new apache module is introduced. A full stop and start is required, > i've got an other error now but i'm going to look in the mailinglist ... > > Warning: Unable to load dynamic library >'/usr/local/lib/php/extensions/no-debug-non-zts-20001222//usr/lib/php4/midgard.so' - >/usr/local/lib/php/extensions/no-debug-non-zts-20001222//usr/lib/php4/midgard.so: >cannot open shared object file: No such file or directory in >/usr/lib/apache/midgard-root.php on line 12 > > Fatal error: Call to undefined function: mgd_get_midgard() in >/usr/lib/apache/midgard-root.php on line 14 Check your php.ini: - is the extension_dir set right? - is the midgard extension being loaded? You can test whether midgard is loaded by calling phpinfo() in a regular php page. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
