- Posts: 14
- Thank you received: 0
- Forum
- English support forums
- Installation & update issues
- Can't access login page, redirected to "No available surveys" page
Can't access login page, redirected to "No available surveys" page
I can't seem to find the admin login page.
What is strange is I can access some of my old surveys ( warpedreporters.com/limesurvey/index.php?sid=471768&lang=en ) but not the admin.
I have tried multiple browsers and both PCs and Macs.
Thanks for any help.
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Away
- LimeSurvey Community Team
-
- Posts: 8877
- Karma: 400
- Thank you received: 1466
You need to update your application/config/config.php file.
Find for 'urlFormat'=>'path', and set it to 'urlFormat'=>'get',
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.
I appreciate your quick response to this. The config.php file on my server is already set to 'urlFormat'=>'get'. I still can't access the ammin login.
Please Log in or Create an account to join the conversation.

I'm on a deadline for a survey, doesn't anyone have a suggestion on what I can try?
Thank you in advance!
Please Log in or Create an account to join the conversation.
Can you access all the files and folders of limesurvey within the folder warpedreporters.com/limesurvey/ via FTP?
Have a look at your .htaccess file and check if everything is correct there.
Usually you should be redircted to warpedreporters.com/limesurvey/index.php...hentication/sa/login
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Either a new .htaccess was placed in the root dir or your hoster does in general not like /admin directories and rewrites them - in that case you have to contact your hoster and ask them how to fix this.
Best regards
Carsten Schmitz
LimeSurvey project leader
Please Log in or Create an account to join the conversation.
I know for a fact the host is not allowing for redirects but I use them elsewhere.
Thx.
Please Log in or Create an account to join the conversation.
I'm not a LimeSurvey GmbH member. I answer at the LimeSurvey forum in my spare time. No support via private message.
Some helpful links: Manual (EN) | Question Types | Workarounds
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
// Simple redirect to still have the old /admin URL
header( 'Location: ../index.php/admin' ) ;
Is this correct for these files?
Please Log in or Create an account to join the conversation.
- fransmarcelissen
-
- Offline
- Gold Lime
-
- Posts: 204
- Karma: 13
- Thank you received: 52
- First make a backup of the whole database (on the server). So you can always recover the data.
- Then install a new installation of limesurvey (this can be a more recent version), with another name, but specify the existing database. All data will be reused. If the new installation runs fine, you can delete the old installation (but be sure existing templates etc are saved).
If the same problem arises: there is a problem with the database or with the server. Install yet another installation, with a new database. If the problem still exists, it is a problem with the server. If the problem is solved, it is a problem with the database (which is not very likely).
Succes!
Frans
Please Log in or Create an account to join the conversation.
// Simple redirect to still have the old /admin URL
header( 'Location: ../index.php/admin' ) ;
Is this correct?
Is there any other way that the redirect is being cause by the .htaccess file or these files?
Thx in advance for any answers.
Please Log in or Create an account to join the conversation.
Internal Server Error
AdminController cannot find the requested view "/admin/authentication/login".
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
www.warpedreporters.com/limesurvey/index...hentication/sa/login
Any thoughts?
Thanks in advance.
Please Log in or Create an account to join the conversation.