vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Advanced Warning System 3.6.7 (https://vborg.vbsupport.ru/showthread.php?t=124477)

NFLfbJunkie 08-29-2007 01:39 AM

I don't have the TMS MOD installed and have the AWS MOD, version 3.6.8, installed successfully. So what exactly do I need to upload and/or edit (templates/files) to upgrade to 3.6.9?

SuperTaz 08-29-2007 03:57 AM

I got this error when I tried to update to the latest version. Image is below.

Magnumutz 08-29-2007 05:37 AM

You have to install TMS as well.

Delphiprogrammi 08-29-2007 10:07 AM

Quote:

Originally Posted by Junkie (Post 1327796)
I don't have the TMS MOD installed and have the AWS MOD, version 3.6.8, installed successfully. So what exactly do I need to upload and/or edit (templates/files) to upgrade to 3.6.9?


/docs/upgrade.txt

NFLfbJunkie 08-29-2007 02:09 PM

I assume I first need to create the table "warningtype" and then import the SQL dump from the "warning_types" table?

Delphiprogrammi 08-29-2007 03:05 PM

Quote:

Originally Posted by Junkie (Post 1328115)
I assume I first need to create the table "warningtype" and then import the SQL dump from the "warning_types" table?

No the warningtype table will be created by the product import.However if that is your wish you can

[SQL]
CREATE TABLE IF NOT EXISTS warningype (
warningtypeid INT(15) NOT NULL AUTO_INCREMENT,
title varCHAR(255) NOT NULL,
warn_points INT(15) NOT NULL DEFAULT '0',
warn_desc text NOT NULL,
warn_maturity INT(5),
warn_permban tinyint(1),
warn_type tinyint(3),
warn_alert tinyint(1),
warn_alertcomment MEDIUMTEXT,
PRIMARY KEY (warningtypeid));
[/SQL]
you just caught a bug the install code in the product file is not correct updating that ...The above query will query the new table

NFLfbJunkie 08-29-2007 03:44 PM

So the route I need to take to upgarde to 3.6.9 is this then:
  1. SQL Dump of the warning_types table. And what does 'dump' actually mean? Is this the same as 'export'.
  2. Run the above query to set up the 'warningtype' table
  3. Import what was dumped in to the new table.
Anything else? Do I need to import the product and/or remove from product-aws.xml:

PHP Code:

<dependency dependencytype="product" parentproductid="tms" minversion="1.0.0" maxversion="" /> 


Delphiprogrammi 08-29-2007 04:02 PM

Quote:

Originally Posted by Junkie (Post 1328178)
PHP Code:

<dependency dependencytype="product" parentproductid="tms" minversion="1.0.0" maxversion="" /> 


you only need todo this if you do not have the tms installed or you are for some reason unwilling to install it this step will stop vBulletin from throwing an error message if this is not installed and you try to import the product

NFLfbJunkie 08-29-2007 04:06 PM

I think I almost got it. From my first step that I listed, can you tell me what actually an SQL dump is of a table? Does this mean exporting the table information? And if I do the three steps above, I do not need to reimport the product-aws.xml, correct?

NFLfbJunkie 08-29-2007 04:09 PM

If I have 'vb' as my table prefix for all of my tables, where in the above query do I need to add the prefix?


All times are GMT. The time now is 06:39 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.01711 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)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
  • (2)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