I am having some trouble with the display on both the front and back end after installing Magento 2.0.2. This is a fresh install.
I can't see any error codes. I have looked through and tried using information for similar issues on previous posts, but none are using Magento 2.0.2 and i cannot figure out how to fix the problems. I think it could be an apache re write issue, but perhaps someone might have more insight into what could be causing the display problems.
I have put a couple of screen grabs below, any help is greatly appreciated.
Front End
Back End
It's a deploy issue of Magento 2. Run this command on your magento directory:
php bin/magento setup:static-content:deploy
You can see more at here
If your Magento instance runs in the "developer" mode please validate this conditions:
"mode_rewrite" is enabled on your web server;
.htaccess files are allowed by web server configuration (AllowOverride All);
your web server has write access to ./pub & ./var folders under your Magento 2 instance;
Related
I am working on a magento site where i installed Post Danmark - Pacsoft Online - 1.6.1
Everything is working fine but cronjob for Track & Trace is not work. Anyone can help me, I am really stuck.
Thanks in advance.
Just set up cron.php on Magento installation root i.e same directory as your bootstrap index.php file, your server, if you are unaware of that let me know will give you details.
When I login on Magento, it redirects me to the login screen with the url:
http://www.notitieboekjes.nl/index.php/everlake/index/index/key/5cc09b2a09c7081ba3806585fce1347a/
I do not get an error message of any kind.
I've found quite some posts about this, but all are about a Local Server.
I have a clean magento (1.8.1.0) install on a VPS.
Tried everything from this post (which is about a VPS, but solutions are aimed at a local):
Can't login to Magento admin
&
http://www.magentocommerce.com/wiki/how_to_fix_login_for_admin_on_local_install#dokuwiki__top
all to no afail.
Does anyone know a solution to this problem?
A special note: After the magento installation I had to set the Temp Directory Manually.
As said tried all options, magento isn't installed on a local machine. So I'm lost.
All help is very much appreciated. Thanks
You need to ensure you have all required PHP extensions to run Magento on your VPS:
php5-mcrypt
php5-gd
php5-curl
php5-mysql
Second, I think you're getting the login page all the time even with correct credentials. Try logging in using Google Chrome in Incognito Mode (CTRL+SHIFT+N). The reasoning here is that sometimes there are stray PHP session ID's stored on your browser that doesn't invalidate correctly. I noticed this as well with 1.8.1.0 up on non-SSL admins.
A permanent fix if the above works for you is to just get SSL and use it for your backend as well.
So I have reinstalled magento using the Downloader.
Now the problem doesn't occur anymore. Don't know why, but I'm happy.
I am currently running Joomla 1.5, I have moved my site to a new domain and thought I had foloowed the procedure correctly. But now my menus are gone and it seems like articles are not showing up in their proper modules. Other than that the components i was using are now giving me a 404 component not found error. Does anyone know why this is or how I can fix this? Please I really need some help or direction....
Thanks
Here is my link: http://davidjamesmedia.ca
Make sure you check the following things:
Ensure you made the correct database setting changes in the configuration.php
Ensure you server is running PHP 5.2+
Make sure your MySQL version is arounf 5.0+ but also not too high such as 5.5.24 this can cause some problems with depreciated functions.
Also make sure your server has Apache mod_rewrite extension installed if you were using SEF before else you can turn SEF off in the configuration.php
When I install magento 1.6, it shows below errors, thanks for giving some advise:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
I was seeing the same error message when installing the Enterprise training environment. I just needed to delete app/etc/local.xml to clear out the default settings and allow the install process to proceed.
Had the same problem. I needed to delete database and create a new one. Even if the previous one was empty without any table. Still don't know why, but I found this solution from somebody who had the same problem.
I am unfortunately getting a blank page when trying to run a site locally. There are other people running it locally just fine, so I am wondering if it could be something to do with my LAMP environment.
When I attempt to load the site, it's nothing but a blank page. I've ran php index.php in console and the error I get is the following "xajax Error: xajax failed to automatically identify your Request URI.Please set the Request URI explicitly when you instantiate the xajax object.". I'm not quite sure how to handle this in CodeIgniter and or at all to be honest.
I think it's a problem with LAMP configuration: check codeigniter folder permissions (add write permission to "logs" folder.
Thanks for your answer. I actually figured out what the problem was, it was like you said a problem with my LAMP configuration. Unfortunately XAMPP (which is what I am using and or was), the newest version uses PHP 5.3. Xajax doesn't support PHP 5.3 and this was causing the problems. After I went to an older version all was well!