I have a problem with my apache config file. when i try to run my webpage through apache, it doesnt allow me to carry out add or update sql statements. i know this because its in the error log. is there a way to edit the config file to stop the errors and allow these actions to happen?
Are you using MySQL? MySQL and Apache do not interact with each other directly. You might be using php and php error messages going to apache error log. If you are getting problems on insert and update only then the sql user might not have write (insert, update) permission on the database. Or check mysql config options in php.ini for errors.