<![CDATA[ [Solved] manager login nolonger works page just reloads after restore - My Forums]]> https://forums.modx.com/thread/?thread=36161 <![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore?page=2#dis-post-203369 Quote from: sottwell at May 08, 2011, 08:13 AM

Quote from: BobRay at May 07, 2011, 06:02 PM

Check the values in core/config/config.inc.php.
Wrong version; this is Evo wink

Oops. Fixed in post above.]]>
BobRay May 08, 2011, 05:58 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore?page=2#dis-post-203369
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore?page=2#dis-post-203368 Quote from: BobRay at May 07, 2011, 06:02 PM

Check the values in core/config/config.inc.php.
Wrong version; this is Evo wink

]]>
sottwell May 08, 2011, 03:13 AM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore?page=2#dis-post-203368
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203367 BobRay May 07, 2011, 10:46 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203367 <![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203366
I got it fixed but not very skill fully I have to admit. Still not sure what the problem ever was.

I dumped the database and then deleted everything from the web home directory. Performed a fresh install of the latest version of Modx evolution and them re-imported the database/re-uploaded my assets.
All working now!

Thanks for all your help
//close thread]]>
deevee May 07, 2011, 03:44 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203366
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203365 ]]> BobRay May 07, 2011, 01:02 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203365 <![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203364
I never had a memory limit issue before but I upped the limit from 64 to 128 in my php.ini file. Didn’t seem to make any difference.

Tracked down this thread
http://modxcms.com/forums/index.php/topic,35112.0.html

and added some lines to my php.ini (adding things to my .htaccsess file just breaks everything - 500 type errors all over the shop)

session.save_path = /home/ckts/public_html/assets/sessions/
session.gc_maxlifetime = 28800


However when they are in place parse errors begin showing up on the pages of the main site.
I’m not sure if this is due the path being malformed or due to this not being the actual problem.

Either way, having those lines in place doesn’t make the manger login anyway.

What should I be looking at next?



]]>
deevee May 07, 2011, 12:54 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203364
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203363 http://bobsguides.com/modx-installation-faq.html]]> BobRay May 06, 2011, 05:30 PM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203363 <![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203362 http://wiki.modxcms.com/index.php/Upgrading_Guide

And upgraded the installation to the latest version of Evolution.
While the upgrade seemed to go okay, my login error persists.

Trying to get to some pages on the site (those using Ditto for example) return the following error:
« MODx Parse Error »

MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »

PHP error debug
Error: strftime() [function.strftime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ’Europe/London’ for ’BST/1.0/DST’ instead
Error type/ Nr.: Warning - 2
File: /home/ckts/public_html/assets/snippets/ditto/classes/ditto.class.inc.php
Line: 298
Line 298 source: $placeholders[’date’] = strftime($dateFormat,$timestamp);

Parser timing
MySQL: 0.0061 s (8 Requests)
PHP: 2.3900 s
Total: 2.3961 s

This is an issue which was discussed in this thread:
http://modxcms.com/forums/index.php?topic=40691.0

and this one:
http://knol.google.com/k/alexandru-dutulescu/modx-cms-tips-tricks/bbeng7p5ehxe/2#

tl,dr: Add the following to phpi.ini to make the parse errors go way.
date.timezone = "Europe/London"


Which fixed the parse error thing.

However; the login issue persists!
FIRST INSTANCE:
Step 1. I enter my username
Step 2: I enter my RIGHT password, and
Step 3: I click on Login button, and nothing happens.
A) The user interface gets reloaded, and
B) The system pretends steps 1 through 3 have never happened.

SECOND INSTANCE:
Step 1. I enter my username
Step 2: I enter a WRONG password, and
Step 3: I click on Login button,
something happens.
A) The user interface gets reloaded, and
B) The system tells me, "The username or password you entered is incorrect. Please check the username, re-type the password, and try again."

What now?
Also - Mods, is it worth moving this thread to another forum as the version of MODx has changed?

Thanks again for your help guys!
D














]]>
deevee May 06, 2011, 11:59 AM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203362
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203361 The tag syntax is different and only a some addons have been upgraded.

I would suggest upgrading to Evo 1.0.5 You may also have a bit of work to do I think you need to check all snippets and see if the syntax has changed.
Then investigate Reveloution if it is necessary Evo upgrades will continue for a long time. Just no new features in general.]]>
allanb May 06, 2011, 07:20 AM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203361
<![CDATA[Re: Manager login no longer works, page just reloads after restore from backup]]> https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203360
Anyway, what is the upgrade path like from this version to revolution? Do I just have otoh sequentially upgrade through the various iteration of evolution and then make the jump? Is there a more straight forward way?

Do you think upgrading would sort out this issue, should I know resolve this first before doing anything else?

Thanks again
D
]]>
deevee May 06, 2011, 04:52 AM https://forums.modx.com/thread/36161/solved-manager-login-nolonger-works-page-just-reloads-after-restore#dis-post-203360