VRiP Embedcode Script
Would you like to react to this message? Create an account in a few clicks or log in to continue.

admin login security sum

2 posters

Go down

admin login security sum Empty admin login security sum

Post by rollster Tue Jul 26, 2011 11:27 pm

When I attempt to login to admin it now says the security sum is always wrong. Even when you enter the correct answer.

rollster

Posts : 30
Kudos : 731
Trust : 0
Join date : 2011-07-19

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by Admin Wed Jul 27, 2011 1:52 pm

This is a problem todo with your host(sessions) ive looked through the login part of the script to see if there is an issue causing it but dont see one.
Have you edited index.php and uncommented:
Code:
##Session_save_path fix for some shared hosts
//ini_set ('session.name','vrip'); //remember to change admin.php
//ini_set ('session.cookie_lifetime','3600');
//ini_set ('session.gc_maxlifetime','3600');
//ini_set ('session.gc_probability','1');

This is old code and will be removed in next release.

Admin
Admin

Posts : 25
Kudos : 264
Trust : 10
Join date : 2011-07-06

https://vrip.forumotion.com

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by rollster Wed Jul 27, 2011 2:12 pm

I think there is an issue with my php.ini
Just not sure what settings got screwed up.

There was an issue with the node my server was on the other day. I am going to assume something was changed then.

rollster

Posts : 30
Kudos : 731
Trust : 0
Join date : 2011-07-19

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by Admin Wed Jul 27, 2011 2:30 pm

It will be todo with your session save path:
http://php.net/manual/en/function.session-save-path.php

What it sounds like is your session is not getting set, hence when the admin.php page is loaded the sum of the 2 numbers are not saved in the session, then when you post the answer the non exsistaint number is checked against your correct answer, resulting in it failing.



Admin
Admin

Posts : 25
Kudos : 264
Trust : 10
Join date : 2011-07-06

https://vrip.forumotion.com

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by rollster Wed Jul 27, 2011 2:37 pm

I am checking my php.ini and it is set to /tmp.

Do you have a phpinfo file up at epic so I can do a comparison?

I "REALLY" appreciate your time!

rollster

Posts : 30
Kudos : 731
Trust : 0
Join date : 2011-07-19

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by rollster Wed Jul 27, 2011 9:29 pm

fixed...was permission issue at server end

rollster

Posts : 30
Kudos : 731
Trust : 0
Join date : 2011-07-19

Back to top Go down

admin login security sum Empty Re: admin login security sum

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum