vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Avatar & Signature in UserCP (https://vborg.vbsupport.ru/showthread.php?t=61079)

Allan 02-02-2004 09:55 PM

i'm an error SQL :

Code:

Fatal error: Call to undefined function: parse_bbcode() in c:\xxxxxxxxxxxxxxxxxx\xxxxxxxx\xxxxx\rc3\usercp.php on line 416
when i click on "usercp.php" :(

Natch 02-03-2004 03:43 AM

If a board does not have the Reputation system enabled, this bug will occur: as it is the Reputation code system that called the include for functions_bbcodeparse ...

To fix this:

FIND:
PHP Code:

require_once('./includes/functions_bbcodeparse.php'); 

MOVE THIS UP TO JUST BELOW:
PHP Code:

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once(
'./includes/functions_forumlist.php');
require_once(
'./includes/functions_user.php'); 

Great idea for a hack assassingod :)

[high]* Natch clicks install[/high]

assassingod 02-03-2004 05:41 AM

Thanks Natch. Socrate, have you tried the fix by Natch?

Allan 02-03-2004 06:00 AM

Quote:

Originally Posted by assassingod
Thanks Natch. Socrate, have you tried the fix by Natch?

veiled, Ca goes very well on the RC3, thank you for your assistance Natch ;)

Thank you has you Pretty job Assassingod :)

* Click Install*

MindTrix 02-03-2004 04:52 PM

Your calling yourself a vb.org moderator even on a test board :p hehe. Nice work mate thanks for releasing.

assassingod 02-03-2004 04:55 PM

Quote:

Originally Posted by MindTrix
Your calling yourself a vb.org moderator even on a test board :p

I'm proud of my title:)

Thanks for the good feedback!

Boofo 02-05-2004 12:28 PM

Here you go, Steve. I tried to upload this to you in pm but they must not have attachments in pms here. This file is something a did a while back for my own site and never released, but it will fix anyone's problems with this hack. Check it out and add it to your hack if you wish. ;)

Allan 02-05-2004 08:15 PM

Quote:

Originally Posted by Boofo
Here you go, Steve. I tried to upload this to you in pm but they must not have attachments in pms here. This file is something a did a while back for my own site and never released, but it will fix anyone's problems with this hack. Check it out and add it to your hack if you wish. ;)

PHP Code:

Fatal errorCall to undefined function: parse_bbcode() in c:\program files\xxxxxx\xxxxxxxxxx\xxxxxxxxxxx\usercp.php on line 416 

:(

Boofo 02-05-2004 08:19 PM

Then you did something wrong. That is the same exact code I am using on my site and I get no such error. ;)

I am using 3.0 RC3. What version are you using?

Allan 02-06-2004 11:45 AM

Quote:

Originally Posted by Boofo
Then you did something wrong. That is the same exact code I am using on my site and I get no such error. ;)

I am using 3.0 RC3. What version are you using?

I also use the rc3 :rolleyes:

I D-will test it on a virgin RC3 of all hack and I say to you what have some.


All times are GMT. The time now is 09:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01090 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete