I've set up the popfetcher plugin and it works fine from admin when set to internal.
But no mater what url I try when set to external, I can't get it to work.
The instructions say:
How does it pull from the pop box when the plugin directory is actually called pluginS?The external launch URL for POPfetcher looks like this:
http://www.yourblog.com/serendipity/ind ... ECRET_WORD
Or if Apache URL rewriting is on, you can use this format:
http://www.yourblog.com/serendipity/plugin/SECRET_WORD
Should the actual url be
http://www.URL/serendipity/serendipity_ ... ECRET_WORD
or
http://www.URL/serendipity/serendipity_ ... ECRET_WORD
The closest I've managed to come to getting it working externally is using
url/serendipity/plugins/serendipity_event_popfetcher/serendipity_event_popfetcher.php/SECRET_WORD
but that gave me this error:-
Fatal error: Class serendipity_event_popfetcher: Cannot inherit from undefined class serendipity_event in /path/to/s9y/plugins/serendipity_event_popfetcher/serendipity_event_popfetcher.php on line 44
All other variations give me 404 errors.
Thanks for your time
Kev