Thread: vBulletin Project Tools - vBulletin Project Tools Open Source 2.2.2
View Single Post
  #90  
Old 10-29-2012, 09:19 PM
PitchouneN64ngc's Avatar
PitchouneN64ngc PitchouneN64ngc is offline
Senior Member
 
Join Date: Aug 2002
Location: France
Posts: 515
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deadlySniper View Post
I keep getting this error when I import

Code:
Database error in vBulletin 4.2.0:

Invalid SQL:

			INSERT INTO vb_pt_projectpermission
				(usergroupid, projectid, issuetypeid, generalpermissions, postpermissions, attachpermissions)
			VALUES
				(1, 0, 'bug',
				0, 0, 0),(1, 0, 'feature',
				0, 0, 0),(1, 0, 'task',
				0, 0, 0);

MySQL Error   : Duplicate entry '1-0-bug' for key 1
Error Number  : 1062
Request Date  : Monday, September 17th 2012 @ 10:52:29 PM
Error Date    : Monday, September 17th 2012 @ 10:52:40 PM
Script        : http://survivedayz.com/forums/admincp/plugin.php?do=productimport
Referrer      : http://survivedayz.com/forums/admincp/plugin.php?do=productadd
IP Address    : *******
Username      : **********
Classname     : vB_Database
MySQL Version : 5.0.92-log
Did you already installed it before? It failed when you first tried? Did you uninstalled it previously correctly?

Quote:
Originally Posted by metalguy639 View Post
Again I ask this...


Has this been updated yet? Seems there is no one working on this anymore and no one seems to be interested in fixing the issues it has.
It's not possible to give specific permission to an user, you need to add this user in a specific usergroup (alone in the selected usergroup) and assign specific permissions in this usergroup.

Quote:
Originally Posted by Hostboard View Post
In April he announced it was going to be released within a week.
We have now seen 6 months of soon.

There is also a known issue with this current release and TapaTalk.

The current fix is:
Code:
Did you installed Project tools mod on your forum?
If it is, please try comment out below in line plugin file mobiquo/functions/get_thread.php at about line 538:
//($hook = vBulletinHook::fetch_hook('showthread_query')) ? eval($hook) : false;
I am also hoping the human verification mod is integrated into this as it currently is not compatable any more. It was with VB 4 but somewhere along the lines VB4's updates broke it.
https://vborg.vbsupport.ru/showthread.php?t=219636
Human Verification mod is integrated in Project Tools 2.2.0. I need to find some time to finish to fully test it, I hope to find some time thursday

I didn't know for an incompatibility with Tapatalk, I'm not using it. I'll check with it to find an automated fix

Quote:
Originally Posted by ozione View Post
hi, mates!

i have some really big issues with my site since uninstalling the project tools. i asked for help on it's official support forums but no one seems to care.

what i did was a complete uninstallation of the product. by the book. i'm getting these sql errors, so i tried to reinstall the product (no more errors) and uninstall it again. no luck.

the sql error:
Code:
Database error in vBulletin 4.2.0:

Invalid SQL:

					SELECT languageid,
			phrasegroup_global AS phrasegroup_global,
			phrasegroup_projecttools AS phrasegroup_projecttools,
			phrasegroup_posting AS phrasegroup_posting,
			phrasegroupinfo AS lang_phrasegroupinfo,
			options AS lang_options,
			languagecode AS lang_code,
			charset AS lang_charset,
			locale AS lang_locale,
			imagesoverride AS lang_imagesoverride,
			dateoverride AS lang_dateoverride,
			timeoverride AS lang_timeoverride,
			registereddateoverride AS lang_registereddateoverride,
			calformat1override AS lang_calformat1override,
			calformat2override AS lang_calformat2override,
			logdateoverride AS lang_logdateoverride,
			decimalsep AS lang_decimalsep,
			thousandsep AS lang_thousandsep
					FROM vb4_language
					WHERE languageid = 2;

MySQL Error   : Unknown column 'phrasegroup_projecttools' in 'field list'
Error Number  : 1054
Request Date  : Saturday, October 6th 2012 @ 11:43:17 AM
Error Date    : Saturday, October 6th 2012 @ 11:43:17 AM
Script        : http://www.mydomain.com/vb4/project.php?do=issuelist&projectid=2&issuetypeid=&issuestatusid=0&appliesversionid=v1
Referrer      : 
IP Address    : 66.249.71.139
Username      : 
Classname     : vB_Database
MySQL Version :
ANY help would be REALLY appriciated.
thank you.
The 'Script' URL in the error message indicates me you are still using some Project Tools file. Please recheck all of your files if they are still existing.

Quote:
Originally Posted by simonhind View Post
its nothing to do with that, its the install script for the database it just need a minor change

change all instances of

Code:
) TYPE=MyISAM;;
to

Code:
) ENGINE=MyISAM; ');
or from

Code:
) TYPE=MyISAM;;
to

Code:
) ');
once its reinstalled the product will work, then if uninstalled it will remove that same issue
AFAIK all database queries are already updated from TYPE to ENGINE. I'll recheck though.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01161 seconds
  • Memory Usage 1,806KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete