Validation errors in pluginloader

General questions about CMSimple
Post Reply
jerry
Posts: 177
Joined: Fri Jul 25, 2008 8:54 pm
Location: Denmark
Contact:

Validation errors in pluginloader

Post by jerry » Wed Dec 23, 2009 2:47 pm

Hi
Functions:
print_plugin_admin($main) and
plugin_admin_common($action, $admin, $plugin, $hint=ARRAY())
in index.php in root of the plugins dir (I beleive it is a part of pluginloader ? )
contains not converted "&" in links ( & instead &)
and results in validations errors.
It can be converted in plugins code but I believe that it is much better idea that this functions returns linkc containing "&". Otherwise we will risk that a future version of pluginloader makes the right conversion and all plugins will fail.
jerry
jerry/simplesolutions

mvwd
Posts: 299
Joined: Tue Jun 17, 2008 10:35 pm
Location: Baden Württemberg / Germany
Contact:

Re: Validation errors in pluginloader

Post by mvwd » Tue Jan 05, 2010 11:10 pm

Yes, it is the pluginloader.
Thanks for the hint, i'll have a look into this.
mvwd.

jerry
Posts: 177
Joined: Fri Jul 25, 2008 8:54 pm
Location: Denmark
Contact:

Re: Validation errors in pluginloader

Post by jerry » Sat Jan 16, 2010 11:25 pm

Resolved in version 1.1. Thanx :D
jerry
jerry/simplesolutions

Post Reply