Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-29-2014, 03:39 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default FOR THE LOVE OF GOD SOMEONE REPLY

Contacted support and they can't help

I posted in the thread of that damn add-on and the developer seems to be dead

I need to get rid of this ASAP!!

-----------------------------------------------------------

I upgraded to vB4 so vMail caused the user registration page to be misaligned

I contacted suport and they advised me to uninstall vMail is it is not compatible with vB4

So when I tried to uninstall it I got this message:

Quote:
Remove Table : nlp_vmail
I searched in the templates for it and I found 4 entires but I don't know how to remove it

please guide meh

thanks
Reply With Quote
  #2  
Old 03-29-2014, 04:03 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd guess that it's talking about a database table. If the error message is that the table doesn't exist, then you could try creating a database table (using phpMyAdmin for example) and then run uninstall again.
Reply With Quote
  #3  
Old 03-29-2014, 04:04 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Table : nlp_vmail in a data base table, remove it via cpanel, phpmyadmin.
I am sure someone will post how to run a query to remove it.
Reply With Quote
Благодарность от:
Max Taxable
  #4  
Old 03-29-2014, 04:38 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blind-eddie View Post
Table : nlp_vmail in a data base table, remove it via cpanel, phpmyadmin.
I am sure someone will post how to run a query to remove it.
crap! never had to do such thing installing a simple plugin! I will never install any mods anymore! now I have to reinvent the wheel to remove a line of code!
Reply With Quote
  #5  
Old 03-29-2014, 04:46 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DROP TABLE IF EXISTS `nlp_vmail`;
Reply With Quote
4 благодарности(ей) от:
AusPhotography, blind-eddie, Lynne, Max Taxable
  #6  
Old 03-29-2014, 05:55 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Matrix Leader View Post
crap! never had to do such thing installing a simple plugin! I will never install any mods anymore! now I have to reinvent the wheel to remove a line of code!
Pay attention to the first post of any Mod.... If it says "DB Changes" you know it's likely to add tables to your DB.

Don't avoid Mods, just choose them more carefully.
Quote:
I upgraded to vB4
^^ Might should have thought about this a tad more.
Reply With Quote
  #7  
Old 03-29-2014, 06:54 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Matrix Leader didn't say if the problem has been solved, but looking at the uninstall code for that mod, the "Remove Table : nlp_vmail" is a message displayed to say what's being done, not instructions asking you to remove the table yourself. But db errors are turned off, so it seems like if the table didn't exist (like I was thinking), then it shouldn't be a problem.

Maybe the only problem was that the message was confusing?
Reply With Quote
Благодарность от:
Max Taxable
  #8  
Old 03-29-2014, 10:45 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Matrix Leader didn't say if the problem has been solved, but looking at the uninstall code for that mod, the "Remove Table : nlp_vmail" is a message displayed to say what's being done, not instructions asking you to remove the table yourself. But db errors are turned off, so it seems like if the table didn't exist (like I was thinking), then it shouldn't be a problem.

Maybe the only problem was that the message was confusing?
no I am downgrading back to Vb3 by restoring a backup.
Reply With Quote
Благодарность от:
Max Taxable
  #9  
Old 03-30-2014, 03:30 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Matrix Leader View Post
no I am downgrading back to Vb3 by restoring a backup.
I do not think this is a big deal to fix at all. What happened after you ran DROP TABLE IF EXISTS `nlp_vmail`; ??

When you upgrade versions like that you really need to remove plug ins that are not compatible.

If you decide to keep Vb4 let me know this week and I will help you fix the error, no charge.
Reply With Quote
2 благодарности(ей) от:
CAG CheechDogg, MaXimus
  #10  
Old 03-30-2014, 07:34 AM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
I do not think this is a big deal to fix at all. What happened after you ran DROP TABLE IF EXISTS `nlp_vmail`; ??

When you upgrade versions like that you really need to remove plug ins that are not compatible.

If you decide to keep Vb4 let me know this week and I will help you fix the error, no charge.
thanks a lot! there are some really helpful people on these forums!

I downgraded back, now i am gonna remove that plugin

--------------- Added [DATE]1396168703[/DATE] at [TIME]1396168703[/TIME] ---------------

Strange, when I uninstalled it while I am on my vB3 forum, it didn't give me that error

but anyway, I'm glad its gone! I don't need to plugins that modify my database in such a way
Reply With Quote
Reply


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 07:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04404 seconds
  • Memory Usage 2,278KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (9)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete