Hi,
I'm installing vBulletin 5.1.0 and when I went to access the adminCP I was shown an error message saying "That action could not be completed" so I edited the presentation config file and changed
to my absolute path however I am now receiving a blank page everywhere I go on the site. Not to mention if I don't enter /index.php I am returned a default server page which I find odd.
Is there something I am doing wrong?
Thanks in advance...
I'm installing vBulletin 5.1.0 and when I went to access the adminCP I was shown an error message saying "That action could not be completed" so I edited the presentation config file and changed
PHP Code:
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';
Is there something I am doing wrong?
Thanks in advance...
Comment