![]() |
|
Site performance, Server errors, outages and tunings - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Mar 2026 New kernel, new libraries, new python, new PHP, new WordPress, reboot. RE: Site performance, Server errors, outages and tunings - Like Ra - 11 Mar 2026 And I have no idea what happened with the styles today. For some reason, some linked CSS files disappear from the headers. I will experiment a bit more with them - currently, the design is wrong a bit. Edit: OK, looks better now ... RE: Site performance, Server errors, outages and tunings - Like Ra - 16 Apr 2026 I've created more personal self-bondage subforums, and moved related threads into them. Let me know if I missed anything. RE: Site performance, Server errors, outages and tunings - Like Ra - 24 Apr 2026 Upgraded kernel, libraries, utilities, PHP, reboot. I need to upgrade PHP to 8.4 .... Give me encouragement and energy! RE: Site performance, Server errors, outages and tunings - YouMayDream - 24 Apr 2026 (24 Apr 2026, 00:05 )Like Ra Wrote: Upgraded kernel, libraries, utilities, PHP, reboot. Thank you kindly! Sending good vibes your way! 💓 RE: Site performance, Server errors, outages and tunings - Like Ra - 24 Apr 2026 The thread has reached 500K (502,171) views! RE: Site performance, Server errors, outages and tunings - Like Ra - 14 Jun 2026 New: kernel, libraries, Apache, MySQL, PHP - reboot. RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Aug 2026 I've started preparations for the PHP upgrade. Wish me luck, as this is the upgrade I've been postponing for years. I tried a couple of times, but reverted back because of various incompatibilities. But it must happen anyway, because the old PHP version is no longer supported... As always, watch my Xtwitter for the updates: https://x.com/like_ra - snapshot is taken - DB backups are saved - all packages are installed - all config files are updated - disabling all plugins - fixed PHP errors in the vital plugins ... - Going through the rest of the plugins... - All MyBB plugins look OK! There are multiple warnings, but no fatal errors. We are staying on PHP8.4!!! - Most WordPress plugins are back. One is replaced with a similar, but written for PHP8.x. - The gallery widget plugin crashes PHP, but no errors - I hated WordPress - Thanks to GLM5.2 by z.ai! It helped me to fix PHP errors! - PHP7.4 is completely removed! Yoohooo! - Had to disable the "Chat" - too many PHP errors, and it's useless anyway 😆 - Found the WordPress plugin which caused strange behaviour. As always, no errors, had to switch all plugins off and on one by one. - Upgrading the OS to the next LTS (26.04) - Partially upgraded. mysql-server failed to upgrade and start. - It turned out, that A LOT was changed in the new MySQL8.4 (which was installed instead of MySQL8.0). GLM5.2 helped me again! GLM5.2 Wrote:You successfully navigated a very messy upgrade path. To summarize what happened under the hood: you jumped from MySQL 8.0 to MySQL 8.4, which is a strict transition that removed deprecated variables (expire_logs_days, log-syslog) and disabled legacy authentication (mysql_native_password).- We are on Ubuntu 26.04! - Apparently, next upgrade will be even more challenging: MySQL Wrote:Note that the mysql_native_password plugin is removed in MySQL 9.0, so adding the configuration above does not work and can cause a configuration error because the mysql_native_password configuration is no longer valid on MySQL 9.0.- Discovered errors in some MyBB plugins... (e.g. "Go to Full Edit") - Webm/Webp support plugin kinda worked, but broke some other stuff. Apparently, I will have to manually update the core files again. MyBB forum upgrade first. - The forum is upgraded to the latest 1.8.40 - MCP functionality (for AI) is added to both the forum and the blog. Now I need to figure out how to make use of it 🤣 - Upgrading PHP to v8.5 - Upgraded PHP to v8.5! Now we have some time before 8.6 is released. Also, HEIC/HEIF format should be supported now, what is important for the next step. - The forum can be publicly accessed by MCP now: https://www.likera.com/forum/mybb/mcp-public.php - Fixed mail service (see below) This post is constantly updated! RE: Site performance, Server errors, outages and tunings - Like Ra - 27 Aug 2026 For my future reference (as I stumble upon that every time I upgrade the forum) - if posts with MyCode are empty: - check this post https://docs.mybb.com/1.8/faq/errors/ - change one line in inc/class_parser.php : Code: public $output_validation_policy = self::VALIDATION_REPORT_ONLY;RE: Site performance, Server errors, outages and tunings - Like Ra - 31 Aug 2026 Fully reconfigured postfix (mail), mail related DNS, configured opendkim. Looks like mail delivery is working now! Also to Gmail!!! All protocols are working now: SPF, DKIM and DMARC: Thanks to ChatGPT, DNS Doctor ChatGPT plugin and https://www.transip.nl/knowledgebase/3488-dkim-gebruiken-met-postfix Also, updated PHP. Took me around 8 hours today to fix the mail ... |