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

(This post was last modified: 05-18-2018, 03:22 AM by InsiteFX.)

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...
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
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