The mod_perl restart fixed a problem I came looking to find (new topics would not come up when creating stories).
The database stuff... Well, I should have sent a bug report but I fixed it just as I was going on vacation... I set up Slash as part of my company's intranet.
Basically, there is an inconsistency between the database tables and the example data in the SQL files.
In the file slashdata_dump.sql, the entries for the table, users_info, is missing the last four columns (m2 data). I simply added ",0,0,0,0" to the end of each entry.
I also added "DELETE FROM <table>;" to the beginning of the data for each table in the file so that I could easily edit and reinitialise the data. I suggest adding these lines in the next release in case similar problems come up in the future.
I had the same problems (Score:1)
The database stuff... Well, I should have sent a bug report but I fixed it just as I was going on vacation... I set up Slash as part of my company's intranet.
Basically, there is an inconsistency between the database tables and the example data in the SQL files.
In the file slashdata_dump.sql, the entries for the table, users_info, is missing the last four columns (m2 data). I simply added ",0,0,0,0" to the end of each entry.
I also added "DELETE FROM <table>;" to the beginning of the data for each table in the file so that I could easily edit and reinitialise the data. I suggest adding these lines in the next release in case similar problems come up in the future.
--
Jimmie Funk, Doctor of Soul
--
Jimmie Funk, Doctor of Soul