05-10-2011, 03:15 PM
[eluser]NotoriousWebmaster[/eluser]
I'm totally confused. Please help.
I've inherited this app, and it's my first experience with CI. Version 1.7.2.
The form tag:
I've taken the action link from Firebug (http://imaf.dev/index.php/imaf/new_draft_or_request) and plugged it into a new page, and it actually goes to the controller.
But when I hit the submit button on the form page, I get a 404 page in Firebug, but the form doesn't change.
I don't understand why it returns the 404 in Firebug, or why it isn't finding the controller.
Please let me know if you need anything else.
Thx for your help,
- AAA
I'm totally confused. Please help.
I've inherited this app, and it's my first experience with CI. Version 1.7.2.
The form tag:
Code:
<form method="post"
action="<?php echo base_url()?>index.php/imaf/new_draft_or_request"
enctype="multipart/form-data" id="newRequestForm">
I've taken the action link from Firebug (http://imaf.dev/index.php/imaf/new_draft_or_request) and plugged it into a new page, and it actually goes to the controller.
But when I hit the submit button on the form page, I get a 404 page in Firebug, but the form doesn't change.
I don't understand why it returns the 404 in Firebug, or why it isn't finding the controller.
Please let me know if you need anything else.
Thx for your help,
- AAA