We are using the Affinity - style 2 template and are getting the below errors.
Can anyone help in fixing these problems please would be much appreciated.
Thanks
1. System>Permissions is giving the below error
Wrong tab configuration.
2. HomepageGrid is giving the below error
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 89 bytes) in /var/www/shop/production/htdocs/lib/Varien/Data/Collection.php on line 550
3. The content slider is giving the below message
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 88 bytes) in /var/www/shop/production/htdocs/lib/Varien/Data/Collection.php on line 550
4. Orders are giving the below error and this was working just a min ago as I was in the middle of processing the order.
Notice: Undefined index: percent in /var/www/shop/production/htdocs/app/design/adminhtml/default/default/template/sales/order/totals/tax.phtml on line 40
I'm afraid that none of this is theme related, it's all hosting related. We don't touch anything in the admin regarding user permissions or orders - the only part of the admin we touch is the config pages for our extensions.
Regarding the frontend errors, they're all caused by the same thing - php memory limit. Again, this is related to your server - you'll need to increase that limit - 512MB is the recommended amount.
If you are using shared hosting, and it was all running fine til now, it's most likely that another site that you are "sharing" the server with has started to use more resources, and is thus affecting yours.
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.
As I said, it's server related, not theme related, so there's nothing I can do to help with that. You'll need to talk to your hosting company. Be sure that you can increase your memory limit, as some hosts don't allow this to be done. If you have a dedicated server you shouldn't be having any problems. Which hosting company are you using?
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.
we have the Hetzner dedicated root server EX 8 impresses with its state-of-the-art Intel® Quad-Core Xeon® E3-1275 processor and 16 GB DDR 3 RAM with error-correcting code ECC for more stability. The offer includes a KVM over IP remote management console for permanent access. What´s more, two power supply units guarantee a high level of reliability.
All sounds very impressive, but seems something's wrong somewhere. So you'll need to ask them for assistance, there's really nothing I can do.
Be sure to clean your logs also, as they can really build up and start causing problems.
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.
System > Configuration > Advanced > System > Log Cleaning
You need to set a cron job to do it. You can google that.
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.