XF 1.1 Users keep on logging out

File check:


  • Tools​
File Health Check
Potential Problems

  1. js/tinymce/jquery.tinymce.jsFile does not contain expected contents.
  2. js/tinymce/utils/editable_selects.jsFile does not contain expected contents.
  3. js/tinymce/tiny_mce_popup.jsFile does not contain expected contents.
  4. js/tinymce/themes/xenforo/editor_template.jsFile does not contain expected contents.
  5. js/tinymce/tiny_mce_src.jsFile does not contain expected contents.
  6. js/tinymce/plugins/legacyoutput/editor_plugin.jsFile does not contain expected contents.
  7. js/tinymce/plugins/legacyoutput/editor_plugin_src.jsFile does not contain expected contents.
  8. js/tinymce/plugins/autosave/editor_plugin.jsFile does not contain expected contents.
  9. js/tinymce/plugins/autosave/editor_plugin_src.jsFile does not contain expected contents.
  10. js/tinymce/plugins/fullpage/editor_plugin.jsFile does not contain expected contents.
  11. js/tinymce/plugins/fullpage/editor_plugin_src.jsFile does not contain expected contents.
  12. js/tinymce/plugins/fullpage/langs/en_dlg.jsFile does not contain expected contents.
  13. js/tinymce/plugins/contextmenu/editor_plugin.jsFile does not contain expected contents.
  14. js/tinymce/plugins/contextmenu/editor_plugin_src.jsFile does not contain expected contents.
  15. js/tinymce/plugins/autoresize/editor_plugin.jsFile does not contain expected contents.
  16. js/tinymce/plugins/autoresize/editor_plugin_src.jsFile does not contain expected contents.
  17. js/tinymce/plugins/layer/editor_plugin.jsFile does not contain expected contents.
  18. js/tinymce/plugins/layer/editor_plugin_src.jsFile does not contain expected contents.
  19. js/tinymce/plugins/spellchecker/editor_plugin.jsFile does not contain expected contents.
  20. js/tinymce/plugins/spellchecker/editor_plugin_src.jsFile does not contain expected contents.
  21. js/tinymce/plugins/nonbreaking/editor_plugin.jsFile does not contain expected contents.
  22. js/tinymce/plugins/nonbreaking/editor_plugin_src.jsFile does not contain expected contents.
  23. js/tinymce/plugins/noneditable/editor_plugin.jsFile does not contain expected contents.
  24. js/tinymce/plugins/noneditable/editor_plugin_src.jsFile does not contain expected contents.
  25. js/tinymce/plugins/tabfocus/editor_plugin.jsFile does not contain expected contents.
  26. js/tinymce/plugins/tabfocus/editor_plugin_src.jsFile does not contain expected contents.
 
  1. js/tinymce/plugins/directionality/editor_plugin.jsFile does not contain expected contents.
  2. js/tinymce/plugins/directionality/editor_plugin_src.jsFile does not contain expected contents.
  3. js/tinymce/plugins/paste/editor_plugin.jsFile does not contain expected contents.
  4. js/tinymce/plugins/paste/editor_plugin_src.jsFile does not contain expected contents.
  5. js/tinymce/plugins/paste/langs/en_dlg.jsFile does not contain expected contents.
  6. js/tinymce/plugins/table/editor_plugin.jsFile does not contain expected contents.
  7. js/tinymce/plugins/table/js/cell.jsFile does not contain expected contents.
  8. js/tinymce/plugins/table/js/table.jsFile does not contain expected contents.
  9. js/tinymce/plugins/table/js/row.jsFile does not contain expected contents.
  10. js/tinymce/plugins/table/editor_plugin_src.jsFile does not contain expected contents.
  11. js/tinymce/plugins/table/langs/en_dlg.jsFile does not contain expected contents.
  12. js/tinymce/plugins/fullscreen/editor_plugin.jsFile does not contain expected contents.
  13. js/tinymce/plugins/fullscreen/editor_plugin_src.jsFile does not contain expected contents.
  14. js/tinymce/plugins/template/langs/en_dlg.jsFile does not contain expected contents.
  15. js/tinymce/tiny_mce.jsFile does not contain expected contents.
  16. index.phpFile does not contain expected contents.
  17. fb_channel.phpFile does not contain expected contents.
  18. library/Arcade/ControllerPublic/ArcadeUgly.phpFile does not contain expected contents.
  19. js/Arcade/frontend.jsFile not found.
  20. js/Arcade/functions.jsFile not found.
  21. library/Tinhte/XenTag/Helper.phpFile does not contain expected contents.
Showing 47 of 47 items


index.php and fb_channel.php modified from this update: http://xenforo.com/community/resources/facebook-sdk-updates-for-xenforo.1423/
 
I read this post.
I have check #1, #2, #3.
And all ares set.

I still didn't remove this on my config: $config['cache']['cacheSessions'] = true;
As I'm using it for 1 year already without any problem.
 
I assume you are referring to this post:

http://xenforo.com/community/threads/keep-logging-out-of-xf-with-chrome.22968/#post-286837

You should still try removing (or commenting) the cacheSessions line for the purpose of troubleshooting. It's possible your cache is now having problems when it wasn't before.

I read somewhere that this code: $config['cache']['cacheSessions'] = true;
Helps busy sites.
I'm using it since 2011.

I only encounter this problem just this week.
Maybe a problem on my server?

I recently purchased an ssl, and applied https on some area.
Do you think a mis-configuration on the server?
 
I read somewhere that this code: $config['cache']['cacheSessions'] = true;
Helps busy sites.

It does. But an unhealthy cache will cause login problems if you are storing sessions in there. For troubleshooting purposes you should try temporarily removing that line. Or check the status of your cache to make sure it's healthy.

I recently purchased an ssl, and applied https on some area.
Do you think a mis-configuration on the server?

Which areas? I'm not sure if https affects the cookie scope, but you can try enforcing https with a rewrite rule:

http://xenforo.com/community/threads/xenforo-always-use-ssl.36180/#post-411628
 
It does. But an unhealthy cache will cause login problems if you are storing sessions in there. For troubleshooting purposes you should try temporarily removing that line. Or check the status of your cache to make sure it's healthy.



Which areas? I'm not sure if https affects the cookie scope, but you can try enforcing https with a rewrite rule:

http://xenforo.com/community/threads/xenforo-always-use-ssl.36180/#post-411628
I don't like forcing all request into https right now.
I just use https on admin side.
 
Top Bottom