Excellent!!.. Thanks Arise.. this worked, can you tell me which bug number this is? or why does these bug occur, to see if I can prevent somehow. But in anyway.. Thanks a lot!
Arise <against_spamz yahoo.com> wrote: Inside WEB-INF/classes you should have some files regarding database initialisation.
For Mysql is blojsom-full-initial-data-mysql.sql.
Inside you have:
INSERT INTO `Plugin` VALUES (1,'html','meta, tag-cloud, date-format, referer-log, calendar-gui, calendar-filter, comment, trackback, simple-search, emoticons, macro-expansion, days-since-posted, word-count, simple-obfuscation, nofollow, rss-enclosure, technorati-tags',1),(1,'default','conditional-get, meta, nofollow, rss-enclosure',2),(1,'admin','admin',3);
INSERT INTO `Template` VALUES
(1,'rss','rss.vm, text/xml;charset=UTF-8',1),(1,'rsd','rsd.vm, application/rsd+xml;charset=UTF-8',2),(1,'html','asual.vm, text/html;charset=UTF-8',3),(1,'atom','atom.vm, application/atom+xml;charset=UTF-8',4),(1,'rss2','rss2.vm, text/xml;charset=UTF-8',5),(1,'rdf','rdf.vm, text/xml;charset=UTF-8',6),(1,'admin','org/blojsom/plugin/admin/templates/admin.vm, text/html;charset=UTF-8',7);
Run the inserts, then restart the server.
Angel Vera-2 wrote: > > What is supposed to be content..? mine are pretty empty? > > ij> select * from BLOGUSER.plugin; > BLOG_ID |PLUGIN_FLAVOR > |PLUGIN_VALUE > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > 1 |admin |admin > > 1 row selected > ij> select * from
BLOGUSER.TEMPLATE; > BLOG_ID |TEMPLATE_FLAVOR > |TEMPLATE_VALUE > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > 1 |admin > |org/blojsom/plugin/admin/templates/admin.vm, text/html;charset=UTF-8 > > 1 row selected > > > Arise YAHOO.COM>wrote: > Just out from nowhere, I would say you got the problem with the bug > related > with the deletion of 2 tables content. > > Look into the database and check if you have the right records for the > "plugin" and "template" table. > -- > View this message in context: > http://www.nabble.com/Blojsom-stopped-working-from-one-day-to-another....-tf4311148.html#a12292961 > Sent from the Blojsom - User mailing list archive at Nabble.com. > >
> ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Blojsom-users mailing list > Blojsom-users lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/blojsom-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ >
_______________________________________________ > Blojsom-users mailing list > Blojsom-users lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/blojsom-users > >
-- View this message in context: http://www.nabble.com/Blojsom-stopped-working-from-one-day-to-another....-tf4311148.html#a12294731 Sent from the Blojsom - User mailing list archive at Nabble.com.
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Blojsom-users mailing list Blojsom-users lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/blojsom-users
|