Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-30-2013, 03:27 PM
hawaiibillT's Avatar
hawaiibillT hawaiibillT is offline
 
Join Date: May 2013
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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..
Reply With Quote
Благодарность от:
SanSource
  #2  
Old 10-30-2013, 06:59 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes the fix has been posted many times for 4.2.2
Reply With Quote
  #3  
Old 10-30-2013, 11:41 PM
magrabe magrabe is offline
 
Join Date: Nov 2011
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
Yes the fix has been posted many times for 4.2.2
Me 2 have same Warning
Reply With Quote
  #4  
Old 10-31-2013, 04:32 AM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
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.
Reply With Quote
  #5  
Old 10-31-2013, 08:28 AM
M.Iftikhar's Avatar
M.Iftikhar M.Iftikhar is offline
 
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
2 благодарности(ей) от:
BlueChipEarth, Disco_Dave
  #6  
Old 10-31-2013, 10:07 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaryT View Post
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
Reply With Quote
  #7  
Old 10-31-2013, 09:42 PM
hawaiibillT's Avatar
hawaiibillT hawaiibillT is offline
 
Join Date: May 2013
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 10-31-2013, 10:52 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hawaiibillT View Post
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
Reply With Quote
  #9  
Old 11-01-2013, 05:12 PM
hawaiibillT's Avatar
hawaiibillT hawaiibillT is offline
 
Join Date: May 2013
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #10  
Old 11-01-2013, 11:47 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04886 seconds
  • Memory Usage 2,264KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete