vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Forum Directory Error

Forum Directory Error - Posted By Nick (nickb) on 24th Dec 07 at 4:17am
http://virtualforums.co.uk/page/directory/view/all/ord/cat

All the Forum Directories are missing/gone. {Unsure}

~Darkmage

Re: Forum Directory Error - Posted By Marc (cr0w) on 24th Dec 07 at 4:33am
I see that, too. {Unsure}

The only one that is there is vForums Support, but it's just the title, no description or anything. {Unsure}

Re: Forum Directory Error - Posted By Ross (admin) on 24th Dec 07 at 12:52pm
Guess that's what happens when I try and fix the smilies {Tongue Out} All fixed now.

Re: Forum Directory Error - Posted By Marc (cr0w) on 24th Dec 07 at 7:34pm
 
Guess that's what happens when I try and fix the smilies {Tongue Out} All fixed now.


Seems kind of unrelated, but I guess that's PHP for ya. {Tongue Out}

Re: Forum Directory Error - Posted By Ross (admin) on 24th Dec 07 at 8:57pm
 
 
Guess that's what happens when I try and fix the smilies {Tongue Out} All fixed now.


Seems kind of unrelated, but I guess that's PHP for ya. {Tongue Out}


The UBBC function parses both UBBC tags and the smilies. To parse the smilies for each skin it uses a seperate call to an image creating function. This works fine when the UBBC function is called on a forum where the image function exists. However the directory uses the same UBBC function but because it's not a forum it didn't have the function which is used to create skin-specific images. So because the UBBC function was trying to call another function which didn't exist it just died. Hope that makes sense {Cheesy}

Re: Forum Directory Error - Posted By Marc (cr0w) on 24th Dec 07 at 11:11pm
 
 
 
Guess that's what happens when I try and fix the smilies {Tongue Out} All fixed now.


Seems kind of unrelated, but I guess that's PHP for ya. {Tongue Out}


The UBBC function parses both UBBC tags and the smilies. To parse the smilies for each skin it uses a seperate call to an image creating function. This works fine when the UBBC function is called on a forum where the image function exists. However the directory uses the same UBBC function but because it's not a forum it didn't have the function which is used to create skin-specific images. So because the UBBC function was trying to call another function which didn't exist it just died. Hope that makes sense {Cheesy}


I know what you mean; I share a function for UBBC/smileys between my site and forum too, and the UBBC kept messing up on the site for the same reason. {Tongue Out}

Re: Forum Directory Error - Posted By Nick (nickb) on 26th Dec 07 at 8:34pm
Now there is a new error, with the Editing forum directory. Every time I try to modify the directory the whole page turns white, and the task bar at the bottom says "Done"

Here is my forum
http://ffnation.virtualforums.co.uk

~Darkmage

Re: Forum Directory Error - Posted By Ross (admin) on 27th Dec 07 at 12:44am
Fixed