vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   can you tell me what this means (https://vborg.vbsupport.ru/showthread.php?t=304010)

hawaiibillT 10-30-2013 02:27 PM

can you tell me what this means
 
can anyone please tell me what this means? it only shows up when I save or update an article. it appeared after I tried and failed to upgrade to 4.2.2


Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupmessage.php on line 261

Warning: Declaration of vBForum_Item_SocialGroupDiscussion::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupdiscussion.php on line 337

--------------- Added [DATE]1383149441[/DATE] at [TIME]1383149441[/TIME] ---------------

after looking at the php files some (not sure how many) judging by the download date at the bottom of the files some were 4.2.2 and some were 4.2.1 PL1 files. turned out to be not to hard to fix. should have looked at line 261 and line 337 before I posted..

ForceHSS 10-30-2013 05:59 PM

Yes the fix has been posted many times for 4.2.2

magrabe 10-30-2013 10:41 PM

Quote:

Originally Posted by ForceHSS (Post 2457307)
Yes the fix has been posted many times for 4.2.2

Me 2 have same Warning

K4GAP 10-31-2013 03:32 AM

Quote:

Originally Posted by ForceHSS (Post 2457307)
Yes the fix has been posted many times for 4.2.2

I know the guys wondering .... where?

According to his post count and join date he's a brand new member that needs more specific answers.

M.Iftikhar 10-31-2013 07:28 AM

You can do this
Open class_core.php file
In class_core.php locate these lines 5683-5685. These line code below
Code:

case E_NOTICE:   
        // Just ignore these completely //   
    break;

Replace with this

Code:

case E_NOTICE: 
      case E_STRICT;     
  case E_DEPRECATED;       
    // Just ignore these completely // 
      break;

I hope your problem will solved.

ForceHSS 10-31-2013 09:07 AM

Quote:

Originally Posted by GaryT (Post 2457400)
I know the guys wondering .... Where?

According to his post count and join date he's a brand new member that needs more specific answers.

https://vborg.vbsupport.ru/search.php I find this helps as it does save waiting. It is amazing what you can find

hawaiibillT 10-31-2013 08:42 PM

I've searched for the only other problem I'm having. cms and forums shows I'm running 4.2.2 in the footer while in the acp it shows I'm running 4.2.1 patch 1. in diagnostics Suspect File Versions it shows 4.2.2.

I'm running 4.2.1 patch1

ForceHSS 10-31-2013 09:52 PM

Quote:

Originally Posted by hawaiibillT (Post 2457561)
I've searched for the only other problem I'm having. cms and forums shows I'm running 4.2.2 in the footer while in the acp it shows I'm running 4.2.1 patch 1. In diagnostics Suspect File Versions it shows 4.2.2.

I'm running 4.2.1 patch1

reupload 4.2.2 file and run upgrade.php again

hawaiibillT 11-01-2013 04:12 PM

I've tried that and the upgrade keeps stopping before its finished then I have to re uploade 4.2.1 files. I think I'm just going to stay with 4.2.1 as its working fine other than showing the wrong version in a couple of spots. Maybe I'll try it again down the road but I've spent enough time as it is on trying to do it.

Lynne 11-01-2013 10:47 PM

An actual code edit to really fix the errors instead of hiding them is here - https://vborg.vbsupport.ru/showthread.php?t=303430


All times are GMT. The time now is 06:36 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.01510 seconds
  • Memory Usage 1,736KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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