how to install apc cache for magento - magento

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/

Related

Clear shop cache issue in shopware 5.6.2

I am using Shopware 5.6.2. When I am trying to clear the cache from Configuration->cache/Perforamnce->clear shop cache
The clear cache ajax request is pending for some time and the admin side will be automatically logout.
Can anybody help me to fix the issue?
Could you please answer the following questions?
Your Shopware files are not the core files. Did you edit some of them?
Which Shopware version are you on?
Could you provide the shopware logs?
Altough you can take a look at the network-tab. There could be 500-HTTP-Response

Display problems after a fresh install of Magento 2.0.2

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;

How to add simple custom form to magento admin panel

First of all let me clear what i want to do, here is my problem. I have my magento project running on server. Now my client is asking me to add a module like this, please have a look
http://www.chinaglaze.com/Try-On/index.html
Also he want that he can manage images and color codes from the Magento Admin panel. I have not much experience in magento extension development.
Please provide me reference if there is any magento extension already exist so that i can use that other wiase how to do it.
If you want a Magento frontend view which is admin manageable (with your own custom database tables) try this piece I wrote: link. Hope it suits you.
You should add a custom module to add that.
Check this link
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/how_to_create_an_admin_form_module

How to setup cronjob for pacsoft magento extension

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.

Sage Pay Payment Failure in Magento

I am setting up a megento shop but while testing I get the following error when paying by card using ebizmarts Sage Pay module:
Payment has failed, please reload checkout page and try again. Your card has not been charged.
Does anyone know the solution to this problem?
Regards,
Daniel
There is a support forum for the free plugin here http://ebizmarts.com/forums and if you are using the PRO module, you can just use the contact form here http://ebizmarts.com/contact-us
Also, the problem you mention is described on the Wiki here http://wiki.ebizmarts.com/sage-pay-common-problems
FIXED
From what I can see and for whatever reason, Magento was loading the "info.phtml" file from the theme/default/checkout/onepage/review folder, rather than the one in the sagepaysuite folder.
I copied in the above code to the relevant position to the default info.html file, and it's working now.
The staging server was loading the sagepaysuite/checkout/review/info.phtml file correctly, hence it was working.

Resources