Page 1 of 1

technical problem with snet website

Posted: Tue Nov 20, 2012 4:35 am
by FarhanYare
i get general error message popping up frequently :?

Re: technical problem with snet website

Posted: Tue Nov 20, 2012 4:38 am
by Tempzo
the whole place needs refurbishment had the same template for years ..

Re: technical problem with snet website

Posted: Tue Nov 20, 2012 4:40 am
by James Dahl
This is actually fixable if the administrator closes the database connections and makes sure persistent connections and open connections are closed.

like this:

Code: Select all

$db->sql_close(); $db = NULL;