'White Screen of Death' after saving site config
Reported by dleffler | August 11th, 2011 @ 02:09 AM | in Release Candidate 2 (closed)
To reproduce...in develop, but likely also in release (testing) branch
- Do a clean install
- HTMLTOPDF_PATH is set as define("HTMLTOPDF_PATH",' \'\'');
- Open the Site Configuration
- You'll notice what looks like a quote in that variable, but DO NOT change it as if you didn't notice it.
- Save the Site Configuration
- 'White Screen of Death'!
- HTMLTOPDF_PATH is now set as define("HTMLTOPDF_PATH",' \'\'');
Comments and changes to this ticket
-
expNinja August 11th, 2011 @ 05:23 PM
- State changed from new to resolved
(from [64be496ed2ad5c4c99390b2ddb4ba660a4143906]) Fixes "white screen of death" issue, where installing, then saving the site config would cause a define() in conf/config.php to be inpropperly saved. [#295 state:resolved] https://github.com/exponentcms/exponent-cms/commit/64be496ed2ad5c4c...
-
expNinja August 11th, 2011 @ 07:19 PM
(from [a218b16d037d48a5fd71749c1f282d98419063a8]) Fixes "white screen of death" issue, where installing, then saving the site config would cause a define() in conf/config.php to be inpropperly saved. [#295 state:resolved] (cherry-picking from commit 64be496ed2ad5c4c99390b2ddb4ba660a4143906) If the site is configured to allow a user to bypass captcha when logged in, a form module will fail on the confirmation page. The control plugin needed the $user object globalized. (cherry-picking from commit deb10aa9069c5d59058704e2019b91a49d437c08)
https://github.com/exponentcms/exponent-cms/commit/a218b16d037d48a5...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS