View Single Post
  #2  
Old 02-01-2006, 07:59 AM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

That is a bizarre error, not sure what is causing it. I've been all over vBorg, vBcom, Google looking for other instances of such, and cannot find a decent explanation, especially in light of the fact that your forum is working okay.

Both your forum and PhotoPlog call in vB's global file, which in turn calls in vB's init file. The init file uses the same procedure to set $vbulletin->bf_ugp regardless, so it's weird that your forum is working but PhotoPlog is not.

One thing to try is to echo out some information, maybe it'll give a clue.

In vB's class_core.php file find:
Code:
Content visible to registered users only.
And temporarily replace with:
Code:
Content visible to registered users only.
And then call PhotoPlog from your browser.

What do you see on screen?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote