Login failure

Et CMSimple support forum for dansktalende brugere og udviklere

Moderator: ZiPs

Post Reply
Karina
Posts: 3
Joined: Wed Dec 26, 2012 5:48 pm

Login failure

Post by Karina » Wed Dec 26, 2012 5:52 pm

Kære brugere,
jeg kan IKKE logge ind på mit site http://www.horsefriendship.dk
Det giver flg. http://horsefriendship.dk/?Hestenge_Hor ... p%3B&login

ADVARSEL
•security_wwwaut should only be set true, when Server API is apache - your is cgi-fcgi - please see http://www.cmsimple.dk/?Requirements

Jeg skrev til Gert som nævnte det er en gl. side. Jeg har også sitet http://www.havol.dk hvor der ingen problemer er.

Nogen der kan hjælpe?

Hilsner
Karina

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: Login failure

Post by maeg » Wed Dec 26, 2012 8:52 pm

Hej Karina

Ja Gert har ret i at det er en gammel version du anvender (CMSimple 2.5).

Jeg har lige sendt en pm til dig

Karina
Posts: 3
Joined: Wed Dec 26, 2012 5:48 pm

Re: Login failure

Post by Karina » Wed Jul 17, 2013 6:15 am

Hi Again to you all
time has gone and I never had time to find out how, would like to get help how to login on my homepage. As you can see the homepage www.havol.dk is working, but my homepage www.horsefriendship.dk is not - it say:
security_wwwaut should only be set true, when Server API is apache - your is cgi-fcgi - please see http://www.cmsimple.dk/?Requirements
I have downloaded all the programs as it sais on the homepage of SMSimple but it still not helps.

Thanks for now,

Karina

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Login failure

Post by cmb » Wed Jul 17, 2013 10:20 am

Hi Karina,

just edit cmsimple/config.php and set:

Code: Select all

$cf['security']['type']="page";
That should be sufficient for being able to log in again.

You should consider doing an update to a new version in the near future as there are several security issues with your version. You should install at least CMSimple 3.4, and maybe better a variant that's still maintained (see http://cmsimpleforum.com/viewtopic.php?f=5&t=5293).

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: Login failure

Post by maeg » Sun Jul 21, 2013 6:58 am

Hej

Har du fået løst problemet??

Ellers gør som Cmb skriver.

Jeg ser gerne på det for dig, men så skal jeg have adgang til din server


Jens

Karina
Posts: 3
Joined: Wed Dec 26, 2012 5:48 pm

Re: Login failure

Post by Karina » Sun Aug 25, 2013 10:03 pm

Hej/Hey,
Thanks - since I am not it brain - I have contactet you Jens.

I also now have a problem with the site www.havol.dk it say:

Language file ./cmsimple/languages/.php missing

'so - yes I have seen its an issue in here, but since you all speak "it language" its like a new world to me :lol:

- Thanks to you in advance.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Login failure

Post by cmb » Mon Aug 26, 2013 10:40 am

Have a look at cmsimple/config.php. You most likely find the following line there:

Code: Select all

$cf['language']['default']="";
You have to tell CMSimple the language you want to use there, e.g.:

Code: Select all

$cf['language']['default']="da";
(it is important that you have the appropriate language files installed)
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply