Quote:
Originally Posted by .Tim
Here's the message I get:
|
That message is a load of bull, The licence code is only required for checking users passwords as they login.
What it actually means is it can't find your vbulletin config.php file to get the mysql details.
At the top of the CMS2 file is this ;
PHP Code:
require_once $vbpath . '/includes/config.php';
Change it to this for a moment and see what path is displayed ;
PHP Code:
echo $vbpath; exit;