Geek, I've just installed this on my test forum, but something has gone wrong...
1. I'm having mysql errors with the packages and add new packages in the adminCP and in advertising.php. I think it may be because of table prefixes but I'm not sure how to fix it
Code:
Database error in vBulletin 3.0.6:
Invalid SQL: SELECT * FROM tvb3_GAB_packages ORDER BY ordinal,title,id ASC
mysql error: Table 'aboho_crashforum.tvb3_GAB_packages' doesn't exist
mysql error number: 1146
2. I can't seem to be able to add any new ads in the adminCP
Code:
Warning: copy(./gab/aboho.gif): failed to open stream: No such file or directory in /admincp/GAB_admin.php on line 716
3. With the autoinstaller, it couldn't complete step 200 because of a previous modification that your GAS hack had made. The manual file change states this:
Code:
= false;
// === GAB ===
construct_nav_option($vbphrase['GAB_settings'], 'GAB_admin.php?do=settings');
construct_nav_option($vbphrase['GAB_display_ads'], 'GAB_admin.php');
construct_nav_option($vbphrase['GAB_add_ad'], 'GAB_admin.php?do=add');
construct_nav_option($vbphrase['GAB_display_packages'], 'GAB_admin.php?do=displaypackages');
construct_nav_option($vbphrase['GAB_add_package'], 'GAB_admin.php?do=addpackage');
construct_nav_option($vbphrase['GAB_display_frequency'], 'GAB_admin.php?do=displayfrequency');
construct_nav_option($vbphrase['GAB_add_frequency'], 'GAB_admin.php?do=addfrequency');
construct_nav_option($vbphrase['GAB_test'], 'GAB_admin.php?do=test');
construct_nav_group($vbphrase['GAB_CP']);
$printhr = true;
$printhr = false;
// === GAB ===
$printhr = false;
if (can_administer('canadminstyles'))
{
Is that
= false; supposed to be there?
4.
Quote:
for the missing phrase in the admincp:
add a phrase in the Control Panel Global section called 'GAB_add_ad' the value should be 'New Ad'
|
I found this phrase in Control Panel Stop Message Phrases. Since I've now added it to Global phrases, would it be safe to remove the original phrase from Control Panel Stop messages or is it a different phrase that is needed?