Like Ra in latex catsuit, latex mask and high heels
Like Ra's Naughty Playground

"silicone" "bodysuit"
Mr. Huge Muscle Bodysuit Crossdressing Men Fake Suit Full Bodysuit Man Silicone Monster Chest Cosplay Costumes Chest
$12518.66-50%

1d oil stockings
15D Ultra Thin Non-elastic Transparent Thigh High Stockings For Garter Belt Women Sexy Seamless Breathable Intimate Underwear
$4.11

shiny catsuit sexy unitard bodysuit
Metallic Spandex Bodysuit Shiny Catsuit Sexy Unisex Zentai Full Body Suit Costume Party Wet Look One Piece Unitard S-3XL
$236.51-21%

rope clip hanger ratchet
Heavy Duty Rope Hanger Ratchet Camping Tent Tool Dent repair tool Hanging Rope Clip Adjustable Automotive repair tools
$4.22

latex one piece adult sexy
sneakair without laces women's sport shoes running shoes woman shoes sneakers women white sports bity dropshipping mocasin 1229
$12.60-25%

"leohex"
LEOHEX-Women's High Cut Bathing Suit, Japanese Swimsuit, Sexy Monokini, One Piece, Long Sleeve, Female Bather, Summer Suit, New
$34.35

omsj faux leather sexy
OMSJ Female Faux Leather Slant Neck Twisted Pleated Off-shoulder Bodycon Fashion Solid Color High Waisted Short Dress Streetwear
$29.46-29%



To view Aliexpress you might need to switch your mobile browser to the Desktop version.


Ice self-bondage lock. From 1 hour to 4 hours
Ice self-bondage lock. From 1 hour to 4 hours
from €44.60

If you would like to use search functions, view hidden archives or play games, please consider registering.


Site performance, Server errors, outages and tunings
The operating system has just been upgraded from 18.04 LTS to 20.04.1 LTS. Quite a jump, not everything went smoothly. This is the first time when I refrained from usual Ubuntu upgrades in April and October every year and stuck to LTS (Long Time Support). Not sure it was the right decision - a lot has changed since then, OTOH, not all packages are up to date with Ubuntu releases.

As always, please let me know if everything is working fine here.
Reply
Found one 😟 Forum stats does not work because of ThankYou plugin SQL query:

Code:
SQL Error: 1055 - Expression #8 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'u.usergroup' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Query: SELECT l.pid, count( * ) AS likes, p.subject, p.username, p.uid, p.fid, p.tid, u.usergroup, u.displaygroup
                                                                        FROM mybb_g33k_thankyoulike_thankyoulike l
                                                                        LEFT JOIN mybb_users u ON (l.puid=u.uid)
                                                                        LEFT JOIN mybb_posts p ON (l.pid=p.pid)
                                                                        WHERE visible='1'  
                                                                        GROUP BY l.pid
                                                                        ORDER BY likes DESC, l.pid ASC
                                                                        LIMIT 0,20
        <back_trace>#0  errorHandler->error() called at [/inc/db_mysqli.php:597]


Hm... Investigating...
Reply
A similar one for the games section:
Code:
SQL Error: 3065 - Expression #1 of ORDER BY clause is not in SELECT list, references column 's.dateline' which is not in SELECT list; this is incompatible with DISTINCT
Query: SELECT DISTINCT s.gid, s.uid, s.username, s.score, g.title
        FROM mybb_games_scores s
        LEFT JOIN mybb_games g ON (s.gid=g.gid)
        WHERE g.active='1'
        ORDER BY s.dateline DESC
        LIMIT 0,1


That's the difference between MySQL 5.7 and 8. Apparently lots of plugins have to be tweaked. More work... 😟 Or change the sql_mode to silence some of them...
Reply
OK, the errors are "removed" by removing ONLY_FULL_GROUP_BY from sql_mode. So, everything is working now, but the plugins must be fixed anyway.
Reply
 Capture.JPG   

Hmmm....tried to upload a few .gif files and got the error message (above)

Not sure if its me or the site?

MJ
Reply
(30 Sep 2020, 15:28 )madjack Wrote: tried to upload a few .gif files
I bet they weren't gifs, but webm files with .gif extension. MyBB can upload only correctly "extended" files.
Reply
Just discovered that the registration system is broken after the upgrade. Investigating...
Reply
New SQL error: "SQL Error: 1364 - Field 'passwordconvert' doesn't have a default value".
Reply
Arrgh... The default STRICT_TRANS_TABLES should be removed from sql_mode...

Fixed!

Also removed two unused columns passwordconvert and passwordconverttype from mybb_users table.
Reply
(01 Oct 2020, 13:48 )Like Ra Wrote: STRICT_TRANS_

Now that sounds very kinky!

MJ
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Site reviews Like Ra 6 187 12 Feb 2025, 00:49
Last Post: Like Ra
Site access blocked from some public places Like Ra 11 5,350 07 Apr 2024, 01:18
Last Post: Like Ra
Site rendering on Apple devices Like Ra 85 13,980 13 Aug 2023, 17:25
Last Post: Like Ra
How to improve the site navigation Like Ra 10 7,312 03 Aug 2023, 23:27
Last Post: Like Ra
Performance problems Like Ra 0 7,227 11 Sep 2006, 00:04
Last Post: Like Ra