vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Limited Guest Viewing -- Motivate Guests to Register (https://vborg.vbsupport.ru/showthread.php?t=178720)

Ted S 01-18-2010 03:19 AM

Quote:

Originally Posted by SomeSailor (Post 1958161)
I'm getting an error in the Register Take-Over:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: limited_guest_viewing in [path]/includes/functions.php on line 3893

This appears across the top of the forum when they hit the count set in 'Register Take-Over Message Count'.

Any ideas?

Are you sure you are running the vB4 version?

vitrag24 03-15-2010 09:04 PM

update for 4.0?
thx.

Sea Shepherd 05-12-2010 03:49 PM

I must be blind...i cant see the 4.0 version anyway in the 4.0 lists.

CarlitoBrigante 06-28-2010 05:18 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=231352" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=231352</a>

Usually, you can check the user's profile to see new versions of products.

mindhunter77 08-03-2010 10:35 PM

For some reason, with database loging on, when a guest reaches their limit it throws them a MYSQL error instead of showing them the message page. Any idea what would cause this?

Ted S 08-05-2010 11:52 PM

Quote:

Originally Posted by mindhunter77 (Post 2078797)
For some reason, with database loging on, when a guest reaches their limit it throws them a MYSQL error instead of showing them the message page. Any idea what would cause this?

What's the error?

mindhunter77 08-08-2010 02:32 AM

Quote:

Originally Posted by Ted S (Post 2079847)
What's the error?

Code:

MySQL Error  : Table 'bbq.vblgv' doesn't exist

Ted S 08-08-2010 09:07 PM

Quote:

Originally Posted by mindhunter77 (Post 2080706)
Code:

MySQL Error  : Table 'bbq.vblgv' doesn't exist

The table was not setup for some reason, you will need to either reinstall or manually create it:

Code:

CREATE TABLE bbq.lgv (
        id int(7) unsigned NOT NULL auto_increment,
        ipaddress VARCHAR(25) NOT NULL default '0.0.0.0',
      firstaccess INT UNSIGNED NOT NULL DEFAULT '0',
      views INT(4) NOT NULL DEFAULT '0',
      lastactivity INT UNSIGNED NOT NULL DEFAULT '0',
        PRIMARY KEY (id),
        KEY indexs (ipaddress,views,lastactivity)
      ) TYPE=MyISAM


mindhunter77 08-08-2010 09:14 PM

Thanks man =)

MarceloS 08-24-2010 05:11 PM

Thanks for the mod!

It would be good to have the option to "include forum Ids". I may want to use the mod only on one popular forum, for example.


All times are GMT. The time now is 09:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01433 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete