Forum Replies Created
-
In reply to: Plugin problem
This one had me stumped but I just figured it out. I should probably document the solve it here in case others encounter the same problem.
Like many people, I have bbpress installed in a subdirectory below wordpress:
/myblog/bbpress/
I also use the popular wp-super-cache plugin for wordpress. It turns out, you really need to add your bbpress directory to the list of rejected URI’s for wp-super-cache. For the above example, you’d want to add this line to the Rejected URI’s field:
/bbpress/Otherwise, your bbpress board and the administration panel will be semi-randomly showing you old cached pages. Unsurprisingly, this can cause all sorts of strangeness including apparently activating/de-activating plugins, showing plugins that you’ve deleted, etc.
-Rob
In reply to: Apostrophe not showing by itself but with beforeI too have this problem with a fresh install of 0.9.0.1 and no plugins active. Magic quotes are off in my php.ini.
-Rob
In reply to: Trouble accessing admin panelI’m not sure what was messed up in my installation from last night, but wiping out the database and reconverting the data over seemed to fix the problem.