Problems admin_edit.php - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Problems admin_edit.php (/thread-12268.html) |
Problems admin_edit.php - Blixten - 11-27-2010 08:56 PM Hi I have a problem inside the admin section of the page. When I want to edit domain, I get up this is a message of something that is wrong code on the side or are they a bug or maybe they will be as .. ============ admin_edit.php ============ Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. - Query: SELECT `admin_id`, `created_by`, `admin_type` FROM `admin` WHERE `admin_id` = ? ; ============ What can I do to correct this little problem Sorry Bad eng RE: Problems admin_edit.php - RatS - 11-28-2010 08:09 AM I tried it and I could not re-create. RE: Problems admin_edit.php - Blixten - 11-28-2010 06:08 PM re-create They are when you are editing domain from the admin panel then this error message up .. but if you go into Manage users then edit user, I get the means of which I wrote before. Very grateful for help |