PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.5.X (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/)
-   -   Fatal error: Call to undefined function: parse_bbcode2() (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/118750-fatal-error-call-undefined-function-parse_bbcode2.html)

ConqSoft July 16th, 2005 06:59 PM

Re: vBa Gallery 1.0.1 (vB 3.5) Released!
 
Hmm.

I'm getting:
Fatal error: Call to undefined function: parse_bbcode2() in /usr/www/users/fbforums/forums/includes/functions_gallery.php on line 1082

ConqSoft July 16th, 2005 08:05 PM

Re: vBa Gallery 1.0.1 (vB 3.5) Released!
 
Ok, I'm stumped. Can't see anything that I missed. Anyone else run into this?

ConqSoft July 16th, 2005 08:35 PM

Re: vBa Gallery 1.0.1 (vB 3.5) Released!
 
Yeah, I was running 1.0.1 before, so everything was still set up correctly. If I go directly to showimage.php it works fine. Just the main Gallery page for some reason. Still playing around with it...

ConqSoft July 16th, 2005 08:43 PM

Re: vBa Gallery 1.0.1 (vB 3.5) Released!
 
Figured it out. If you have the Description field enabled for the Latest and Random images on your main gallery page, you get the above error.

Brian July 16th, 2005 09:53 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
If you'll look in your includes/functions_gallery.php file for this code:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
Then find:
Code:

Content visible to verified customers only.
Replace with:
Code:

Content visible to verified customers only.
And that should take care of the problem.

ConqSoft July 16th, 2005 09:58 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
Yep, fixed.

imported_Kaelon July 19th, 2005 12:06 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
nice. This should be replaced in the zip file, since the zip gallery still has corrupt documents.

imported_Kaelon July 19th, 2005 12:23 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
Addendum: I implemented the fix above, and now I get a new error message:

Quote:

Fatal error: Call to a member function on a non-object in /path/to/forums/includes/functions_gallery.php on line 1082
... un-ticking the "Descriptions" on the Gallery Settings, Main Page display, allows the front page to load up fine. Thoughts?

ConqSoft July 19th, 2005 12:24 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
Try starting with a clean file and making the change again. It worked perfectly for me.

imported_Kaelon July 19th, 2005 12:51 PM

Re: Fatal error: Call to undefined function: parse_bbcode2()
 
Weird - that totally fixed it. :)

Thanks, gang!


All times are GMT -5. The time now is 08:46 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97