ryan Posted December 8, 2017 Posted December 8, 2017 This week I've been back in the office and enjoying working on the core. Big thanks to Bernhard Baumrock for his great post last week about Process modules. I was offline for about 10 days, so version 3.0.85 of ProcessWire on the dev branch has been largely focused on getting caught up with and resolving issue reports (at GitHub). Though there are a couple new things too, which are covered in this week's post: https://processwire.com/blog/posts/pw-3.0.85/ 10
maxf5 Posted December 8, 2017 Posted December 8, 2017 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in xxx/wire/core/WireData.php on line 329
cstevensjr Posted December 8, 2017 Posted December 8, 2017 43 minutes ago, maxf5 said: Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in xxx/wire/core/WireData.php on line 329 Are, you are having a problem after upgrading to PW 3.0.85? If so, please provide some additional information that will help us help you. Thanks. 3
maxf5 Posted December 8, 2017 Posted December 8, 2017 Yes, sorry for the short message. When i want to update from 3.0.84 to 3.0.85 this error appears. the frontend is crashed and the backend is in whitescreen. It happens when i update via the upgrades module or manually via ftp upload. Quote Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in xxx/wire/core/WireData.php on line 329 /** * Provides direct reference access to variables in the $data array * * Otherwise the same as get() * * @param string $key * @return mixed|null * */ public function __get($key) { return $this->get($key); }
monchu Posted December 9, 2017 Posted December 9, 2017 4 hours ago, maxf5 said: Yes, sorry for the short message. When i want to update from 3.0.84 to 3.0.85 this error appears. the frontend is crashed and the backend is in whitescreen. It happens when i update via the upgrades module or manually via ftp upload. I did the upgrade, everything is fine. I think there are some corrupt files during the FTP upload. 1
mel47 Posted December 9, 2017 Posted December 9, 2017 Thanks for this great addition about checkbox! Does it will eventually be available for Form builder? Thanks
ryan Posted December 10, 2017 Author Posted December 10, 2017 Yes, it should be automatically available in FormBuilder if you are using PW 3.0.85
mel47 Posted December 12, 2017 Posted December 12, 2017 Yeah, sorry, works fine. After some cache refreshing I guess. Anyway, now it works!
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