vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Read PMs (PM Management Suite Lite) (https://vborg.vbsupport.ru/showthread.php?t=209344)

BBR-APBT 03-28-2009 11:47 AM

Code:

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in forums/includes/class_bbcode.php(2459) : eval()'d code:24) in forums/includes/class_bbcode.php(2459) : eval()'d code on line 53
I get this error since the update

Mosh 03-29-2009 05:43 AM

Quote:

Originally Posted by BBR-APBT (Post 1778892)
Code:

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in forums/includes/class_bbcode.php(2459) : eval()'d code:24) in forums/includes/class_bbcode.php(2459) : eval()'d code on line 53
I get this error since the update

You have another hack installed that is using the bbcode_fetch_tags file hook, this is called as part of function fetch_tag_list that is probably causing the problem.

This hack does not use any file hooks at all, and has not changed the calls to the function fetch_tag_list between v3.8.002 and v3.8.005, and again, it does not call the bbcode_fetch_tags file hook.

You can try editing read_pms.php, find the 2 instances of:
PHP Code:

fetch_tag_list(''true

Change them to:

PHP Code:

fetch_tag_list() 

And re-upload the file.

If that does not fix it, then what I advise you to do is to check any hacks that use the bbcode_fetch_tags file hook and disable it, and see the problem re-occurs, if it does not then post in that hacks' support thread.

Nadeemjp 03-29-2009 09:16 AM

i dont know how to find the user manager and the read pms link. someone help?

veenuisthebest 03-29-2009 09:26 AM

Quote:

Originally Posted by Nadeemjp (Post 1779585)
i dont know how to find the user manager and the read pms link. someone help?

lol just look in admincp -> Users dropdown -> Read PM

shervin_dvb 03-29-2009 09:35 AM

i know
i want edit & delete from admincp no database
If can Add this Einrichtungen ist so easy work

Quote:

Originally Posted by mark370 (Post 1778454)
If you want to do this why dont you go into the mysql database and select the "pmtext" table ? there you can edit , read , delete :)


Mosh 03-29-2009 10:16 AM

Quote:

Originally Posted by shervin_dvb (Post 1779593)
i know
i want edit & delete from admincp no database
If can Add this Einrichtungen ist so easy work

Quote:

Originally Posted by 1st Post
IMPORTANT: This hack is now feature complete and there will be NO further updates, apart from fixing proven bugs.

Please read the above.

And even if this hack was not feature complete, I would still not be adding functions to edit/delete PM directly into this hack, this hack is called Read PMs, as that is all it does. It does have links to other parts of the AdminCP where you can delete all PMs for a user.

This is the second time I have posted that I will not be adding edit/delete functionality to this hack, I will not be replying to any more requests for this functionality, but I will also not be changing my mind at all.

pedroenf 03-29-2009 12:08 PM

Excellent update, as always. That's a pity that the high server load issue couldn't be solved and because of it i'll use both scripts Dream's and yours. Thank you again.

BBR-APBT 03-29-2009 03:39 PM

Quote:

Originally Posted by Mosh (Post 1779540)
You have another hack installed that is using the bbcode_fetch_tags file hook, this is called as part of function fetch_tag_list that is probably causing the problem.

This hack does not use any file hooks at all, and has not changed the calls to the function fetch_tag_list between v3.8.002 and v3.8.005, and again, it does not call the bbcode_fetch_tags file hook.

You can try editing read_pms.php, find the 2 instances of:
PHP Code:

fetch_tag_list(''true

Change them to:

PHP Code:

fetch_tag_list() 

And re-upload the file.

If that does not fix it, then what I advise you to do is to check any hacks that use the bbcode_fetch_tags file hook and disable it, and see the problem re-occurs, if it does not then post in that hacks' support thread.

That fixed it. I know what the other mod is that it was interfering with, it was the video directory remixed. Changing above what you said fixed it thanks a lot.

The Big Three 03-29-2009 05:49 PM

Can a regular admin upload this?

Mosh 03-29-2009 09:11 PM

Quote:

Originally Posted by The Big Three (Post 1779857)
Can a regular admin upload this?

If they have ftp access, then yes. But only Super Administrators can use this hack.


All times are GMT. The time now is 08:43 AM.

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.01254 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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