After updating to r6132 and doing a build/setup, logging in leaves me at the login form. If I enter the wrong username or password, I get the appropriate error message, but the correct credentials don’t get me in.
I tried clearing the cache directory and browser cache/cookies and doing a new build/setup several times but still can’t get in. The front end looks normal.
Nothing in the Apache or MODx error logs.
This is happening on two separate installs and several browsers (FF 3.5.5, IE7, Chrome).
Delete the session_name, session_domain, and session_path system settings, and clear any browser cookies with the name "modxcmssession" and the domain of the revo install. That should fix it.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Quote from: splittingred at Dec 01, 2009, 09:31 AM
Delete the session_name, session_domain, and session_path system settings, and clear any browser cookies with the name "modxcmssession" and the domain of the revo install. That should fix it.
Delete the entire settings, or just their values?
Thanks! That did it.
Actually it was:
session_name
session_cookie_domain
session_cookie_path
and I had to empty the cache directory one more time.
One quirk. In the updated sites, I can’t save resources (Save button never active).
I can save elements and Quick Update Resources works fine.
Just one. This code in modx.panel.resource.js (438)
438 } else {
439 if (MODx.unloadRTE) MODx.unloadRTE('ta');
440 Ext.get('ta-toggle').hide();
441 }
Ext.get("ta-toggle") is null
which_editor: TinyMCE
use_editor: No
Yes, I have TinyMCE installed.
I’ve found that I can save a resource if I go to the TV tab and change a TV -- that activates the Save button. So does changing the Resource’s parent. Nothing else on the Create/Edit panel will turn on the Save button (including changing the template), nor will anything on the Page Settings panel.