Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup issue - xxdb.sql directory does not exist. #1898

Closed
2 tasks done
Litan7 opened this issue Mar 30, 2016 · 1 comment
Closed
2 tasks done

Backup issue - xxdb.sql directory does not exist. #1898

Litan7 opened this issue Mar 30, 2016 · 1 comment

Comments

@Litan7
Copy link

Litan7 commented Mar 30, 2016

Expected Behavior (or desired behavior if a feature request)

Backup manually from Admin > Backup


Actual Behavior

Whoops!
Server Error: 500 (Internal Server Error)

However model images can be backup successfully.


Please confirm you have done the following before posting your bug report:


Please provide answers to these questions before posting your bug report:

The "C:\xampp\htdocs\snipeit\app\storage/dumps/2016033014146-db.sql" directory does not exist.
Open: C:\xampp\htdocs\snipeit\vendor\symfony\finder\Symfony\Component\Finder\Finder.php

        foreach ((array) $dirs as $dir) {
            if (is_dir($dir)) {
                $resolvedDirs[] = $dir;
            } elseif ($glob = glob($dir, GLOB_BRACE | GLOB_ONLYDIR)) {
                $resolvedDirs = array_merge($resolvedDirs, $glob);
            } else {
                throw new \InvalidArgumentException(sprintf('The "%s" directory does not exist.', $dir));
            }
        }
  • Include what you've done so far in the installation, and if you got any error messages along the way.
  • Indicate whether or not you've manually edited any data directly in the database
@snipe
Copy link
Owner

snipe commented Mar 30, 2016

Duplicate of #1483 and #1747

@snipe snipe closed this as completed Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants