You are not logged in.
My install of Secureloads has been working fine. Then, today, I can no longer login at all. The login screen simply keeps reappearing after I try click on the login button. I've even reset the password, without any success. It doesnt say that my password is incorrect, it just seems to be in a loop.
I've not changed anything at all with the config. Can anyone help? It's really very urgent.
Offline
hello,
please try to edit the main "index.php" file and set the APP_ROOT_WEBPAGE setting to the URL of your installation (by default this line is commented out, i.e. inactive). So finally it will look like this:
define( 'APP_ROOT_WEBPAGE', "http://www.yoursite.com/files/" );
Offline
Any news on this please? I have emailed you the ftp access details. I have a client who is not happy.
Please advise ASAP.
Offline
thank you for the FTP access. It seems like the PHP was having problems when saving session files. It was set in your configuration (php.ini setting "session.save_path") that the session files are stored in some folder.
The problem is that this folder is either not writable or not existing at all. I've changed the setting for our software (in the index.php file) and it seems to work now.
Offline
Many thanks for your help - all now OK
Offline