Forum Moderators: phranque

Message Too Old, No Replies

Apache config

         

Ben_H

10:20 am on Nov 20, 2006 (gmt 0)

10+ Year Member



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?

phranque

5:21 pm on Nov 20, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



a cgi script will typically send warning messages to the apache log file.
this does not mean the server is causing the error to occur - it merely allows it to occur and reports the results.
i would first check that your script has a connection to the database.
(db name, user & password must be correct).
if this isn't working - have you tried accessing that database through the command line module using the same parameters?