Sorry for the delay, I really liked the movie and got carried away afterwards reading threads in its imdb message board (Its called "The Illusionist", watch it, it was really good)
Quote:
Originally Posted by cynthetiq
I was just about to post this SQL error myself. Ironically it errors out on my dev forum, but not my production one. very odd
|
Its not odd at all. Probably in the dev forum you do not have any custom fields, whereas in the production one you do. This error is caused when trying to fetch custom profile fields when none exist. Of course it will be fixed shortly.
Quote:
Originally Posted by Axel Foley
Hi Lea,
another good hack...I just tried it: it gives me the same db error as the one above if I enable the "Show custom fields stats?" and put no value in the "Custom profile fields to display".
The other strange thing I noticed is that in the profilestats.php code, you refer to $vbulletin->options['eps_customfields'] in the code, but after importing the .xml, that field is called $vbulletin->options['eft_customfields'], is this ok for you?
I'll wait for the fixed version...and thanks again for another one...
Keep up the good work.
|
I probably confused the prefixes with my previous mod (eft_ was for featured threads). I'll fix that as well, thanks a lot.
Oh boy, I really suck at debugging my mods
