Display Suit objects (fields) are lost.

Comments

znerol’s picture

Thanks for the report. Regrettably I do not understand the problem. Please update the description and try to list relevant details. See the Issue summary handbook page for some hints.

divined’s picture

After enabling authcache, all display suit fields are missing from node display settings page.

I use Authcache with Redis.

$conf['redis_client_interface'] = 'PhpRedis'; // Can be "Predis".
$conf['redis_client_host']      = '127.0.0.1';  // Your Redis instance hostname.
$conf['lock_inc']               = 'sites/all/modules/redis/redis.lock.inc';
$conf['path_inc']               = 'sites/all/modules/redis/redis.path.inc';
$conf['cache_backends'][] = 'sites/all/modules/redis/redis.autoload.inc';
$conf['cache_backends'][] = 'sites/all/modules/authcache/authcache.cache.inc';
$conf['cache_backends'][] = 'sites/all/modules/authcache/modules/authcache_builtin/authcache_builtin.cache.inc';


$conf['cache_class_cache_page'] = 'Redis_Cache';
$conf['cache_class_cache_authcache_key'] = 'Redis_Cache';
divined’s picture

Status: Active » Closed (fixed)
Amani Joseph’s picture

Hi everybody. I come to solicit your help because I need it.
I work on Drupal 7 that I installed locally on Acqui dev desktop and for a few days I have a problem with the display of my nodes. Titles are displayed without the content.
Indeed I wanted to customize the display of my different pages and articles so I installed the Display Suite module that did not work because when I apply the settings nothing appears except the titles. So I had to disable and even uninstall the Display Suite module but the problem still exists. Nothing is still displayed except the titles and even the User Login Fill form is not displayed as well except the title that appears USER ACCOUNT and the form does not appear. But with regards to the administration page such as :( Dashboard Content Structure Appearance People Module Configuration Reports Help) is displayed without problem.
So I need someone to help me solve this problem that has tired me for days. Thank you