Quote:
Originally Posted by rbrashear68
And it is slowing the forum down incredibly bad. I have it uninstalled right now, but sometimes I get this error when it's installed:
|
There was a post in another version of this product that gives the solution:
https://vborg.vbsupport.ru/showthrea...92#post2038392
Essentially:
1. Open the file "post_thanks.php"
2. Find:
Code:
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
3. Change to:
Code:
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE & ~8192);
4. Save "post_thanks.php"
5. Re-upload to your FTP server.
This addresses some incompatibilities in newer versions of PHP.
It worked for me by the way.
Dexter...