Great - actually 1.0 should also have a validate() method that can check configuration errors. Any errors found then should be displayed natively in the interface...
That's good news! I'll have a look at the beta then and see if I can use that in my plugin :)
You are right, this really sounds ...
Search found 6 matches
- Wed Mar 29, 2006 5:05 pm
- Forum: Development
- Topic: Error handling
- Replies: 5
- Views: 6454
- Wed Mar 29, 2006 4:22 pm
- Forum: Development
- Topic: Custom plugin files
- Replies: 4
- Views: 5561
- Wed Mar 29, 2006 4:19 pm
- Forum: Development
- Topic: Error handling
- Replies: 5
- Views: 6454
- Wed Mar 29, 2006 3:36 pm
- Forum: Development
- Topic: Custom plugin files
- Replies: 4
- Views: 5561
- Wed Mar 29, 2006 1:52 pm
- Forum: Development
- Topic: Custom plugin files
- Replies: 4
- Views: 5561
Custom plugin files
I a writing a plugin that needs to create a number of files for caching purposes as well as storing other data. Is there a standard location for plugins to save files to, or can I decide on my own where to put them? An ideal location would be any of those that have to be writeable for serendipity to ...
- Wed Mar 29, 2006 1:46 pm
- Forum: Development
- Topic: Error handling
- Replies: 5
- Views: 6454
Error handling
I have started writing a plugin, and was wondering how any errors occurring in the plugin should be handled. Ideally, any errors occurring in the plugin should not bubble up to the user nor halt the script. But how do you communicate the error 1) to the user 2) to the developer? Is there a standard ...