Welcome Guest, Not a member yet? Register   Sign In
form_helper function
#1

Hello,

Recently working to develop my CI 3 application into CI 4, but on the start with the form helper function i'm bumping on a error message.

   

Loaded everything correct (atleast I think so), is this a known bug inside CI 4 or is there something i've done wrong?


Thanks in advance

Kind Regards,
Erik
Reply
#2

(This post was last modified: 11-14-2016, 08:58 PM by kilishan.)

I can't see what it's saying is the actual error, but yes, it looks like it should be:

Code:
$getCsrf->globals['before']

with array access, not as an object there.

EDIT: I just pushed up a fix for that.
Reply
#3

(11-14-2016, 08:54 PM)kilishan Wrote: I can't see what it's saying is the actual error, but yes, it looks like it should be:

Code:
$getCsrf->globals['before']

with array access, not as an object there.

EDIT: I just pushed up a fix for that.

Thank you for the support and update!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB