From: Colleen D. <pla...@pr...> - 2003-08-25 00:47:39
|
j debert wrote: > I'm slowly getting 1.3.4 working with mysql--i think. > > Once I got the sql errors sorted out I got this stumper: > > Fatal error: Call to a member function on a non-object in > /var/www/html/phpwiki/lib/main.php on line 162 > > > As far as I can tell, the configuration in index.php is good. > > What am I missing? > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click > here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > Go to line 162 of that file and see what object it is referring to. The class declaration for it may not have been properly included, or something else may have caused it to be not the object the program thinks it should be. Anyway that's usually the problem when I get that message during development. |