20 Nov 2016, 02:13
Fixed the "Thank you" button in the mobile version.
To view Aliexpress you might need to switch your mobile browser to the Desktop version.
If you would like to use search functions, view hidden archives or play games, please consider registering.
No activation mail? (Gmail is known for that) Please contact me directly!
Found or looking for something interesting on AliExpress or eBay? Start here!
Site performance, Server errors, outages and tunings
|
20 Nov 2016, 02:13
Fixed the "Thank you" button in the mobile version.
20 Nov 2016, 18:53
Small "problem": I was logged out and needed to log in again. I guess the cookie was EOL.
22 Nov 2016, 01:34
Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird...
23 Nov 2016, 03:15
(20 Nov 2016, 02:07 )Like Ra Wrote:(19 Nov 2016, 17:18 )Like Ra Wrote:(19 Nov 2016, 06:22 )madboyevil Wrote: Maybe the best thing would be to show them from new to last in my opinion?Good idea. I will have a look at how the plugin is written, most likely it's just a matter of a simple SQL tweak. The problem still remain. Here is an example of today, 22 november, 22:13:
23 Nov 2016, 03:55
(23 Nov 2016, 03:15 )madboyevil Wrote: The problem still remain. Here is an example of today, 22 november, 22:13:Hm... Currently the Alerts are sorted "descendantly" by the ID. PHP Code: $alerts = $this->db->write_query("SELECT a.*, u.uid, u.username, u.avatar, u.usergroup, u.displaygroup FROM " . TABLE_PREFIX . "alerts a INNER JOIN " . TABLE_PREFIX . "users u ON (a.from_id = u.uid) WHERE a.uid = " . (int) $this->mybb->user['uid'] . " AND (alert_type IN ({$alertTypes}) OR a.forced = 1) ORDER BY a.id DESC LIMIT " . (int) $start . ", " . (int) $limit . ";");
23 Nov 2016, 06:21
I guess this query is the same for the "popup" alerts and the "View All Alerts" link that redirects you to the full page of alerts... That's weird. I don't know if someone else could check this, but the issue still remains, the new alerts appear at the bottom
23 Nov 2016, 11:36
There are two queries but 'ORDER BY a.id DESC' is in both. I wonder if the old file was cached - just restarted fpm-php. Can you check again?
24 Nov 2016, 05:06
24 Nov 2016, 05:38
(22 Nov 2016, 01:34 )Like Ra Wrote: Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird... When you say " Pruned ", do you mean that if a user does not view the site or logs in, in 5 days, that user is droped and has to relog in or re-register? Looks like two lines of code got tied together. Something like a sintax error without the error alert. |
« Next Oldest | Next Newest »
|
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,354 |
07 Apr 2024, 01:18 Last Post: Like Ra |
|
Site rendering on Apple devices | Like Ra | 85 | 13,992 |
13 Aug 2023, 17:25 Last Post: Like Ra |
|
How to improve the site navigation | Like Ra | 10 | 7,315 |
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 |