Welcome Guest, Not a member yet? Register   Sign In
why is post data not present
#21

[eluser]codeigniterzzz[/eluser]
hmm i c. let me give it a go.
#22

[eluser]codeigniterzzz[/eluser]
no that didn't solve the issue, as a matter of fact it sort of screwed with the project lol but everything is fine now. Just the post receiving is still not working...
#23

[eluser]Aken[/eluser]
First, don't put spaces in your HTML attributes. This is correct:

Code:
<form action="http://www.example.com" method="post">

Second, what does your .htaccess look like?

Related note: I'd say the most common reason POST data is removed is due to a redirect / refresh. Verify that you aren't performing any such actions, and that your .htaccess isn't either.
#24

[eluser]InsiteFX[/eluser]
Check your php.ini file and make sure that this is remarked out like below.
Code:
;enable_post_data_reading = Off
#25

[eluser]AMCerasoli[/eluser]
Man... I'm having the same problem... I don't get it... I have tested with all the 'uri_protocol' options and my .htaccess has this

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

Edit

I solved it, the problem was actually a corrupt file! :bug: I just reinstalled CI and now it works! :wow:




Theme © iAndrew 2016 - Forum software by © MyBB