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.
Related
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;
Hi i have this staging website which i develop magento e commerce platform. I encountered an error which i dont know what happened. The error goes something like this
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I keep on fixing this error but i found out that the error doesnt comes from the files. I tried to add an error php code to test if it executes, But nothing happened. I tried to search on google and it says that
Step1: Go to magento root directory.
Step 2: Find the maintenance.flag file and delete it.
I already follow this steps. But nothing happened. Can someone help me figured this thing out? Cause ive been stuck on this. Any help is muchly appreciated.
Just remove the file maintenance.flag from your Magento root directory and your website is back. OR It could be a server issue, timeout and so on.
First, put some test file to the docroot of the magento and see if it works, for example
<?php
phpinfo();
If it works, then check the apache/nginx logs, but i think the problem is with the web server / lb.
I am new in magento and i had created 1 magento website.i want to setup APC cache for my magento website.
My hosting provider installed apc catch in server,i check using php_info().now i want to setup that in my magento website.
I read somany blog and forum but did not get proper solution.
Still i don't nor from where i can start.
Can you please help me and give me 100 % solution for that.
Please please give me proper solution from starting to end.
Thanks in advance
To set-up APC in magento, you need to install php_apc.dll to your extension directory, and then need to do setting to php.ini files, after then need define in local.xml file for APC calling.
Please follow below few links which will help you.
http://www.magentocommerce.com/boards/viewthread/8937/P0/
http://www.aitoc.com/en/blog/apc_speeds_up_Magento.html
http://magebase.com/magento-tutorials/speeding-up-magento-with-apc-or-memcached/
http://www.magecorner.com/magento-apc-cache/
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
I'm a beginning Magento programmer. I used to access the backend as localhost/magento/admin and everything was working fine on WAMP. I could access any route I set up in config.xml as localhost/magento/(frontName) and my controllers were working fine.
Then I was trying to get Zend Debugger working with Eclipse, and in the process I fiddled with things, reinstalled WAMP and Magento a couple of times, installed Zend Server CE and later removed it, and MAYBE fiddled with some settings - don't remember exactly what I changed.
Ultimately, I'm back on WAMP, but now localhost/magento/admin is broken and the backend must be accessed as localhost/magento/index.php/admin, which is ugly. Also, I can't get any routes working. localhost/magento/(frontName) is broken, localhost/magento/index.php/(frontName) gives a 404 error within Magento.
I've been trying to fix this for nearly 2 days now; I'd be grateful for any help. Sorry about the n00b question.
And you are sure the mod rewrite is enabled? Can you get to the frontend at all? do you have sample data installed can you get to any products or categories?
you probably didn't understand very well how works exactly the config.xml in your controller. look at http://www.pierrefay.com/magento-create-controller-36
good luck