Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

humans_21909=1 error in codeigniter project [closed]

Some controller functions in codeigniter is setting up humans_21909 cookie. And the page source appears to be as follows

<script>document.cookie = "humans_21909=1"; document.location.reload(true)</script>

The same project worls perfectly on local server. but on live server it shows this stuff.

like image 260
Roopesh M Avatar asked Feb 12 '26 06:02

Roopesh M


2 Answers

This is a network related issue. I just switched my internet connection to different wifi and it works fine. Don't know more about this error but it solved by this way.

like image 142
TheTiger Avatar answered Feb 16 '26 17:02

TheTiger


Just change the name of the function which returns that error. eg from register() to account_register().

like image 32
Jerry Sam Avatar answered Feb 16 '26 16:02

Jerry Sam