Quote:
Originally Posted by MindTrix
Ok i ran the install (on RC GOLD) and when it gets to importing the phrases.xml file i get a nice hugeeeee error, so now i cannot add any phrases at all for any other hacks
Ill attach the error in a txt file because its huge, so hope you can help me out here 
|
Create a new file with the following contents, upload it to the ACP and run it, that should solve the problem:
PHP Code:
<?php
require_once('./global.php');
require_once('./includes/adminfunctions_language.php');
add_phrase_type('vbindex_cp', 'vBindex Control Panel');
echo 'Done';
?>