whitewall
Forum Replies Created
-
Forum: Plugins
In reply to: [BridgeDD] Deactivation does break phpBBI followed the instruction. In my case it was the functions_admin.php file which was not restored. No APC or eAccelerator being used.
The plugin itself worked just like promised so I’m not complaining. The main point from me was that there should be extra mention in the installation instructions about 1) users backing up phpBB to make sure that they can restore files manually if needed and 2) also the fact that BridgeDD does modify and restore phpBB files upon activation/deactivation should be clearly stated.
Forum: Plugins
In reply to: [WP phpBB Bridge] Troubling issue with admin accountThis error message is given:
PHP Notice: Undefined property: user::$ID in /usr/www/users/xxx/wp-content/plugins/wp-phpbb-bridge/wp_phpbb_bridge.php on line 321Maybe it has something to do with this bug?
No other plugins installed except this one.
Forum: Plugins
In reply to: [WP phpBB Bridge] Troubling issue with admin accountActually this same problem is now happening to me. I opened a new topic before I realized it was just this same issue.
Forum: Plugins
In reply to: [WP phpBB Bridge] Fatal errorThe filename isn’t correct so it can’t be found, the “acm_.php” should have “$acm_type” between “_” and “.”
So the problem is variable $acm_type is not correctly set in the wp_phpbb_bridge.php
..I don’t know how to fix it, but hope this points out where to search the problem.