Welcome Guest, Not a member yet? Register   Sign In
Validation variables missing
#9

[eluser]scott9s[/eluser]
I Had the same issue. CodeIgniter worked great on my PHP5 dev box, but when I go to deploy, I get all sorts of errors. I come to find out my production box is PHP4.

After a few hours or wringing CodeIgniter's neck, I found this post.

This worked for me:

====
*do not* load Validation class in either the constructor or autoload.php
====

In fact, I was not able to load the database class either in autoload either for PHP4, but I was not too worried about that.

I had to adjust a few items in code regarding string manipulation, but that was my code specific. Thanks for your post.


Messages In This Thread
Validation variables missing - by El Forum - 12-30-2007, 03:51 PM
Validation variables missing - by El Forum - 12-30-2007, 04:07 PM
Validation variables missing - by El Forum - 12-30-2007, 04:15 PM
Validation variables missing - by El Forum - 12-30-2007, 04:17 PM
Validation variables missing - by El Forum - 12-30-2007, 04:32 PM
Validation variables missing - by El Forum - 12-31-2007, 03:00 AM
Validation variables missing - by El Forum - 01-06-2008, 03:04 PM
Validation variables missing - by El Forum - 01-07-2008, 09:33 PM
Validation variables missing - by El Forum - 01-10-2008, 09:13 AM
Validation variables missing - by El Forum - 01-12-2008, 01:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB