Ok I know the cause, more or less, just haven't fixed the way the index gets it's information.
In your index.php page find this:
code: include "{$palspath}configpal.php";
if ($configured) {
// load required files require ("{$index2threadsPath}main.inc.php"); include "{$palspath}requirepal.php";
// load variables include "{$palspath}configpal.php";
and change it to this:
code: $configured = 1; if ($configured) {
// load required files (set to correct path) require ("path/to/your/main.inc.php"); include "{$palspath}configpal.php"; include "{$palspath}requirepal.php";
Just make sure you have the path/to/your/main.inc.php file correct and this should stop the errors.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.