![]() |
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.
|
All times are GMT. The time now is 08:59 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|