CodeIgniter Forums
webserver disable eval() function - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: webserver disable eval() function (/showthread.php?tid=59216)



webserver disable eval() function - El Forum - 09-05-2013

[eluser]Unknown[/eluser]
I have problem with my application.

When I upload my application into webserver, my application doesn't run well. It's happen because the function of eval() is disable by webserver. And this function is on "system/database/DB.php"

Is there anyone can help me? Is there function to not use eval() function?


webserver disable eval() function - El Forum - 09-08-2013

[eluser]Bart v B[/eluser]
You have 3 solutions for that.
- Don't use active records.
- Ask kindly you webhoster to enable eval() , or do it your self.
- Move to another webhoster.