View Single Post
  #158  
Old 04-21-2005, 01:31 PM
Snow's Avatar
Snow Snow is offline
 
Join Date: Jul 2004
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01216 seconds
  • Memory Usage 1,769KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete