vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - vFCoders - Hide Hack v4 (https://vborg.vbsupport.ru/showthread.php?t=282328)

J257DB4BC50F 10-09-2013 02:35 AM

Help me vbulletin 4.2.2 update
Warning: Only variables should be assigned by reference in ..../includes/vfchh/php/vfc_hide_core.php on line 267

Nirjonadda 10-09-2013 05:29 PM

Please update for work on 4.2.2,I have error issue.

Warning: Only variables should be assigned by reference in ..../includes/vfchh/php/vfc_hide_core.php on line 267

ikymbo 10-09-2013 07:46 PM

yes i have the same error :(

ozzy47 10-09-2013 10:07 PM

Warning: Assigning the return value of new by reference is deprecated in ....Bla Bla Bla

How to fix.

Open the file, includes/vfchh/php/vfc_hide_core.php, in that file find the following:

Code:

$this->registry =& $registry;
Replace with:
Code:

$this->registry = $registry;
Find:
Code:

$permission =& $this->check_permission($foruminfo);
Replace it with this:

Code:

$permission = $this->check_permission($foruminfo);

ikymbo 10-10-2013 09:36 AM

thanks, worked perfectly :)

ozzy47 10-10-2013 09:55 AM

Not a problem, glad to help. :)

Nirjonadda 10-10-2013 03:00 PM

@ozzy47 please can you give me line no? i cannot found this code line or can you edit and upload vfc_hide_core.php file ?

ozzy47 10-10-2013 07:48 PM

1 Attachment(s)
Here ya go. upload this to the folder, includes/vfchh/php

demonfatal 10-12-2013 01:10 PM

1 Attachment(s)
To let you know all links using the "[HIDE] tag(s)" are not available/working with the "Default Mobile Style"...
But if the "Mobile Style" is under the tab with the "Default Style", it is working...

https://vborg.vbsupport.ru/attachmen...1&d=1381591257

haytham 10-21-2013 05:06 PM

Installed but I have this strange issue. Any time I load a thread, I get asked for a username and password. I just click cancel and it goes away but it's annoying.


All times are GMT. The time now is 03:51 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.01566 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_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