berk / tr8n

This repository has moved to:
https://github.com/tr8n/tr8n
MIT License
280 stars 37 forks source link

Site user integration is enabled, but current_user method is not defined #49

Closed roshandevadiga closed 11 years ago

roshandevadiga commented 11 years ago

Two issues (tr8n 3.2.3):

  1. I keep getting this error in the tr8n log "Site user integration is enabled, but current_user method is not defined". I have done the integration properly. Everything is working as expected.
  2. Facing many caching issue , details below When the server does not get a cache, it tries to create a new one(I see cache generate and cache write being done in the log) The problem is I get 500 most of the time just after the cache write line(in log) and If I refresh the page, everything works fine. I am on E

Can you let me know where the issue is , is it Tr8n or memcache.

Also I am seeing issue https://github.com/berk/tr8n/issues/18 in my logs.

roshandevadiga commented 11 years ago

To add to it , I have a passenger for app server and apache for web server. Looks like some issue/conflict with caching machanisms of Passenger and memcache

roshandevadiga commented 11 years ago

Issue was caching conflict between passenger and dalli version 2.0.3, upgraded Dalli gem to 2.5.0. Fixed the issue