This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Login
#1

after a successful installation (with tables in database) I tried to login. This failed (always the same page with the username and password form), although my username and password are correct. I tried in FF, IE and SWRIron. Anny suggestion?
Reply
#2

Hi,
  • Does it say "Wrong username/password"?
  • Are you using any special characters?
  • Have you tried resetting it? Click "Lost your details?".
  • Are you typing it or pasting it?
  • Can you log into the demo okay?
  • This FAQ may also help.

Have you completed the interview?
Reply
#3

it says nothing
no special characters
yes, i tried resetting, butting only my email adress appeared
typing
can log in the demo
tried also the FAQ, but it didn't work
Reply
#4

Ok can you open up comments/your_admin/includes/auth.php and add the following after the Error Reporting section (line 47):

PHP Code:
<?php 
@error_reporting(-1);
@
ini_set('display_errors', 1);
@
ini_set("log_errors" , 0);

Then try the admin login again and hopefully there will be an error message.

Have you completed the interview?
Reply
#5

(17-Apr-2011, 10:25 PM)Steven Wrote:  Ok can you open up comments/your_admin/includes/auth.php and add the following after the Error Reporting section (line 47):

PHP Code:
<?php 
@error_reporting(-1);
@
ini_set('display_errors', 1);
@
ini_set("log_errors" , 0);

Then try the admin login again and hopefully there will be an error message.
I modified auth.php, but no error messages are shown. I did the install for the second time now. BTW I did install with install_1.php because after installing in the normal way, I get the messages below. However, the 'proceed' button did not work, so I had to call manually the install_1.php. The review script (example.php) does works excellent (tables are filled in a normal way); only the admin access doesn't work

PHP version is 5.2 or higher Pass
MySQL is 5.0.7 or higher Pass
Ctype extension is available Pass
Mbstring module is available Pass
Mail() function is enabled Pass
GD Library is installed Pass
Magic Quotes is disabled Pass
System() function is enabled Fail
cURL package is installed Pass
fopen(URL) is enabled Fail
Reply
#6

(17-Apr-2011, 06:25 PM)Steven Wrote:  Hi,
  • Does it say "Wrong username/password"?
  • Are you using any special characters?
  • Have you tried resetting it? Click "Lost your details?".
  • Are you typing it or pasting it?
  • Can you log into the demo okay?
  • This FAQ may also help.

sorry, I found the problem after installing the script on a other server (without problems): there is a .htaccess in the root with the following:

RewriteEngine On
RewriteRule ^(.*)index\.(html|php)$ http://%{HTTP_HOST}/$1 [R=301,L]

all pages refer to /index.php

so I've to find a solution

thanks for your support!
Reply
#7

Ok glad you found the problem!

I knew when you said that the 'proceed' button didn't work that it was a fundamental issue to do with the server.

Have you completed the interview?
Reply
#8

hy i have some problem .i go to login screen i input password and username and nothing happen
what do i wrong?
Reply
#9

hy i try install and i get this message
Sorry, there is a database connection problem.
Please check back again shortly .. Thank you!
Reply
#10

(21-Sep-2011, 10:16 PM)jason4886 Wrote:  hy i try install and i get this message
Sorry, there is a database connection problem.
Please check back again shortly .. Thank you!


hy i solved the problem it was the wrong database name in confi. php

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)