Welcome Guest, Not a member yet? Register   Sign In
404 error
#11

[eluser]Bigil Michael[/eluser]
yes. thanks for your feedback
#12

[eluser]Noobigniter[/eluser]
You certainly return data without verifying that they exist.

in your model, instead of: return $data; try something like :
Code:
return isset($data) ? $data : show_404();

or check if the primary key of product exist.




Theme © iAndrew 2016 - Forum software by © MyBB