We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 5274
    • 177 Posts
    It should look like the attachment. I’m running an unreleased version but the screens look the same. Makes me wonder if the config.inc.php settings are fubar’d.
      • 9869
      • 41 Posts
      Thanx for this great script!

      Just the "Installation - Readme" should be including better advise. For example I dont know how to setup username,password in the config file... kiss
        --
        Design Agency - http://fruehjahr.ch
        • 5274
        • 177 Posts
        Quote from: flughund at Jan 01, 2009, 05:11 PM

        Thanx for this great script!

        Just the "Installation - Readme" should be including better advise. For example I dont know how to setup username,password in the config file... kiss

        Whoops! When I introduced the Config Tool I also deleted the config example file without updating the README instructions. Enter the username and password with a comma and no spaces in between: "username,password"

        The ability to change the values for usernames and passwords have been added to the Config Tool screen for the next version.
          • 9869
          • 41 Posts
          Ok, hm. The backup of the sql-tables dont work:

          - while backup process it seems that the dump is ok, but oafter there are no files??! Are I’m stupid?

          shocked
            --
            Design Agency - http://fruehjahr.ch
            • 5274
            • 177 Posts
            Quote from: flughund at Jan 02, 2009, 10:17 AM

            Ok, hm. The backup of the sql-tables dont work:

            - while backup process it seems that the dump is ok, but oafter there are no files??! Are I’m stupid?

            shocked

            Have you looked in the zip file at the backup/archive directory? Are you getting some error message(s) that you can share?
              • 9869
              • 41 Posts
              wow, you are fast!

              No error messages. And in the ZIP are only the safed directory files (or is the sql inside there in a deep folder?)...

              Have PHP 5.2

              Check this:
              http://img.skitch.com/20090102-cjsprmd6h1be23jasq5mienkyf.png

              and I’m running your script as amodule in the backend...
                --
                Design Agency - http://fruehjahr.ch
                • 9869
                • 41 Posts
                And here’s a snapshot of the backup-status:

                  --
                  Design Agency - http://fruehjahr.ch
                  • 5274
                  • 177 Posts
                  Quote from: flughund at Jan 02, 2009, 10:39 AM

                  wow, you are fast!

                  No error messages. And in the ZIP are only the safed directory files (or is the sql inside there in a deep folder?)...

                  Have PHP 5.2

                  Check this:
                  http://img.skitch.com/20090102-cjsprmd6h1be23jasq5mienkyf.png

                  and I’m running your script as amodule in the backend...

                  Make sure your /backup directory is included in directories path followed by recursive value of "true".

                  
                  // ==================================================
                  // GENERAL
                  // ==================================================
                  
                  site_url     = http://www.example.com/
                  base_path    = /home/user/public/
                  bkup_dir     = backup/
                  archive_dir  = backup/archive/
                  archive_name = example_bkup
                  seconds      = 180
                  megabytes    = 64
                  
                  // ==================================================
                  // DIRECTORIES
                  // ==================================================
                  
                  dir0 = /home/user/public/,true
                  dir1 = 
                  dir2 = 
                  dir3 = 
                  dir4 = 
                  dir5 = 
                  dir6 = 
                  dir7 = 
                  dir8 = 
                  dir9 = 
                  
                  
                    • 9869
                    • 41 Posts
                    Hm, I changed that but there’s still no sql-file after the backup...! undecided
                      --
                      Design Agency - http://fruehjahr.ch
                      • 5274
                      • 177 Posts
                      Quote from: flughund at Jan 02, 2009, 11:16 AM

                      Hm, I changed that but there’s still no sql-file after the backup...!  undecided

                      Where are you looking for the sql file? It will only be in the zip file.