diogo Posted September 26, 2012 Posted September 26, 2012 After upgrading to 2.2.9 I'm getting an error while trying to access the templates page in the admin. -> Error Call to undefined method stdClass::attr() line 113 of ProcessTemplate.module All other processes seem to work just fine. Anyone can reproduce this?
ryan Posted September 26, 2012 Posted September 26, 2012 Diogo, I can't seem to duplicate here. Tried both master and dev 2.2.9. How recently did you update? I'm assuming master branch, but let me know if dev. The error indicates that a call to $modules->get('InputfieldRadios'); didn't succeed for some reason. First thing I would do is clear your modules cache. You can do this by going to Modules > Check for new modules. Does that resolve the error?
diogo Posted September 26, 2012 Author Posted September 26, 2012 You can do this by going to Modules > Check for new modules. Does that resolve the error? Yep!! Thanks 2
moose1 Posted September 28, 2012 Posted September 28, 2012 Yes, thank you for this, Ryan. I was afraid I was looking at mucking around with a PHP update. Running PW 2.2.8 on PHP 5.3.5, btw. Cheers. 1
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