cosmocode / dokuwiki-plugin-farmer

Completely manages a DokuWiki farm setup
https://www.dokuwiki.org/plugin:farmer
GNU General Public License v2.0
11 stars 6 forks source link

Empty login page on an animal site (“Greebo” on PHP 5.6.21.) #58

Closed shimmtak closed 6 years ago

shimmtak commented 6 years ago

Hi, thank you for your nice tools. I found the animal site's login page has been empty on the newest dokuwiki.

splitbrain commented 6 years ago

an empty page is always a sign of a fatal error. See if you can find an error log for your PHP.

shimmtak commented 6 years ago

Yes, some brower(chrome) suggested it was 500 error, but I had no error message in the HTTPD log. (The environment was on a hosting service, so I could not grab the error message. Sorry.) By the way, I found that the issue was related to the Farming->Configuration->Plugin State setting. When I disabled the setting, the issue was reproduced, but not when enabled. (I slightly relieved that I might be able to operate my site. ) I rechecked on the “Frusterick Manners” on PHP 5.3.3, the issue was not reproduced. It was reproduced only on Greebo.

micgro42 commented 6 years ago

Could you try installing the showphperrors plugin and activate the showphperrors option? This might print out the fatal error. (Don't use this plugin except for debugging. It might break other things or leak sensitive data)

shimmtak commented 6 years ago

Oh, thank you. After installed the showphpeperrors plugin, I found that the problem was caused by the fedauth plugin. I had disabled it before, but it was needed to uninstall it. Thank you for your help and nice tools.