Jack Perry
Jack Perry
+1. Same thing happening to me on same versions of everything.
This is caused because CodeIgniter changed $_ci_cached_vars to a protected variable. Hopefully this can get fixed on either end.
You can comment out line 146 in MY_Parser.php, but I wouldn't recommend it, I don't know if it breaks anything anywhere else.
I tried that and it didn't work, but I made it empty (`{{ Form::open() }}`) and it worked. However I'm sure this isn't a smart solution. I am using the...
Ah, I was running "4.0.x" and not "4.0.x-dev", but I just changed it and did `composer update` and `{{ Form::open('login','POST') }}` still won't work. Same error.
I have powerpack installed yeah.
I installed PowerPacks for the HTML and Form classes. You're saying the latest Laravel 4 includes these now? Why was I getting the error before I switched to "4.0.x-dev" then,...
Interesting, however even after removing the PowerPack classes, the dev ones are producing the same error (must be of the type array), even though you said it supports the old...
I did, yep. Removed PowerPacks from composer.json, removed the providers and aliases from app.php, and ran composer update.
Haha, well that explains things! Thanks! On Sunday, March 10, 2013 at 8:20 PM, Mike Erickson wrote: > So, again this code should make it work for YOU (I will...