Topic: Error with plugins
After "installing" the news plugin i get the error
"There is no plugin called 'AP_News_Generator.php?plugin=AP_News_Generator.php' in the plugin directory."
I placed the AP_News_Generator.php-sctipt in the /plugins directory together with the folder /plugins/AP_News_Generator and the contents of it.
I tried to run the Example-plugin and got the same error.
I got it working by inserting
if (strpos($plugin,'='))
list(,$plugin) = split('=', $plugin);
on line 41 in admin_loader.php.
This cured the symptom, not the cause, so I imagine that there is a correct way to sort this out.