Quote:
Originally Posted by Andrew
I'm get the following error message when enabling this plugin, and I have no idea why. All of the files have been uploaded properly, so I know that everything it should need is there. Any ideas?
(BTW - This is on a forum running vBulletin 3.6.8 Patch Level 2.)
|
Quote:
Originally Posted by mwilke
Forums Running:vBulletin? v3.6.8 Patch Level 2
using your version 2.1.0
I have no errors when I install the product and the product parses the profile fields correctly. However, my posts disappear..I get a white screen.
|
The only reason I can see this happening is if the code at line 1928 isn't executing fully. To fix this issue until my next update, edit the showthread_complete plugin included in this product, and add the following line to the beginning:
PHP Code:
require_once(DIR . '/includes/ces_permissions.php');