vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=243510)

Celtkin 11-20-2010 03:06 PM

When importing the XML, it hangs after Altered Table: forum. Any idea what's 'next' that might be hanging it up?

We have the Lite version installed on another forum, no problem. If I can get this going, I will purchase Pro and import from the other Thanks hack.

Thanks

DragonByte Tech 11-20-2010 03:13 PM

That'd probs be the Post table, I'm assuming you have a gigantic post table.

You could try manually running the queries found in the install file (I think it's the /dbtech/thanks/install/100.php, 101.php and 110.php) - if you manually add the fields to the post table, the installer will skip them :)


Fillip

Celtkin 11-20-2010 03:27 PM

Quote:

Originally Posted by DragonByte Tech (Post 2123893)
That'd probs be the Post table, I'm assuming you have a gigantic post table.

You could try manually running the queries found in the install file (I think it's the /dbtech/thanks/install/100.php, 101.php and 110.php) - if you manually add the fields to the post table, the installer will skip them :)


Fillip

You are correct. Post table is huge. The other forum we installed it before we had a single post. :) Makes sense. With that in mind, it probably wasn't hanging.

If I just run the normal installer and leave it be, it should finish eventually, correct? I can always try those queries later if need be. :)

Thanks

DragonByte Tech 11-20-2010 03:36 PM

Correction from my previous post: only a file called 1000.php exists inside /dbtech/thanks/install/install/

I'm not entirely sure what happens if MySQL doesn't respond within the default 30 second timeout limit of PHP, tbh...

What you can try is, open the 1000.php file and paste this directly beneath <?php
PHP Code:

@set_time_limit(0);
ignore_user_abort(1); 

Server environment permitting, this should allow the script to run indefinitely and wait for MySQL to return Great Success before moving on and finishing the install :)

This workaround is something we've applied to all our mods in the future and will retroactively apply to old mods as we update their installers (at least the ones made by myself.)


Fillip

Celtkin 11-20-2010 04:12 PM

Been running for quite awhile with the above script, so it seems to be working as it should (no PHP timeouts).

Thanks

Dark-Master 11-24-2010 01:58 PM

Can I move Thanks and Like buttons to somewhere in the post?

DragonByte Tech 11-24-2010 02:07 PM

Quote:

Originally Posted by Dark-Master (Post 2125349)
Can I move Thanks and Like buttons to somewhere in the post?

Not in this version, no. v1.1.0 will support this, it's currently in Beta for Pro-only customers :)


Fillip

Dark-Master 11-24-2010 04:23 PM

Quote:

Originally Posted by DragonByte Tech (Post 2125352)
Not in this version, no. v1.1.0 will support this, it's currently in Beta for Pro-only customers :)


Fillip

It's time to go for Pro. :cool:

Wurstteppich 12-07-2010 04:22 PM

Any news about the upcoming release ?

DragonByte Tech 12-08-2010 01:08 PM

Not yet no, sorry :(

We're currently busy revamping our website with a new support system :)


Fillip


All times are GMT. The time now is 05:05 PM.

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.02492 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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