Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Form validation always returning FALSE
#9

[eluser]kaisama[/eluser]
@luckyfella73
No, it's not that. I know codeigniter's user guide encourages us to use the PHP4 method to declare a class, but I use the PHP5 method. Seems cleaner to me. As such, I also use the MY_Controller method for my other pages, as described here.

But 8D I did go ahead and change the code to try it out, didn't change anything though.

--

@progr@mmer
I used the same .htaccess that I used on my main (somewhat public) site, where the form validation works as it should. But, here it is:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|public|user_guide|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]

I tried the.htaccess code from the page you provided, but... it still didn't change anything ):


Also, I do use Phil Sturgeon's template, module, and asset libraries. But disabled them from loading to see if they were the culprit somehow? But again, nothing.

Maybe I do need to just start with a clean install again and slowly work my way up. I'm out of idea's on what it could be.


Messages In This Thread
[SOLVED] Form validation always returning FALSE - by El Forum - 08-23-2010, 07:45 PM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 12:56 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 01:01 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 06:26 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 07:22 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 08:28 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 08:43 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 10:36 AM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 01:53 PM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 02:06 PM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 03:24 PM
[SOLVED] Form validation always returning FALSE - by El Forum - 08-24-2010, 03:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB