Welcome Guest, Not a member yet? Register   Sign In
Error service unavailable
#5

(05-18-2018, 03:20 AM)InsiteFX Wrote:
PHP Code:
$this->db->trans_start();
$this->db->query('AN SQL QUERY...');
$this->db->query('ANOTHER QUERY...');
$this->db->trans_complete();

if (
$this->db->trans_status() === FALSE)
{
 
       // generate an error... or use the log_message() function to log your error


See if the transaction's are giving you the error.

Usually that error means that the web server is unavailable...

OK let me to try it
Reply


Messages In This Thread
Error service unavailable - by omid_student - 05-17-2018, 07:03 AM
RE: Error service unavailable - by jreklund - 05-17-2018, 07:32 AM
RE: Error service unavailable - by omid_student - 05-18-2018, 02:04 AM
RE: Error service unavailable - by InsiteFX - 05-18-2018, 03:20 AM
RE: Error service unavailable - by omid_student - 05-19-2018, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB