![]() |
Hi all,
I am getting this error message when installing this hack is anybody out there that can help me correct this? you will find attached picture of the error message below thanks for your help |
@osariase
This hack is conflicting with another hack you already have installed. They try both to use the same phrasetypeid. |
Thanks Marco for your response and help,
so what do I do and how do i know which hack is conflicting with it and how do I rectify this please help thanks. Since you are the only one that is answering |
Hi MR-2ZZ ,
thanks for your support. I just wanted you to know that I followed the instructions u gave and for the first time I didnt get any error message during the install. but I do have a problem after the install when i go to nominate a member I get an error message, attached is a picture of what I get hope you can help me with solving this problem thanks man Quote:
|
You could try to find out which other hack is conflicting by running the following query:
[sql]SELECT * from nwvb3phrasetype where phrasetypeid = 887;[/sql] |
Thanks Marco,
I did what u said and it only showed me the members_choice. But I am not even getting that error message anymore, what I have now is restriction error message when go to nominate a member what do you think might be the issue here? look above this reply, I have a picture of the error message See what you can do for me thanks man I appreciate your help |
Sorry but i really don't know what can be causing this. I don't have this hack installed, so i can't test.
|
Thanks for your help marcoH
I happened check usergroup permissions and I found that you have to give group permission to be able to vote or nominate even admin. so I did it and guess what it worked right now i'm testing it so far so good. Also, thanks to MR-2ZZ he his edited work helped too thanks man |
I'm getting this error when installing:
Code:
Database error in vBulletin 3.0.7: |
hay guys, has anyone installed this one on vb 3.0.7 ? and if they have is there any errors i am to watch out for.... looks like the perfect hack for my site :)
|
Quote:
Seems something got changed in 3.0.7, What, Thats another question :( I tryed the manual install pointed out here and it didn't work either |
Is there no support for this hack anymore?
Just asking, I realize you may be busy. |
In your './install/hacks/Members Choice/2/queries.php' file, find:
PHP Code:
PHP Code:
|
Quote:
Now I get this Invalid SQL: ALTER TABLE language ADD `phrasegroup_members_choice` MEDIUMTEXT NOT NULL mysql error: Duplicate column name 'phrasegroup_members_choice' mysql error number: 1060 Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/techunit/public_html/forums/includes/db_mysql.php on line 387 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/techunit/public_html/forums/includes/db_mysql.php on line 387 Thoughts? |
This is probably because some of the queries already have run. Sorry i don't have time today to have a look how to fix this. If nobody else helps you today, i will try to have a look tomorrow.
|
Quote:
Hopefully I'll hear from you tomorrow, Thank you ;) |
Please send me a PM about this or i will forget.
|
Ok, run the following queries, ignoring any errors you might get to really uninstall all database changes. Then install again, using the modified queries.php. If you are using a table_prefix, you should manually add this in front of all table names.
[sql]ALTER TABLE language DROP COLUMN phrasegroup_members_choice; DELETE FROM phrasetype WHERE phrasetypeid = 887 AND fieldname = 'members_choice'; DROP TABLE mc_nominee; DROP TABLE mc_pollbooth; DROP TABLE mc_whovoted; ALTER TABLE usergroup DROP COLUMN mcpollingbooth; DELETE FROM setting WHERE grouptitle = 'mc_polling'; [/sql] That should do the trick i think. |
Thank you for the assistance MarcoH64
This let me attempt to reinstall again, but I got the same error Code:
Database error in vBulletin 3.0.7: |
Then you have used the original queries.php, and not the modified one (the first fix i gave you). Like i posted you should run the modified one, or you will have the same problems again.
|
Quote:
Same thing again I dunno, maybe I should just give up on this one |
I am sorry, but you are getting the error again that we fixed in post #293, so it seems you are trying without that fix.
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=217 This worked, dont know why I missed it last time. Anyway, it works now. http://www.tech-unity.com/forums/mc_pollbooth.php Thank you for the assistance and dealing with me MarcoH |
No problem, glad you got it fixed.
|
What is the code i should put in my postbit to make people able to nominate other members from within their posts.
Thanks in advance. |
Hello PEEPS,
Question, how can I keep my moderators or super mods from being nominated? :tired: Thanks in advance |
trafix, all your scripts (Hack Installer System) will not run on VBulletin 3.0.7.
When I try to run the hack_installer.php file, the warning is always: Warning: chdir(): No such file or directory (errno 2) in /home/guitars/public_html/forum/install/his_files/hack_install_b3.php on line 30 Warning: main(./global.php): failed to open stream: No such file or directory in /home/guitars/public_html/forum/install/his_files/hack_install_b3.php on line 31 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/guitars/public_html/forum/install/his_files/hack_install_b3.php on line 31 |
You will probably not only have problems with hacks by trafix then, but with all HIS hacks. Did you rename your admincp directory by any chance? If yes, have a look at the ./install/his_files/hack_config_default.php
|
Oh.. how stupid I was :p ok, I will try it now..... thanks Marco!!
|
Once you have renamed that config file, and edited it, you can just leave it there. If you later install another HIS hack, it will not overwrite the renamed config file, so you only need to make this edit once.
|
I dont understand the manual install........... https://vborg.vbsupport.ru/showthread.php?t=76050
The thread you point to has install for vb_jukebox not the members choice hack. I dont want to use HIS so how do you install it manually? |
Quote:
|
Quote:
Quote:
|
This is a great hack.
I saw the question asked a few times before the last release, however nothing was ever done about it: this hack could be greatly improved if there were a spot to fill in the date that voting would begin, rather than trying to fill in "X" amount of nominees. That way, for instance: nominations could start at say, the beginning of the month, candidates could make their speeches, and voting wouldn't begin until a specified date towards the end of the month (and this wouldn't matter how many candidates there were... voting would be allowed once the specified date arrived) I never know how many nominees I am going to have, so right off the bat users are able to start voting because of the settings I have chosen. Then, a better candidate comes along later in the month... |
Is Trafix NOT supporting this anymore? He hasn't been on vb.org since June 6th! WTF. :( Anyhow, I wanna the ability to PM instead of the emailing...
|
Quote:
|
ok i need help, this hack was not working for me so i fully uninstalled it, but when on my WOL page it still says people are looking at 'unknown location' mc_nominate.php
why? |
$10 to anyone who installs this hack for me
|
its pretty much my database that doesnt work, how i can i manuall install all the databases?
|
Nice hack. How might I make it so that only one usergroup can be nominated? For the others it would say "sorry, this user is not eligible for this poll" or something, if you tried to nominate them.
|
All times are GMT. The time now is 06:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|