It's not a sql error, its a php error (sql errors have to do with databases). It seems to not be able to find the functions exec_header_redirect. Are you using any sort of rewrite to redirect users to where other files are located? Something is messing with where it is looking for that file (the function exec_header_redirect is in the /includes/functions.php file which perhaps it can't find).
|