CodeIgniter Forums
Data saves in the database, but shows error in the browser - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Data saves in the database, but shows error in the browser (/showthread.php?tid=48138)



Data saves in the database, but shows error in the browser - El Forum - 01-05-2012

[eluser]Unknown[/eluser]
Hi everyone,

I have this form that lets the user input data on the browser and save it to the database. Testing it, when I try to save the data, it gives me this error:
Quote:An Error Was Encountered

Unable to load the requested file: viewerrorpage.php
I don't remember having viewerrorpage.php included in my project.

But when I try to look in my database, the input data is there! Could the problem be just on my browser?

Any help will be much appreciated. Smile