FormMagick FAQ - Frequently asked questions about FormMagick
You probably need to make your session-tokens
directory writable and executable by the web server. Either:
chown www session-tokens (assuming your webserver runs as the www user) chmod 700 session-tokens
Or...
chown 777 session-tokens