Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
cache system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2012 at 19:08 UTC
Updated:
29 Oct 2012 at 16:35 UTC
Jump to comment: Most recent
Comments
Comment #1
ntigh52 commentededit: I cleared cached from the db TRUNCATE all the cache_... tables.
I tried again to clear cache from 'admin/config/development/performance' and I cant!
I tried it in my local host
( private machine) and I sill cant.
whats wrong?
thanks in advance...
Comment #2
ntigh52 commentededit:
wit drush I succeeded
Why?
whats wrong?
Thanks a lot.
Comment #3
Anonymous (not verified) commentedThere is not enough information to say what is wrong. Look at the system log files to see if there is anything interesting.
Eliminate some contrib modules to determine if it is related to a particular module.
Comment #4
Jooblay.net commentedYou could also load devel modules show memory limits. This will allow you to see how much memory is used on each page and what the peak was or is.
The error 500 can be caused by many many things. One being memory_limit. 2056M is high but how big is your site? Further did you also load the memory limit as an ini setting in your settings.php file.
/**
* This sets the php_memory_limit and can have some effect of overall memory limits if you do not have access to your php.ini file.
* (experimental)
*/
ini_set('memory_limit', '2056M');
Error 500 Tip: check your sites/example.com/modules or sites/all/modules directory and make sure you did not accident copy other directories or files to these folders as Drupals Auto-Discovery will throw you some nasty:(