You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following plugins have been updated and are known to work with current Blargboard. Any other plugins in the repo are probably broken, so don't try using them.
46
+
47
+
* CustomUserNameColors
48
+
* ircreport
49
+
* layoutblockstats
52
50
53
-
# How to update your board
51
+
##How to update your board
54
52
55
53
Download the most recent Blargboard package (be it an official release or a Git package).
56
54
@@ -66,9 +64,7 @@ Depending on the versions, your update may involve running extra scripts to fix
http://board.example/?page=makelr -> regenerates the L/R tree used for forum listings and such.
99
93
Use if some of your forums are showing up in wrong places.
@@ -118,19 +112,18 @@ WARNING: when banning someone, make sure that the secondary groups' permissions
118
112
119
113
How to (insert action): first look into your board's admin panel, settings panel, etc... then if you still can't find, ask us. But please don't be a noob and ask us about every little thing.
The Blargboard help forum is at Kuribo64: http://kuribo64.net/?page=forum&id=82
126
118
127
119
If anything goes wrong with your board, go there and let us know. Make sure to describe your problems in detail, our crystal ball is scratched so we can't see well.
128
120
129
-
YOU WILL NOT RECEIVE HELP IF YOU HAVEN'T READ THE INSTRUCTIONS WHEN INSTALLING YOUR BOARD.
121
+
If the error is a 'MySQL Error', to get a detailed report, you need to open config/database.php in a text editor, find `$debugMode = 0;` and replace it with `$debugMode = 1;`.
122
+
This will make the board give you the MySQL error message and the query which went wrong. Once you're done troubleshooting your board, it is recommended that you edit config/database.php back so that `$debugMode` is 0.
0 commit comments