Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
Importing Product time-out question Details »»
Importing Product time-out question
Version: , by BabyNameAddict BabyNameAddict is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-07-2006 Last Update: Never Installs: 0
 
No support by the author.

I read on the other thread that you say it can take lots of time to import the product. I have 3,000 members. It's been about 3 hours and it still says "Importing Product." However, I've also been away from my machine, and noticed I had to log-in to the Admin CP again when I went to open the Forum Manager in a new window.

So how long should it take for 3,000 members. And if I close the window (where it's supposedly importing) can I re-import the product again without it messing things up?

Thanks in advance.

After 6 hours, I shut off the screen, and tried it again. I have been keeping the AdminCP active, but it's already been 1.5 hours.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-08-2006, 03:55 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It should not take that long, it took me about 1-2 minutes for 200,000 users in my test forum.

It should not be taking that long.

Maybe I could get access to ur forums and see if I can figure out the issue?

If so, send me the details via PM.

-CMX
Reply With Quote
  #3  
Old 03-08-2006, 01:21 PM
BabyNameAddict BabyNameAddict is offline
 
Join Date: Feb 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your reply.

I was using Firefox, and I think that was why. When I tried importing it in Explorer, I could see it was doing something, as the scrollbar got smaller and smaller. I thought that was enough to keep the Admin CP active, but apparently not. So an hour was not enough.

I tried it again this morning, and after 10 minutes or so the yellow :'s stop, and it's just blank, but still making the scrollbar smaller. However, I did access another element in the AdminCP (hoping to keep it "active") so I wonder if this might have "interrupted" the process.

So I will try it one last time in Explorer, but without accessing any other element in the AdminCP (in another window). If it doesn't install within a few minutes, I will contact you.

Thanks! :squareeyed:
Reply With Quote
  #4  
Old 03-08-2006, 01:44 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It should have printed the messages on the screen about what it was currently doing as I have flushed the cache out with the printing, but I never tried the update from firefox, maybe the flush doesnt work properly with firefox, but that shouldnt cause it to not work. Soon as it finishes importing the product, it should auto redirect fine.

And great, let me know how it goes in IE.

-CMX
Reply With Quote
  #5  
Old 03-08-2006, 03:03 PM
BabyNameAddict BabyNameAddict is offline
 
Join Date: Feb 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the old eStore, which must have been updated in the last day or two, which is why it wasn't working.

I've gotten it as far as "cleaning up the settings" and it just sat there (after 20 minutes). So I closed the window and tried it again. Same thing, is just sitting there.

I am going to try one more thing before giving up :nervous:
Reply With Quote
  #6  
Old 03-08-2006, 03:37 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's the code..

Code:
// always unset the old vbBux / vbPlaza version number
vbplaza_printf("<p>Cleaning up the settings ... ");
unset($vbulletin->options['vbbuxplaza_version_number']);

// rebuild the vbplaza datastore
require_once(DIR . '/includes/functions_vbplaza.php');
vbplaza_update_datastore(true, '', '');

// rebuild the bitfields
require_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);
build_forum_permissions();
vbplaza_printf("Finished.</p><p><b>ALL DATABASE UPDATES COMPLETE!</b></p>\n");
The only possible way I could see it failing is it you did not upload includes/functions_vbplaza.php, as the rest of the code is to fix bitfields.

I'll add code to the next version to verify that functions_vbplaza.php is included!

-CMX
Reply With Quote
  #7  
Old 03-08-2006, 04:52 PM
BabyNameAddict BabyNameAddict is offline
 
Join Date: Feb 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I rebooted and tried it again and it still got stuck at "cleaing up settings." I did upload includes/functions_vbplaza.php (just checked to be sure).

Thanks for the code - but where do I put it?

Thanks :nervous:
Reply With Quote
  #8  
Old 03-08-2006, 06:04 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it got that far, it should be installed fully minus "rebuild datastore" and "rebuild bitfields".

Both of which you can run in the Admin CP, so remove the bits of code above from the product XML file and it should finish installing properly.

-CMX
Reply With Quote
  #9  
Old 03-08-2006, 07:42 PM
BabyNameAddict BabyNameAddict is offline
 
Join Date: Feb 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your reply.

I looked everywhere in the Admin CP and don't see anywhere that I can run "rebuild datastore" and "rebuild bitfields."

As for removing the bits of code, do you mean all three sections you posted, or just the last two sections? So I remove that and import it again? I can do this, I am just not sure about how/where to run the "rebuild datastore" and "rebuild bitfields."
Reply With Quote
  #10  
Old 03-08-2006, 07:45 PM
MorrisMcD's Avatar
MorrisMcD MorrisMcD is offline
 
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the same issues you had initially.. But I got impatient after like 20 min.. lol

I rebooted my server and reimported it (it worked) and I have been running for 15 hours or so smoothly.. Never did anything else... /shrug
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:28 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.04066 seconds
  • Memory Usage 2,305KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete