Welcome Guest, Not a member yet? Register   Sign In
Edit Uploaded image and edit the image file name
#4

[eluser]Neoraj3.0[/eluser]
Ok I figured out my 2 codeigniter noob errors so now it works (minus some good old fashion upload errorchecking):

1) I did not specify the ID so:

Code:
$this->project->update_project($data);

became:

Code:
$this->project->update_project($projectID, $data);


2) the redirect came to soon on the logic and was messing up the update:

Code:
redirect(base_url().'projects/allprojects');

//this is now below the last load view footer


Messages In This Thread
Edit Uploaded image and edit the image file name - by El Forum - 09-20-2014, 03:01 PM
Edit Uploaded image and edit the image file name - by El Forum - 09-20-2014, 07:46 PM
Edit Uploaded image and edit the image file name - by El Forum - 09-21-2014, 04:24 AM
Edit Uploaded image and edit the image file name - by El Forum - 09-21-2014, 01:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB