I did upgrade on Drupal 7 and imported these sites and database from localhost to another server. On localhost everything works well, on the server I can´t log to Drupal as admin. After entering password every browser shows similar message:The connection to the server was reset while loading page. When I want to change address in browser after that I have to delete all history, cookies, cache, etc., otherwise it writes the same message. I changed base_url, cookie_domain in settings.php, deleted cache and session tables in database. It didn't help.
Notes:
Putting
/?=admindoesn't work, I am redirected to homepage, even on my localhost page where I can login.htaccesshas the same content as old.htaccessMy pages are on web hosting. I am not sure if I can restart webserver by myself.
About server log messages: any special thing except of missing of
favicon.icoin folder. I repaired it.I tuned the
.htaccessfile. I don't see effect for a while. Maybe after server restart?I don´t have Coder module.
my web hosting doesn't allow me increase stack size. Is this problem always connected with some Drupal module? Is somewhere some list of Drupal modules which causes page reset after admin login? Code module isn't my case.
This problem was finally solved by Php upgrade on the side of hosting server!