Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #41  
Old 03-27-2017, 06:46 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
VBG now has the Beta 3 releases for 3.8.11 & 4.2.5.

Just a note for anyone not aware.
Really sad to see you go Paul!

I no longer see the other 4.2.5 betas.. I only see 4.2.5 Beta 4.. Is this stable?
Reply With Quote
  #42  
Old 04-03-2017, 01:01 AM
Mattwhf Mattwhf is offline
 
Join Date: May 2016
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Really sad to see you go Paul!

I no longer see the other 4.2.5 betas.. I only see 4.2.5 Beta 4.. Is this stable?
our web hosting forum is running on this version.

It is running on php 7.1 and mariadb, https and installed some other hosting addons.

I don't see problems with it except some mods could need to fixed to be compatible with php 7.1
Reply With Quote
  #43  
Old 04-03-2017, 08:44 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this database error with 4.2.5.. Not running php 7.1 yet..running 7:

I am getting this database error with 4.2.5.. Not running php 7.1 yet..running 7:

Database error in vBulletin 4.2.5 Beta 4: Invalid SQL: SELECT fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize, a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder, at.contenttypes FROM attachment AS a INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) WHERE a.contentid = 222 AND a.contenttypeid = ORDER BY a.contentid, a.displayorder;

--------------- Added 03 Apr 2017 at 18:48 ---------------

Looks like a plug in.. I will check server logs..

--------------- Added 03 Apr 2017 at 19:23 ---------------

This must have been something cached after the upgrade because it is gone now and I cannot reporoduce.
Reply With Quote
  #44  
Old 04-03-2017, 09:55 PM
Mattwhf Mattwhf is offline
 
Join Date: May 2016
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
.. Not running php 7.2 yet..running 7:
What is PHP 7.2?

The latest PHP version is 7.1.3 http://php.net/downloads.php which I am using for my forum.

You should try to upgrade php 7 to php 7.1.3
Reply With Quote
  #45  
Old 04-03-2017, 09:58 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mattwhf View Post
What is PHP 7.2?

The latest PHP version is 7.1.3 http://php.net/downloads.php which I am using for my forum.

You should try to upgrade php 7 to php 7.1.3
Sorry, typo.. meant not running 7.1..

actually I am running 7.1.3
Reply With Quote
  #46  
Old 05-01-2017, 11:08 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The final release of 4.2.5 will be next week.
This allows vB4 to run on PHP 7.0 & PHP 7.1

JFYI, I have PHP 7.2 installed on a test server, and changes in that will upset vB4.
I'm leaving IB, so I wont [officially] work on any 4.2.6, and I'm certain no one else will either.
Reply With Quote
2 благодарности(ей) от:
charlesr, z3r0
  #47  
Old 05-01-2017, 05:17 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
The final release of 4.2.5 will be next week.
This allows vB4 to run on PHP 7.0 & PHP 7.1


JFYI, I have PHP 7.2 installed on a test server, and changes in that will upset vB4.
I'm leaving IB, so I wont [officially] work on any 4.2.6, and I'm certain no one else will either.
Do you know on top of your head if the deprecations listed here https://wiki.php.net/rfc/deprecations_php_7_2 are causing these errors/bugs?
Reply With Quote
  #48  
Old 05-01-2017, 07:35 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They are caused by two of the accepted RFCs for PHP 7.2

https://wiki.php.net/rfc#php_next_72

Specifically the "Deprecate and Remove Bareword (Unquoted) Strings" & "Counting of non-countable objects".


The forums limp along with error messages (Posting mostly breaks, esp via quick reply) - the ACP is rendered inaccessible.
Reply With Quote
  #49  
Old 05-04-2017, 09:04 AM
Kane@airrifle's Avatar
Kane@airrifle Kane@airrifle is offline
 
Join Date: Jun 2011
Location: ZA
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
The final release of 4.2.5 will be next week.
This allows vB4 to run on PHP 7.0 & PHP 7.1



JFYI, I have PHP 7.2 installed on a test server, and changes in that will upset vB4.
I'm leaving IB, so I wont [officially] work on any 4.2.6, and I'm certain no one else will either.

I think I speak for all VB4 holdouts when I say that I deeply appreciate your efforts on our behalf. Thank you.

Also, I think you need a more appropriate avatar.
Reply With Quote
5 благодарности(ей) от:
charlesr, CharlieDelta, grey_goose, Paul M, rhody401
  #50  
Old 05-07-2017, 08:20 AM
charlesr charlesr is offline
 
Join Date: Aug 2009
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just did a search for php7 with vb4 and ended up here. Looking forward to trying out 4.2.5

Thanks for the efforts!
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 11:05 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.06410 seconds
  • Memory Usage 2,287KB
  • Queries Executed 12 (?)
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
  • (6)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
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (7)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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete