We need to check for the E_STRICT warnings and clear it. statuses tags views handlers are throwing some warnings.
Need to check in all the places for this type of warnings.
We need to check for the E_STRICT warnings and clear it. statuses tags views handlers are throwing some warnings.
Need to check in all the places for this type of warnings.
Comments
Comment #1
icecreamyou commentedI've been running my local dev setup with
error_reporting = E_ALL | E_STRICTfor awhile now and haven't seen errors come up from Statuses under default settings. There may be errors that result from using some of the more obscure Views handlers, but did you have anywhere else in mind to check for these issues?Comment #2
mathankumarc commentedNope. Other than views handlers, I'm not able to find any E_STRICT errors.
Comment #3
icecreamyou commentedI think this is resolved. If there are any E_STRICT errors remaining we can open specific issues for them when they are encountered.