Your error message indicates that somewhere in your code you're trying to access an element subtype
in an array, but nowhere in the code you've posted are you doing that.
Please post the code that you have changed, the code that contains the subtype
retrieval.
citricsquid said:
Your error message indicates that somewhere in your code you're trying to access an element
subtype
in an array, but nowhere in the code you've posted are you doing that.Please post the code that you have changed, the code that contains the
subtype
retrieval.
I put it here http://help.laravel.io/ece7df7e0136b5bf04cf5ed5ea0a3cdfbd08cda8
To add to this, I think I declared everything the way its supposed to be, the issue I think is related to how the employee we had programming this used "cache". I have a collection file called DocLogCollection.php which is the one where I declared sType but it seems as if it is not taking my modifications, it is still using the previous one where I did not have sType, does this makes sense to anyone? To test it I commented it out pretty much the whole code and it will still do the previous process prior to adding the new drop down. Here is the collection file: http://laravel.io/bin/4BlyD
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community