It worked for us and the same error never came back. Please note I am writing this article in a hurry and haven't tested the below steps (we changed on our forums long time ago). I do not take any responsibility for any data loss although with a proper back up you should be OK. I'll try to improve t...
Just follow the KB article linked in the post 2 above yours http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/ It'll output a page of SQL commands to automatically do the changes for you. Many thanks for this link. I run it successfully but it didn't fix all the tables and had to d...
I think we have solved the problem of MySQL DB falling over. Basically, by default tables are MyISAM which means each time DB is read whole table gets locked hence no other operations could be carried out at the same time. What we did was converted most tables to InnoDB that supports row locking apa...
I think we have solved the problem of MySQL DB falling over. Basically, by default tables are MyISAM which means each time DB is read whole table gets locked hence no other operations could be carried out at the same time. What we did was converted most tables to InnoDB that supports row locking apa...
I think we have solved the problem of MySQL DB falling over. Basically, by default tables are MyISAM which means each time DB is read whole table gets locked hence no other operations could be carried out at the same time. What we did was converted most tables to InnoDB that supports row locking apa...
icon_ naming convention got messed up somewhere in the code hence error messages. I renamed those with icon_e_ to icon_ and now seems to be working fine. Am still getting some other errors in httpd log though (not related to the above) [Fri Jul 25 02:33:25 2008] [error] [client 201.218.250.106] File...
I had to remove the Credit Mod (CM) from the DE forum and that's why it's not there at the moment. It's still on the EN at http://forums.alfresco.com/styles/prosilver/template/viewtopic_body.html. The problem is solved now. Need to upgrade all code to 3.0.1/2 then reapply CM, manually edit and updat...
As suspected - the template file on a running forum was kept in MySQL DB and cache was pulling it from there rather than file that was updated by our MOD. Purging cache doesn't update certain template files in DB hence old version was always cached.
sure working MOD: http://forums.alfresco.com/en/viewtopic.php?f=6&t=13328 you should see '0 Points (What's this)' on the right hand side. am testing now in my test env and notice that when applied MOD to our german forum the company's top navigation bar sitting in overall_header template has dis...