I have a magento eshop and I get maintenance mode only on product page.
There is no maintenance.flag file in root
I have cleared my cache and session
I dont have a maintenance extension installed
I have deactivated all of the extensions so as to check if any of
them causes the problem
however, I still have this issue.
Could someone possibly know why this is happening?
Related
I have a quite strange problem with a Wordpress site. I manage a few Wordpress sites but I never experienced this problem. A plugin gets automatically installed after few days. In addition it is a maintenance plugin, called Maintenance from Webfactoryltd. But every time I delete or just deactivate this plugin, it gets reactivated / installed again and switches to maintenance mode.
This is a premium site buyed on themeforest (flatsome), but I don't think it has something to do with the premium template.
I tried following things:
Delete / Deactivate the plugin
Deactivate all plugins and reactivate only needed ones (Woocommerce)
Deactivate all caching plugins (Redis, WP Optimize)
Deactivate the automatic updater in config.php
Deactivate all automatic updates on the plugins itself
Installed Crontrol (plugin) to maybe get a cronjob which is responsible for that
Nothing worked. Has someone an idea what I can try now? Thanks in advance!
You can set limit file permission for .htaccess, wp-config.php for 444. Also, set recommended folder permissions.
You can install Wordfence & scan to see results where the file is affected & fixed it.
You can run also, virus scanner from the Cpanel account.
My site was compromised. Thanks to the link of Justinas I could take further steps to deal with this issue.
I could pinpoint the problem to a user (client) which I think run some scripts from it. The Wordfence Plugin helped with that a lot. I restricted the user and reset the password.
I also used Wordpress FAQ - My Site was hacked for orientation in this case.
Especially thanks to #Justinas for the report.
I have deactivated all plugins and then activate it back then maintenance mode got enabled by itself.
FYI there is no .maintenance file in my root directory, but there is one plugin in plugins directory.
I also have tried by renaming the maintenance plugin but still getting maintenance mode message.
One more the previous developer have used custom maintenance mode page.
I came across the same issue over and over again especially if you update your current theme, check out the steps here that resolved this issue.
To summarize: When WordPress is doing any updates, it creates a .maintenance file in the root directory of the installation. The file should be automatically removed when the update is completed. If it isn't removed, or something goes wrong and the process dies without cleaning up, going in and manually deleting the .maintenance file will get things moving again.
I've installed a magento extension by magento connect manager and it seems to be installed correctly. But The tab is supposed to appear in admin, doesn't appear. and neither it is present in /app/etc/module/ nor in system/configuration/advance
My magento version is 1.8.1 I've tried some things but nothing works:
I've cleaned the cache directory and clean the cache in admin
I've give the hole web directory 777 permissions
I've reinstall the extension
I've uninstalled and installed a few times
I've log out and log in in magento admin
But nothing fix my problem.
Our Magento had crashed so i had to reinstall magento n the server again.
After installation now the Delete block across magento has stopped working. Cannot delete customer, static block or anything where there is delete option.
Does anyone has any solution for this. Tried installing Delete products extension but gives the same issue.
Edited:
Just Checked with the Remove option and it is also not working. So across all the site anything that has to do with Delete or Remove is a dead link
If you are using old database, please check base urls and clear database logs and clear cache memory.
After this if you still face issues please contact your hosting provider to install correct app of magento.
Thanks
This is the first time I've had this problem with Joomla cache on v3.3.4. What issues I'm having is when I enable cache under Joomla configuration either with conservative or progressive caching using "file", "apc" or "memcache" I keep getting the same results when I load my pages I start losing display modules then I loss the home page scrolling, so if you were to try scrolling down you can't scroll. This usually happens 2 to 5 minutes after you enable cache. I don't have "Joomla - Cache" or "Jotcache" enabled to get this situation.
It's very frustrating because I've run out of check list.
If I disable and clear cache I get everything back.
I checked all folder properties for right, all correct.
I've tried xcache, memcache, memcached and apc but issue still exists.
I installed from a previous backup and still nothing
I check php open_basedir for restrictions but it's setup correct.
I have all settings and configuration as specified from Joomla documenation
I've browsed with ipad, iphone and PC firefox, chrome, opera and same issue on all
When I tested cache with memcache, apc, xcache I uninstalled memory cache method as listed "memcache, apc, xcache" to avoid cache conflicts.
I did read everything I found from internet searches and nothing has resolved this issue.
I've even monitored cache and checked each file for issues thinking it might be php memory_limits with watch -n 2 ls -ahl and found nothing.
The template is compatible and working correctly without cache.
When I turn cache off completely it continues caching for about 5 minutes then I can clear cache and I get scrolling and modules back.
I do have sh404sef which is caching URLs and I've disabled/uninstall sh404sef without fixing issue.
I disable modules one by one to figure out the problem of cache but still nothing.
I have checked logs but on apache, php, and other daemon logs but no errors
Apache is v2 and running php5-fpm
I have RSFirewall installed but uninstalled and even disabled and still having cache issue.
I do have system cache plugins disabled during these tests so it's not assignments to end of system-cache plugins.
I have tried different modules and plugin assignments in Joomla but still nothing
I don't have any other cache plugins during my testing.
All cache plugins have been disabled during my tests.
The only thing I can think of is when the cache re-writes during a refresh it doesn't correctly write the data to cache again.
Any help would be appreciated
Problem was the template issued - Template has scrolling effects for Jomsocial which needs to be disabled but not documented in Joomla template. The non-scrolling pages resolved the caching issues as well.
Problem resolved.