Hi
I have recently joined as sysadmin and assigned to host in linux. Developer developed it in windows. I have hosted it but it does not work properly.
Issue no.1: While we login in admin panel first time after installation it logs in but next it does not. If we press ctrl+F5 it logs in but we can not click any menu.
Issue no.2: While we go for checkout it loads for ages but page does not come in.
Issue no.3: Some images does not display
Our developer himself can not run it linux and pointing this is sysadmin role. Can anyone help please?
Now I have installed magento2 fresh. Now where should I copy existing source code in my apache 2.4 web server? I would be grateful. Thanks
Issue no.1 & 2: Clear your cache and try again. Make sure that the right deploy mode is set. For development, the mode should be set to development and production for the live site.
Issue no.3: Some images does not display
Make sure that you have deployed the static content and the static content is symlinked.
Let me know if you need any further help.
run these in your project root and have look:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento static-content:deploy
php bin/magento cache:clean
Thanks for support.
Site is functioning properly in another hosting. But at new hosting for R&D it is not running.
Cache is cleaned.
It tries loading for ages at checkout... and stuck