Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
  #1  
Old 02-12-2013, 07:44 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default PHP 5.2 to PHP 5.3

We received a message from our hosting provider that they upgrade from PHP 5.2 to PHP 5.3 and things broke on our vbulletin site, assumption its some plugin's we are running so they had to revert back to PHP 5.2 . They are allowing us some time to correct this and make sure any plugins we are running will work for PHP 5.23, what is the best way to find plugins that wont run in PHP 5.2 ?

Has anyone ran into this issue and what did you do to correct it. I would hate to loose any important plugins because of PHP version incompatibility

Thanks
Reply With Quote
  #2  
Old 02-12-2013, 10:10 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try reading the modification threads. A while ago (last summer or a bit before?), some hosts started upgrading a bunch of servers to 5.3 and several users using vbulletin versions less than 3.8.5 start posting about errors. I'm sure they would have posted in the modification threads around then if there were problems with the modifications.
Reply With Quote
  #3  
Old 02-14-2013, 06:07 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Try reading the modification threads. A while ago (last summer or a bit before?), some hosts started upgrading a bunch of servers to 5.3 and several users using vbulletin versions less than 3.8.5 start posting about errors. I'm sure they would have posted in the modification threads around then if there were problems with the modifications.
I am running 3.87 though ?
Reply With Quote
  #4  
Old 02-14-2013, 06:13 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

.3.8.7 is compatible with PHP5.3. But, as I said, if you want to find out if the modifications are, then read the threads and see if anybody has complained about any problems with PHP5.3.
Reply With Quote
  #5  
Old 02-15-2013, 01:02 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive not seen any hack on here for 3.8.7 that didnt work because of php 5.3.xx, first you need to have them upgrade php back to 5.3.xx, then start trouble shooting via logging or displaying php errors on site.

You will see a numerous hacks/addons spit out deprecated code, but i havent see that stop their functionality either.
Reply With Quote
  #6  
Old 02-15-2013, 08:14 PM
DivisionByZero's Avatar
DivisionByZero DivisionByZero is offline
 
Join Date: Dec 2002
Location: South Bend, Indiana
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just wait until they jump the gun and start upping servers to 5.4 :-\
Reply With Quote
  #7  
Old 02-17-2013, 05:59 PM
CoffeeLovesYou CoffeeLovesYou is offline
 
Join Date: Feb 2010
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well,
I know when we first got 5.3, some products broke that were using TYPE=MyISAM. Had to change it to ENGINE=MyIsam, or something.
Also, we were getting some errors at the top of the forum that had to do with 2 files in our includes folder, and it required removing? or adding a & infront of some of the equal (=) signs.
Reply With Quote
  #8  
Old 02-17-2013, 06:27 PM
squidsk's Avatar
squidsk squidsk is offline
 
Join Date: Nov 2010
Posts: 969
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CoffeeLovesYou View Post
Well,
I know when we first got 5.3, some products broke that were using TYPE=MyISAM. Had to change it to ENGINE=MyIsam, or something.
Also, we were getting some errors at the top of the forum that had to do with 2 files in our includes folder, and it required removing? or adding a & infront of some of the equal (=) signs.
That's a mysql error when upgrading to mysql 5.1, as mysql 5.1 no longer supports using TYPE=X, so that has nothing to do with php.
Reply With Quote
  #9  
Old 02-18-2013, 12:37 AM
CoffeeLovesYou CoffeeLovesYou is offline
 
Join Date: Feb 2010
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by squidsk View Post
That's a mysql error when upgrading to mysql 5.1, as mysql 5.1 no longer supports using TYPE=X, so that has nothing to do with php.
k, but second part did have to do with a PHP version change
Reply With Quote
  #10  
Old 02-18-2013, 01:59 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those are simply deprecated error messages, which i stated in my initial post, it doesnt mean the hack wasnt working, its simply a message displayed by php to let you know your using old php coding & it should be updated.

display_errors = Off
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:36 PM.


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.04328 seconds
  • Memory Usage 2,239KB
  • 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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete