My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 1: Plugin order problem ("class 'standard' not found")
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  palidhar
Closed:  Dec 2008
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by palidhar, Jun 26, 2008
Found this:

I can't say I'm dissapointed how plugin loading is treated in plosxom but
relying on alphabetical (or whatever) order of files in plugin directory
isn't good idea.

I set everything as the install.php and README asked me to. Everything
looked fine but to tell truth, I was quite surpised when I opened blog for
the first time with error message: "class 'standard' not found". Why should
be something dependent on file order when there's no guarantee of that. A
bit sick, isn't it? I thought out an idea how to fix that issue but thanks
to my lazyness I wrote one line into plosxom.php file:

include _once($config["plugin_path"]."/standard.php");

It's nothing horrible but it works. So after this all plugins could be
loaded properly. The end.

[http://209.85.135.104/search?q=cache:wIlzwPREXTEJ:temp.hubhosting.cz/soulik/data/blog/+plosxom&hl=de&ct=clnk&cd=15
Source]
Comment 1 by palidhar, Dec 10, 2008
fixed in r224 (subversion)
Status: Fixed
Sign in to add a comment

Hosted by Google Code