-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Installation Error: [ERROR] exception 'Zend\Stdlib\Exception\RuntimeException' with message 'glob('/home/mage2/domains/magento2.uldev.co/public_html/magento2/app/code/Magento/Store/data/*', 8192) failed' in /home/mage2/domains/magento2.uldev.co/public_html/magento2/vendor/zendframework/zend-stdlib/Zend/Stdlib/Glob.php:85 #827
Comments
What OS and server are you running? |
That is on a CentOS 6.6 server with Apache 2.4.6 and MySql 5.6.14 |
Looks like it is attempting to use the system glob. According to php documentation http://docs.php.net/glob
Can you please confirm glob is working fine with a sample php as shown here #587 (comment) |
I made an empty directory and ran that test file pointing to it. Here is the output:
|
What about for a non existing directory? |
Running it on a non-existing directory returns this:
|
What version of php? |
PHP 5.4.21 I just tried the command line install and that worked fine. So there's something with the web install that was causing problems. |
Glad to hear that CLI worked fine. Web installed was successful on Ubuntu 14.04, Apache 2.4.7, PHP 5.5.9 and mySQL 5.6.19. Will try to recreate this issue on CentOS 6.6. |
Ok cool. Yeah looks like something environmental. Let me know if I can assist in any way. |
Verified that Web Setup is successful on CentOS release 6.6, Apache/2.2.15, PHP 5.5.18, MySQL 5.6.22 |
Hi @idawgik, let us know if you still facing the problem. |
Closed due long inactivity by creator. If you still have issue - feel free to reopen. |
When attempting to install Magento2, it errors out at the beginning of the install process.
This is the output from the console log during install:
It appears to be looking for the
app/code/Magento/Store/data/
directory which doesn't exist from the repo.I have run the
composer install
in the webroot.Am I missing something in the process?
The text was updated successfully, but these errors were encountered: