I have installed 4.5 four times now. Everytime a clean install. Things work great for a while but then using the admin and settings just hangs the browser and casues Drupal to corrupt and crash. There are no errors and reseting MySQL does not help. Going to the front page you see the front page content but there is no login section and anything requiring the querystring just hangs the browser.

Comments

carlmcdade’s picture

You cannot install into the root of the website because an extra / is added to the module path and causes a critical error.

Carl McDade
Information Technology Consult
Team Macromedia
www.heroforhire.net

carlmcdade’s picture

This is the 14th install on three different sites. Drupal 4.5 just times out the script process when there are too many admin tasks or anything to to with a table join in MySQL. The timeout happens the script fails and there is no roll back. The only thing that helps is starting over from scratch. A real pain in the butt.

Carl McDade
Information Technology Consult
Team Macromedia
www.heroforhire.net

Steven’s picture

Did you leave out the trailing slash from $base_url, as conf.php tells you to?

Dries’s picture

Drupal itself can't crash. PHP, Apache and MySQL can crash though. Have you tried using a different version of PHP, Apache or MySQL?

killes@www.drop.org’s picture

I have been running Drupal CVS with PHP 5 and MySQL for some time now and never observed a crash. I'd check my MySQL and Apache logs for anything obvious.

--
If you have troubles with a particular contrib project, please consider to file a support request. Thanks.

carlmcdade’s picture

It does not hang up unless i try to create a super user. I create a role, turn on all the mods, then when trying to give admin rights to any single or all of the mods the PHP script times out and hangs up all the tables. MySQL repair does not work, cache removall does not work. The only choice is to delete the tables from the database and start over.

I don't have a choice of PHP installs or MySQL this is on a web host.
The logs show nothing except a 404.

Carl McDade
Information Technology Consult
Team Macromedia
www.heroforhire.net

carlmcdade’s picture

Well it is definately one or several mods that are the problem. I have been doing things one at a time and hoping that I don't land on a mine. I have almost gotten the configuration I need but I am sweating buckets from nervousness. The next module could be the one that blows up in my face.

Somebody please fix this :(

Carl McDade
Information Technology Consult
Team Macromedia
www.heroforhire.net

killes@www.drop.org’s picture

Do you use any contrib modules? Maybe some that are from a different cvs branch or just not updated?

--
If you have troubles with a particular contrib project, please consider to file a support request. Thanks.

kbahey’s picture

I have faced a similar problem upgrading from 4.4.1 to 4.5.x-CVS. I am using PHP 4.x though, not 5.x

I tracked the problem down to the menus table being created in a state that is not sane, and causes a timeout.

Resetting the menus does solve this issue.

Check what I have done here http://drupal.org/node/11115

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba

carlmcdade’s picture

As soon as I tried to use the admin menus checkbox the entire thing stopped!

Going to take a look at your fix.

Carl McDade
Information Technology Consult
Team Macromedia
www.heroforhire.net