|
This is nothing new to our software here. it has been coded this way for a long while here
The only way you can get this error is the software can not find your integration file as in any of the follow
1. The file does not exist
2. The path to your reviewpost is wrong
3. Your integration type is empty in the database
This is the line in the pp-inc.php
// Now lets include the forum integration
require "{$Globals['RP_PATH']}/forums/{$Globals['vbversion']}.php";
|