Quote:
|
I saved files in unicode. Luc, do I need to changing encoding in the product-ppvbgallery.xml itself to utf-8 as well?
|
NO!!
If you change that encoding it will not work anymore... unless some changes are made to the vbulletin core code..
Explain: if the file is saved as normal file.. (ANSI) without UTF-8 or unicode..
even windows standard text editor (notepad for example) will not be able to see some of the special characters.. so if you want vbulletin to see them you have to do the same.. (thats why you dont need to do it if there are no special chars in templates)
As for the other error..
what happens:
it is trying to get the phrases for the display of newest or random images on forum index.. BUT the phrasegroup cannot be selected..
3 possibilities..
A: the phrasegroup does not exist.. (which i do not think because i suppose you have not reenstalled an older version of vbgallery over the newest one)
B: You have reinstalled vbgallery, the settings went back to default, but not all of them.. so forum index thinks it has to display the phrasegroup.. but it has not been prepared..
in that case go to acp in vbgallery settings.. save the settings..
in modify addons save the settings.. save to on and off again..
that should rebuild the bitfields..
C: third possibility: i dont know ..
Luc