Login failed with PHP 7.2 #328
-
Hello Everybody,
I get "Login Failed" even if I could set all the initial data of the fresh installation. I read, that Yellow should set a cookie for a working login, but there comes not a cookie. Setting cookies is allowd for the ip of this server. I have no idea, what I can do now. I addition to that I get:
Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments
-
Me again, Apache log file sayes,
|
Beta Was this translation helpful? Give feedback.
-
Have you installed Yellow using the setup wizard provided by the edit plugin or on the command line? Regarding Curl: You need the appropriate PHP module in addition to the actual curl libraries. Try installing the php7.2-curl package, (might vary on your system) this should solve the updater problem. HTH |
Beta Was this translation helpful? Give feedback.
-
I just did an update from command line using with the result:
and now I can no more edit pages: The email or password is incorrect. Please try again. |
Beta Was this translation helpful? Give feedback.
-
I have also this issue. Just make PHP version from 7.2 to 7.1 or 7.0 |
Beta Was this translation helpful? Give feedback.
-
@schulle4u But a login is not possible. @Rustapo |
Beta Was this translation helpful? Give feedback.
-
@IngoBelka But I give suggestion to resolve this issue.
|
Beta Was this translation helpful? Give feedback.
-
@Rustapo: works for me, thanks !!! |
Beta Was this translation helpful? Give feedback.
-
@Rustapo |
Beta Was this translation helpful? Give feedback.
-
After some debugging it looks like something is broken in the PHP 7.2 version that comes with Ubuntu Server 18.04 LTS. Here's a short test case that works fine with previous PHP versions, but it doesn't work with PHP 7.2.5: Script:
Result:
As a workaround disable the PHP OpCache. For example add the following to your
|
Beta Was this translation helpful? Give feedback.
-
Hej Mark, I switched back to PhP7.2.x and set |
Beta Was this translation helpful? Give feedback.
-
After install Yellow v0.7.5 then update online, it seems to work now After looking at the PHPInfo from my webhost: PHP is v7.2.8-1 If someone can test with the same PHP version, please confirm .. |
Beta Was this translation helpful? Give feedback.
-
Good news, Ubuntu has updated to PHP 7.2.10 which finally includes the bugfix:
Should be working now. |
Beta Was this translation helpful? Give feedback.
-
I can confirm 7.2.10 as working. |
Beta Was this translation helpful? Give feedback.
Good news, Ubuntu has updated to PHP 7.2.10 which finally includes the bugfix:
Should be working now.