- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have been having problems installing Magento 2.2.2 on my xampp local server. It is stuck at 0% and it remains like that for hours with no progress.
I have done the followings adjustments on php.ini still the same issue
memory_limit = 1024M
max_execution_time = 18000
max_input_time = 1800
Urgent help needed please.
Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@samir_arehGlad to hear that you were able to install in. Issue you are having is due to WAMP environment. Many user have faced the same in past.
Please go through the below URL for the different solution. One of them will definitely fix the issue you are having.
https://magento.stackexchange.com/questions/92660/magento2-admin-menu-panel-doesnt-work
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
Hello Damian
How do I go about that. Can you put me through
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
You need to refer below links for check error log of your server,
For cpanel related stuff,
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
Thank Rakesh for your reply,
I am installing Magento on my local server which xampp. and it freezes during installation.
Please I need urgent help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
Check your PHP version of WAMP server. Its might be incompatible technology stack of wamp server.
Magento 2.2 have specific technology stack which requires to install Magento 2.2 on wamp server.
Here is the link of magento 2.2 technology stack - http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
Compare your wamp server 's each component with technology stack - like Apache Version , Php Version etc.
If its not compatible then installed version which is compatible with Magento 2.2 Technology stack.
Also refer this link for magento 2.2 installed on wamp - http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
Then it will works !!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
while installing magento 2.2 .I have got this error .I am new to this platform.So dont know about this where i have to change it.Please guide me
Fatal error: Declaration of Zend\Mvc\Controller\PluginManager::get($name, ?array $options = NULL) must be compatible with Zend\ServiceManager\AbstractPluginManager::get($name, $options = Array, $usePeeringServiceManagers = true) in C:\xampp\htdocs\igo\vendor\zendframework\zend-mvc\src\Controller\PluginManager.php on line 211
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
Generally this error occurs when your PHP Version is Not Supported and Not Compatible with your magento 2 setup.
So As mention above check your PHP version and compares with Magento 2 Technology stack here is the link - http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
Refer this link for more details - https://magento.stackexchange.com/questions/210278/declaration-of-zend-mvc-controller-pluginmanager-...
Note : While installing Magento 2 make sure all component of your software (wamp , xampp) like PHP version , Apache Version , Mysql version are compatible with the Magento 2 Technology stack.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
My xampp PHP version is 7.1.12 which is compatible.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.2.2 installation
Yes 7.1.12 PHP Version is compatible.
Check your apache version which is needed 2.2 or 2.4
Also Make sure all the php extensions which is defined in technology stack are enabled .