[Cartoweb-users] PluginManager.php error
Alexandre Saunier
alexandre.saunier at camptocamp.com
Thu Jan 19 08:09:11 EST 2006
That error actually occurs if you left a trailing "," in your
loadPlugins parameter. For instance:
loadPlugins = outline, hello, exportPdf,
Writing
loadPlugins = outline, hello, exportPdf
(no comma at the end) should work.
I have commited a fix in the CVS version.
oliver wrote:
> Hi Paul,
>
> in your client.ini.in file, did you remove the last comma when you removed
> the "checkInstall" from the loadPlugins list ? there should be nothing after
> "auth"
>
> Regards,
> Oliver
>
> ----- Original Message -----
> *From:* Paul Shapley <mailto:p.shapley at gmail.com>
> *To:* cartoweb-users at lists.maptools.org
> <mailto:cartoweb-users at lists.maptools.org>
> *Sent:* Thursday, January 19, 2006 11:23 AM
> *Subject:* [Cartoweb-users] PluginManager.php error
>
> Hi,
>
> Finally got /'cw3setup.php'/ launched, many thanks for your help.
> Selecting my project from the client.php page gives me this error:-
>
> *Fatal error*: Cannot access empty property in
> *c:\wamp\www\cartoweb3\common\PluginManager.php* on line *194*
> **
> Any ideas?.
> **
> Regards,
More information about the Cartoweb-users
mailing list