-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Setup fails at 94% - MacOS X / MAMP PRO #737
Comments
Currently Web installation runs a PHP script for installing data upgrades using PHP CLI. So if you have PHP CLI w/o mcrypt, you'll get this error on one of the final steps, as you describe. Until it's fixed, I'd suggest you to ensure that your PHP CLI has mcrypt installed and try the installation once again. About your first approach with installation - using |
Hello, You have the same problem as #714. P.S. how to set environment const http://stackoverflow.com/questions/146354/setting-php-variables-in-httpd-conf Thanks |
Please invoke |
@ooxi in MacOS default php does not exist mcrypt module, I said about solutions for this problem |
Best solution for mac os http://php-osx.liip.ch/ |
@ihor-sviziev with http://php-osx.liip.ch/ you can install many versions and you can switching simply change symlink |
@Den4ik @ihor-sviziev I think better solution it's use one php version from web and cli and use different versions for different projects. Or use packages @ihor-sviziev variant (if you want install all without MAMP and other built-in platforms) |
After countless dead neurons i managed to finish the install.
All fine and dandy.. the thing is i can't login to the bloody backend. It keeps redirecting to the same url with no error upfront
... Help ? or should I open a new issue ? |
@MihaiCraciun, thats interesting, seems like key is wrong. Easiest way to proceed (thats what i am doing), just drop DB, local.xml and all caches. |
What are the exact steps ?
Later edit: because I just tried them and it didn't solve the issue |
hmmm... can you check var/log/* maybe there some info, or var/reports/? |
only junk
|
Please, replace session file storage on db in local.xml and try login again. - <session_save>files</session_save>
+ <session_save>db</session_save> |
@MihaiCraciun , could you check cookies for the website? Are there cookies for "/pub/..."? |
Tried accessing from incognito but still no luck. I instaled two days ago so it's the latest version. I'll try later today with a fresh install and hope for the best. |
@kandy no luck :( deleted var, accessed through incognito to avoid cookies. |
Looks like the problem with domain name. Some browsers do not store cookies for top level domain. Try change your domain. example m2atheme.dev |
YEEEEEEEEEEESSSSS !!!!! thank you @kandy |
nice catch @kandy. |
+1 @kandy |
…t-UrlRewriteMap-develop-final MAGETWO-58924 - Url rewrite map table lock
Hey GUys, I am having the same issue. It looks like @kandy solution resolved the problem. Grateful if you'll could advice me where do I need to change the domain to try the solution and see whether it works for me. Regards, |
…me on additional storeview
…me on additional storeview
…me on additional storeview
…me on additional storeview
Hello guys,
I really want to get passed the install phase but I think something is not right.
I tryed installing magento 2 two times . First with a light composer.json found here http://magento.stackexchange.com/questions/41591/magento-2-composer-install/41628#41628
Got an error saying :
Quickly abandoned that and tried with the install steps from magento 2 repo : git clone, composer install in both root and setup folders.
I am on Mac OS Mavericks, using MAMP PRO 3.0.7.2, runing PHP 5.5.18
phpinfo says mcrypt is enabled but still when the installer reachers 94% I get this error :
What am I doing wrong ?
PS: i checked the Mac version of PHP which is 5.4.30 and that one doesn't have mcrypt but when i ran the installer it showed me the MAMP PHP version 5.5.18 mentioned above so in theory it should run with that version.
The text was updated successfully, but these errors were encountered: