![]() |
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
|
RE: Site performance, Server errors, outages and tunings - Tinker D - 17 Feb 2020 Have you tried to purge all cookies? RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Feb 2020 (17 Feb 2020, 07:02 )Tinker D Wrote: Have you tried to purge all cookies?Many times. And changing cookie domain, and changing cookie paths (also separately for the users and the admin)... RE: Site performance, Server errors, outages and tunings - Tinker D - 17 Feb 2020 When you say that you can’t log in, do you see the log-in screen or can you get that far. Second question: If you do see the log-in screen, can you enter your password? And last question would be: does the screen goes blank or does it do nothing except sit there displaying the log-in screen? RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Feb 2020 It's one of the typical WordPress issues, when you enter the credentials, the password is correct, but the page returns back to the login prompt. There are dozens of possible reasons. And I checked pretty much everything what is known. Including going back to the default theme, disabling all plugins, reboots in between, etc. And yes, different browsers. RE: Site performance, Server errors, outages and tunings - Tinker D - 17 Feb 2020 Ok, then it loops back to the log-in screen. You lost or deleted a link. And you say you checked everything YOU can think of. What about the links you haven’t checked? RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Feb 2020 No links involved, only one file wp-login.php. The cookies are not getting set, so it loops back. RE: Site performance, Server errors, outages and tunings - Tinker D - 17 Feb 2020 If the cookies are not getting set, then a subroutine got set wrong or the cookie is being cleared, indicating that the log-in never happen. RE: Site performance, Server errors, outages and tunings - Tinker D - 17 Feb 2020 Reload the wp-login.php and run a trace routine. That should tell you where the cookie got place. I’ll bet that the cookie is set, but it set in the wrong section, so the routing will never see it. Sort of like setting your car keys down in a place that you never did before and nor remembering where you set then. RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Feb 2020 (17 Feb 2020, 17:27 )Tinker D Wrote: indicating that the log-in never happen.This is exactly what happens. RE: Site performance, Server errors, outages and tunings - Tinker D - 18 Feb 2020 Get it fixed yet ? |