Search found 4 matches

by viperjason
Sat Jul 14, 2012 12:36 am
Forum: Installation
Topic: Noobie Question: 403 on "Check & Save" configuration
Replies: 7
Views: 10199

Re: Noobie Question: 403 on "Check & Save" configuration

I know this post is long long dated and very old, but I recently had the same issue. After tearing apart the form line by line I found the issue for my host.

Under image conversion settings:
Path to convert binary
Full path & name of your ImageMagick convert binary

Turns out the value "/usr/bin ...
by viperjason
Tue Sep 18, 2007 10:18 pm
Forum: Development
Topic: API event hook AJAX question
Replies: 6
Views: 12644

Never mind, I found it....using the event external_plugin.

www.site.com/plugin/?serendipity[myplugin]=blah
by viperjason
Tue Sep 18, 2007 8:25 pm
Forum: Development
Topic: API event hook AJAX question
Replies: 6
Views: 12644

API event hook AJAX question

Does the current system allow for using AJAX with event plugins?

My main issue seems that every call to my code seems to also combine in other plugins that I dont want.

I dont seem to be explaining what I want, so let me try again.

I would like an event based off of a 'GET' where it will only ...
by viperjason
Fri Sep 14, 2007 7:42 pm
Forum: Development
Topic: SQLite
Replies: 0
Views: 4116

SQLite

I'm glad to see another CMS that supports SQLite.

However I do have one desire for an improvement.

My webpage is hosted at:
/home/user/public_html/whatever....

but I like storing my databases in a central location:
/home/user/database
This is useful because I only backup one folder instead of ...