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)
-   -   Add-On Releases - [PBPG] Chess (https://vborg.vbsupport.ru/showthread.php?t=232923)

TimberFloorAu 01-29-2010 09:12 PM

Have fixed product file, now working your paths assume the mod is installed in root

So prefixed all /pbpg with /forum

TimberFloorAu 01-29-2010 09:44 PM

Decided to uninstall. Unable to do so.

All threads deleted.
All forums de-selected.

ANy suggestions.?

Carnage 01-29-2010 11:32 PM

delete the configurations then try.

If that fails and you've only got this installed, remove the core product first.

TimberFloorAu 01-30-2010 12:41 AM

You cannot Deselect the bloody game from forums, even using Ctrl+mouse click

Therefore configs cannot be deleted.
Mate I would pull this mod, until it is actually safe to install and uninstall. Waiting for updates to uninstall !

Removing core product first still makes no difference.

Carnage 01-30-2010 11:20 AM

I have just tested the ctrl+click to remove in 3 browsers: firefox, chrome and internet explorer it works in all of them. That said, I will update the core product to use checkboxes from now on since that'll work out easier for unselecting them. If you've removed the core product change the uninstall code to this

Code:

$q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='chess'");
$db->query_write("DELETE FROM ".TABLE_PREFIX."pbpg_pluginconfig WHERE pbpg_pluginid = $q[pbpg_pluginid]");
$db->query_write("DELETE FROM ". TABLE_PREFIX."pbpg_plugin WHERE pbpg_pluginid = $q[pbpg_pluginid]");

to forcibly remove the mod.

EDIT: Alternativly, you can update to the newest version of the core. Based on your feedback i've added tools to make removal much easier.

TimberFloorAu 01-31-2010 01:39 AM

Appreciate your reply.

However, still cannot get rid of the chess plugin. Now throwing up db errors.

Latest: An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '$q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='che' at line 1

Carnage 01-31-2010 10:01 AM

You sure you used the exact code above? It seems you've tried to pass $q = $db->query_first("SELECT * FROM ". TABLE_PREFIX."pbpg_plugin WHERE dir='che into the database somewhere; thats teh only way it would have returned that.

TimberFloorAu 01-31-2010 10:19 AM

How about :

Doing a full explanation on removing "your" product.

Carnage 01-31-2010 11:04 AM

ok, manual uninstallation:

remove the uninstallation code.
remove product.
delete pbpg_plugins/chess
remove pbpg core product.
remove pbpg_plugin and pbpg_pluginconfig tables

I have just checked and double checked. The latest versions of all the products install/uninstall correctly.

TimberFloorAu 01-31-2010 06:37 PM

Ok, thankyou.

It will not allow removal of chess plugin. Stating it has to be removed from config of forums, but it isnt enabled in a single forum


All times are GMT. The time now is 04:38 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.01026 seconds
  • Memory Usage 1,732KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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