Hello all, I have problem with admin page, when i clicked on it are error. this is an error message"The requested URL could not be retrieved". If any one know please help me.

Dara

Comments

tm’s picture

can you get to the admin pages with "/?q=admin" ? if so, clean urls may be having hiccups. do the rest of your nodes work okay?

mak dara’s picture

No, urls not clean and i typed "/?q=admin" it doesn't work too. Please help me

tm’s picture

try sticking this line into google: The requested URL could not be retrieved site:drupal.org

you may wish to look at your server logs, as this could be a time-out or memory_limit issue.

mak dara’s picture

When i changed time-out or memory_limit, It still doesn't work.
When i click Administater page. Error message
-------------------------------------------
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://192.168.1.222/open/?

The following error was encountered:

* Read Error

The system returned:

(104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is webmaster.
-------------------------------------------------

Please help me. I'm waiting for answer.

tm’s picture

sounds like a server problem, not drupals.

when you applied your changes, did you restart your web server? and then, also clear your browser's cache and cookies, then try again.

mak dara’s picture

When I changed it and than i restarted it but it's doesn't work. If server problem why all website in this server work except this one(all site used drupal).

Please help

tm’s picture

well, since you are running multiple sites on one box, you will probably need to look at what makes this site different. bigger files, more content, special settings, lots of views? i would still recommend looking at the web server and php logs to see what they have to say; there could be something revealing there.

without additional information, i don't know.

mak dara’s picture

Ok thank, but it doesn't work. I don't know why.

bwoods’s picture

I was having a problem with accessing the admin area after installing the webform module. It seemed that the module was installed properly, but it seemed that there was still a hangup. One issue that I thought may have caused this was that I was not online at the time of the module install. When I reconnect my Internet connection, I uninstalled and reinstalled the module. Everything is fine now, and I can again work offline on Drupal.

I haven't looked at the code, but I have a feeling there was something in the webform install script that was sending info back to the module creator, or maybe there was a call for some other reason.