Strange Behavior
Moderator: admin
- dusty
- Platinum Member
- Posts: 21530
- Joined: Wed Nov 22, 2006 6:52 am
- Location: Tucson (Wildcat Country), Arizona
Strange Behavior
The forum is acting rather strange.
Check the posts in the thread entitled "Best Bearings Available". Several of them have no text.
I have also been unable to respond to some threads with quotes. I get a message standing that the text is too short.
I have attempted to attach a screen print to this post and it is being rejected.
Check the posts in the thread entitled "Best Bearings Available". Several of them have no text.
I have also been unable to respond to some threads with quotes. I get a message standing that the text is too short.
I have attempted to attach a screen print to this post and it is being rejected.
"Making Sawdust Safely"
Dusty
Sent from my Dell XPS using Firefox.
Dusty
Sent from my Dell XPS using Firefox.
- JPG
- Platinum Member
- Posts: 35598
- Joined: Wed Dec 10, 2008 7:42 pm
- Location: Lexington, Ky (TAMECAT territory)
Re: Strange Behavior
Started last night. 
╔═══╗
╟JPG ╢
╚═══╝
Goldie(Bought New SN 377425)/4" jointer/6" beltsander/12" planer/stripsander/bandsaw/powerstation /Scroll saw/Jig saw /Craftsman 10" ras/Craftsman 6" thicknessplaner/ Dayton10"tablesaw(restoredfromneighborstrashpile)/ Mark VII restoration in 'progress'/ 10E[/size](SN E3779) restoration in progress, a 510 on the back burner and a growing pile of items to be eventually returned to useful life. - aka Red Grange
╟JPG ╢
╚═══╝
Goldie(Bought New SN 377425)/4" jointer/6" beltsander/12" planer/stripsander/bandsaw/powerstation /Scroll saw/Jig saw /Craftsman 10" ras/Craftsman 6" thicknessplaner/ Dayton10"tablesaw(restoredfromneighborstrashpile)/ Mark VII restoration in 'progress'/ 10E[/size](SN E3779) restoration in progress, a 510 on the back burner and a growing pile of items to be eventually returned to useful life. - aka Red Grange
-
masonsailor2
- Platinum Member
- Posts: 1564
- Joined: Wed Feb 05, 2014 11:57 am
- Location: Las Vegas NV
Re: Strange Behavior
There was a point yesterday I could not access the site and when I finally did I got a long error message whenever I tried to upload to the site.
Paul
Paul
-
masonsailor2
- Platinum Member
- Posts: 1564
- Joined: Wed Feb 05, 2014 11:57 am
- Location: Las Vegas NV
Re: Strange Behavior
I still get it. I took a screen shot this time
Paul
Paul
- Attachments
-
- IMG_5109.JPG (126.24 KiB) Viewed 10532 times
Re: Strange Behavior
Here's what mine looks like - Just like Paul's, but a lot longer.
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 370: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
Shopsmith logo
I get this stuff at the top of the screen when I first load the forum. From there it appears t the screen top periodically. No special references. Just an irritant.
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 370: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
Shopsmith logo
I get this stuff at the top of the screen when I first load the forum. From there it appears t the screen top periodically. No special references. Just an irritant.
Octogenarian's have an earned right to be a curmudgeon.
Chuck in Lancaster, CA
Chuck in Lancaster, CA
Re: Strange Behavior
I am getting that too, (I am using the Subsilver2 board style). Also on pages that the error code shows at the top the type size is several sizes larger, the next page of the same thread will be back to normal.
It would appear that Admin has done an update on the PHPbb software.
A Google search on revealed.
The new version is using PHP7 (PHP:Hypertext Preprocessor7) which was introduced in 2015. It is said to run 15% faster than the previous version and also use less memory.
The offending instruction (preg_replace(): with the /e modifier) was Depreciated in PHP5.5.0 (2013) and removed in PHP7 (2015) as it is a security vulnerability.
So some of our PHPbb code will have to be modified to replace the offending instruction.
ps I tried to include links in the above but it caused the "your message includes too few characters" error and wouldn't post. so the editor is affected.
It would appear that Admin has done an update on the PHPbb software.
A Google search on revealed.
The new version is using PHP7 (PHP:Hypertext Preprocessor7) which was introduced in 2015. It is said to run 15% faster than the previous version and also use less memory.
The offending instruction (preg_replace(): with the /e modifier) was Depreciated in PHP5.5.0 (2013) and removed in PHP7 (2015) as it is a security vulnerability.
So some of our PHPbb code will have to be modified to replace the offending instruction.
ps I tried to include links in the above but it caused the "your message includes too few characters" error and wouldn't post. so the editor is affected.
Ron Dyck
==================================================================
10ER #23430, 10ER #84609, 10ER #94987,two SS A-34 jigsaws for 10ER.
1959 Mark 5 #356595 Greenie, SS Magna Jointer, SS planer, SS bandsaw, SS scroll saw (gray), DC3300,
==================================================================
10ER #23430, 10ER #84609, 10ER #94987,two SS A-34 jigsaws for 10ER.
1959 Mark 5 #356595 Greenie, SS Magna Jointer, SS planer, SS bandsaw, SS scroll saw (gray), DC3300,
Re: Strange Behavior
Apologies to all. A system update changed the systems behavior in a way that is causing problems in the forum.
I will be installing updates that will fix it.
I will be installing updates that will fix it.
Shopsmith I.T.
Re: Strange Behavior
I've applied a patch that should fix everything that was broken in the system update. Please let me know if you see anything that is still has problems.
admin wrote:Apologies to all. A system update changed the systems behavior in a way that is causing problems in the forum.
I will be installing updates that will fix it.
Shopsmith I.T.
- BuckeyeDennis
- Platinum Member
- Posts: 3812
- Joined: Tue Jul 24, 2012 10:03 pm
- Location: Central Ohio
Re: Strange Behavior
Thanks, Admin. Especially for fixing it on a holiday-weekend Sunday -- way above and beyond the call of duty!
Re: Strange Behavior
The "youtube" BBCode is still not working. The error line at the top of the screen reads as follows.admin wrote:I've applied a patch that should fix everything that was broken in the system update. Please let me know if you see anything that is still has problems.
admin wrote:Apologies to all. A system update changed the systems behavior in a way that is causing problems in the forum.
I will be installing updates that will fix it.
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 91: preg_replace_callback(): The /e modifier is no longer supported, use preg_replace_callback instead
Ron Dyck
==================================================================
10ER #23430, 10ER #84609, 10ER #94987,two SS A-34 jigsaws for 10ER.
1959 Mark 5 #356595 Greenie, SS Magna Jointer, SS planer, SS bandsaw, SS scroll saw (gray), DC3300,
==================================================================
10ER #23430, 10ER #84609, 10ER #94987,two SS A-34 jigsaws for 10ER.
1959 Mark 5 #356595 Greenie, SS Magna Jointer, SS planer, SS bandsaw, SS scroll saw (gray), DC3300,