Guys i'm having a problem please help me.The problem is when i'm logging from server its accepting and logining
but when i'm trying to login from the remote system it's not accepting.please help me to get out of this trouble.

Comments

henry4’s picture

the same thing i'm facing in drupal site.and please reply something because i post number of topics and there are not even a single reply

cog.rusty’s picture

I just don't understand your question.

- Do you have a working Drupal site?
- What kind of "remote system"? Can you see the site at all from the remote system?
- What are you doing, and what exactly happens.
- If there is an error message, what is it exactly?

henry4’s picture

yes i have a working drupal site.the problem is when i'm trying to log in from server i'm entering the site.But when 'm loging from other systems i'm not getting logged in and its showing the same loging page and also it's not showing any error message.
And the same thing is happening with main drupal site (www.drupal.org).

cog.rusty’s picture

drupal.org should work ok. If you can't login to drupal.org as well, then it is probably your browser.

- What browser?
- Are cookies enabled?
- Clearing your browser's cookies may solve the problem.
- If not, try a different browser to see if it makes any difference.

henry4’s picture

i'm using both firefox and IE.and facing this problem in both the browser.as far as cookies are concerned i have deleted all the cookies in both the browsers but still the problem exists and the IMPORTANT thing to note is that if
there is browser problem in my system then its ok but i'm not able to login from the other systems as well.i'm facing the same problem.i'm not able to figure out whats happening.
By looking into other forums i tried many thing like adding session_regenerate etc but still this thing exists.

cog.rusty’s picture

You mean you cannot login to drupal.org using any browser? How did you post this? From "the server"? What do you mean "the server"?

henry4’s picture

yes i'm not able to login in from any browser and these post are concerned i'm doing all this from my server.
But now something has changed when i'm entering a wrong password
it's showing this

* Sorry, unrecognized username or password. Have you forgotten your password?
* user warning: Table 'watchdog' is read only query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'user', 'Login attempt failed for fazil.', 0, '', 'http://59.160.172.210/knowledge/?q=node&destination=node', 'http://59.160.172.210/knowledge/?q=node', '59.160.172.210', 1187238981) in /srv/www/htdocs/knowledge/includes/database.mysql.inc on line 167.

is there any database connectivity problem

cog.rusty’s picture

The error message may mean:

- That your database user does not have UPDATE privilege for the database, which you can correct with a mysql GRANT statement found in Drupal's INSTALL.mysql.txt, or from your cpanel.

- Or, that the mysql data directory or the .MYI and .MYD files where mysql stores your database can't be written by mysql and they need to be chmoded.

- Or, very likely, there is some damage in your database and you could try to repair it, either using CHECK TABLE and REPAIR TABLE statements or the corresponding menu options in phpMyAdmin.

About the rest, I am not sure I understand what is "the server" and what is "the remote system": If you can't login to drupal.org from your "remote system", isn't that a problem of the "remote system" and not of your site?

kmv’s picture

I agree with cog that it looks like a GRANTS problem, but I don't think it is because if that was the case then you wouldn't be able to login to your installation from your server either.

I think the problem is elsewhere and you are only seeing it with Drupal (probably because that is all your web server is really doing).

How confident are you of the rest of your installation? What web server are you running? What user is it running as? What database are you using? What version of PHP are you using? What do your server logs (for the web server and DB server) say?

Did you get any errors when you installed Drupal?

BTW: How are you "connecting" from your server? Are you using lynx from a shell or do you have physical access to it and are running a desktop on it?

henry4’s picture

Is it ip specific problem.because when i'm trying to login in phpmyadmin from other systems using the same ip i'm not able to login.

cog.rusty’s picture

I just registered to your site with a username "testing" and logged in without any problem.
Did you fix the problem?

If not, then
- clear your browser's cookies and try again
- make sure that you remember your password correctly or ask for a new password by email
- make sure that you have not banned your own IP while trying different things

henry4’s picture

Actually i found out that this problem was related to network.i'm able to access from outsite but when i'm trying to access from my office i'm not able to login.Anways thank to all of you for the support.