<![CDATA[ can't log in anymore - My Forums]]> https://forums.modx.com/thread/?thread=95642 <![CDATA[can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517638
after getting an e-mail with the following text:
"Source: Parser - The details of the error could be seen in the MODX system events log.", I tried to log in, but couldn't.

resetting the password via phpMyAdmin failed, too (http://rtfm.modx.com/evolution/1.0/administration/manager-users/reset-your-password-unblock-your-user)
... looks like this solution is outdated anyway: http://forums.modx.com/thread/85754/evo-upgrade-issue

hmmm, weird, same here http://forums.modx.com/thread/85777/manager-lockout-after-evo-upgrade but with me this just happened out of the blue and not after an update

does anyone know how to solve this?

thanks a lot, cheers, j

p.s. resetting my password didn't work either, just sent me to the login screen]]>
anonymized-26931 Dec 29, 2014, 11:41 AM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517638
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517659

seems to work now. just try to wrap my head around what happened]]>
anonymized-26931 Dec 29, 2014, 04:38 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517659
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517658
phpinfo() initially showed something like "2;var/tmp", so I assume those folders got deleted by the webhost?]]>
anonymized-26931 Dec 29, 2014, 04:37 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517658
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517656
is that safe? what file/folder permissions would be recommended in that case?

thanks a lot, cheers, j]]>
anonymized-26931 Dec 29, 2014, 04:28 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517656
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517651
Server API CGI/FastCGI
]]>
anonymized-26931 Dec 29, 2014, 04:07 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517651
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517650 anonymized-26931 Dec 29, 2014, 03:41 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517650 <![CDATA[Re: can't log in anymore (Best Answer)]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517649 session.save_path setting.]]> Jako Dec 29, 2014, 03:20 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517649 <![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517648 Some things to check (no specific order):

  • Check if the cache folder is writable and maybe remove all files in there exept of the original ones and make the original files/folders writable for php
  • Disable .htaccess in webroot and manager folder and try to login again (enable .htaccess after)
  • Empty the active_users table
  • Clear the browser cookies of that domain in your browser
  • Remove any saved password for that domain in your browser
  • Clear the browser cache and reload the browser (or try a different one) to remove session issues on client side
  • Clear the session folder on your webhost to remove session issues on server side
  • Additional to RTFM 'unblock your user' set the blockeduntil/blockedafter/failedlogincount to 0
  • Check for plugins that are working in OnBeforeManagerLogin, OnManagerLogin, OnManagerAuthentication with that query below i.e. in phpMyAdmin and disable them.
SELECT sp.name as plugin_name, spn.name as event_name FROM `modx_site_plugins` sp JOIN `modx_site_plugin_events` spe ON sp.id = spe.pluginid JOIN `modx_system_eventnames` spn ON spn.id = spe.evtid WHERE spn.name in ('OnBeforeManagerLogin','OnManagerLogin','OnManagerAuthentication')


The manager login is processed in that file: https://github.com/modxcms/evolution/blob/master/manager/processors/login.processor.php

Hope that helps.]]>
Jako Dec 29, 2014, 03:13 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517648
<![CDATA[Re: can't log in anymore]]> https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517647
« MODX Parse Error »
MODX encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error : Unknown: open(/var/tmp/e/3/sess_e33bllup0npugmhvf2jvkd4fn4, O_RDWR) failed: No such file or directory (2)
ErrorType[num] : 	WARNING[2]
File : 	Unknown
Line : 	0


but have no idea what this is about. everytime someone requests a page I get an email to inform me about it. on the page itself I got an "ERROR" displayed right after the closing </html> tag]]>
anonymized-26931 Dec 29, 2014, 03:01 PM https://forums.modx.com/thread/95642/can-t-log-in-anymore#dis-post-517647