Is it possible to activate and use the Queue Stats plugin without the FOP2 Manager?
I ask because in AstLinux we don't have a MySQL server (only SQLite3).
Or is there any progress regarding the FOP2 Manger and SQLite3?
I made some work on Db libraries to add sqlite and postgres compatibility, but there are some critical issues because of field names/types that needs work, or at least a change in schema that will break existing mysql users. So it is not something simple to do.
Comments
cd /var/www/html/fop2/admin
wget http://download.fop2.com/plugins/queuestats-1.0.0.tgz
tar zxvf queuestats-1.0.0.tgz
Then in your fop2.cfg file be sure you have the plugin listed, before any user= entries.
plugin=queuestats:/var/www/html/fop2/admin/plugins/queuestats
Then you can assign the plugin to some user:
user=100:password:all::queuestats
I made some work on Db libraries to add sqlite and postgres compatibility, but there are some critical issues because of field names/types that needs work, or at least a change in schema that will break existing mysql users. So it is not something simple to do.