Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
-
Helter
- Beiträge: 2
- Registriert: Mi 15. Apr 2015, 04:12
Beitrag
von Helter » Mi 15. Apr 2015, 04:21
Ive updated my mod to the latest version, updated phpBB to 3.1.3 and tried to install extension version 7.0.17
I get an error
Code: Alles auswählen
SQL ERROR [ mysqli ]
Duplicate key name 'desc_search' [1061]
SQL
ALTER TABLE phpbb_downloads ADD FULLTEXT INDEX desc_search(description)
BACKTRACE
What is the correct way to update from the mod to the extension?
-
oxpus
- Chief handy-man
- Beiträge: 2456
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
-
Kontaktdaten:
Beitrag
von oxpus » Mi 15. Apr 2015, 09:13
Save all tables in the database named prefix_dl... and prefix_download..., drop these tables and install the Extension.
After this, restore the previous saved tables and the extension is ready.
Karsten Ude
Kein Support zu unaufgeforderten PN's, Email oder via Messenger!
-
Helter
- Beiträge: 2
- Registriert: Mi 15. Apr 2015, 04:12
Beitrag
von Helter » Mi 15. Apr 2015, 22:56
wasnt quite that easy but I got it to work. Thank you