kbutler64 Posted October 21, 2016 Posted October 21, 2016 Hi, I'm fairly new to ProcessWire and have an installation in which I get an error message (or maybe, more accurately, warning) from SystemUpdater saying that Update #12 has an error and it failed to apply update 12. In the error log I find the following errors: PHP Notice: Undefined variable: result in .../wire/modules/System/SystemUpdater/SystemUpdate12.php on line 48 PHP Warning: Cannot modify header information - headers already sent by (output started at .../wire/modules/ System/SystemUpdater/SystemUpdate12.php:48) in .../wire/modules/Process/ProcessPageView.module on line 142 PHP Warning: Cannot modify header information - headers already sent by (output started at.../wire/modules/System/ SystemUpdater/SystemUpdate12.php:48) in .../wire/modules/Process/ProcessPageView.module on line 746 I found something on the forum about $result=false in SystemUpdate12.php and had already made that change in order to get rid of an error which was preventing the CMS from loading. Now it loads, but I get those errors every time. Any ideas? By the way, ProcessWire is amazing!
adrian Posted October 31, 2016 Posted October 31, 2016 https://github.com/ryancramerdesign/ProcessWire/issues/2017 Even though I mention that I know why it was set to 11, now I can't remember, but if you go to Modules > Core > SystemUpdater and change it to 15 (assuming you are on a recent version of PW 3), I think that should get you back to normal. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now