Auto backup problem

Discussion in 'General' started by informator001, Apr 16, 2008.

  1. informator001

    informator001 New Member

    Hello, I use ISPConfig 2.2.18, and more then 300 websites hosted.
    I discover a problem with a auto backup. Some of sites (with exists mysql database) do not have database in backup zip file.

    I try to look what's happend (in backup.php), $web is empty for this sites, but when I do the sql query manually, result is looking ok.

    So, what to do?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats not easy to say, the only way might be to debug the backup script on your server step by step and let the script print out the sql queries sent to the server and all results that it gets. There are currently no known bugs in this script.
     
  3. informator001

    informator001 New Member

    With some $web_id,

    $web = $mod->db->queryOneRecord("SELECT * from isp_nodes, isp_isp_web where isp_nodes.doc_id = '$web_id' and isp_nodes.doctype_id = 1013 and isp_nodes.doc_id = isp_isp_web.doc_id");

    $web - no value, and in mysql log do not exist that query.

    With manual query - result exists ad $web["web_mysql"] has value =1
     

Share This Page