Now can't even log in.

Just installed:

custom_breadcrumbs-7.x-2.0-beta1.tar.gz

Error messages:
mod_fcgid: read data timeout in 10 seconds referer: http://domain.com/drupal/authorize.php
Premature end of script headers: index.php, referer: http://domain.com/drupal/authorize.php

Did this search:

https://www.google.com/search?q=Premature+end+of+script+headers%3A+index...

Web hosting company is saying to "check with developer".

Any ideas what I should try next?

Do I trash everything and start over, but not load breadcrumbs?

I do have quite a few of custom modules installed since I want
a lot of functionality.

Thanks for any light you can shed!

Comments

Mariamz’s picture

Check your .htaccess i guess there is something missing on it.

DripDrip’s picture

Thanks.

On this server, I don't have access to the .htaccess
file.

The hosting company says that I have access to 64 MB.
How much should I have?

Jaypan’s picture

The hosting company says that I have access to 64 MB.

Assuming you mean PHP memory, that's generally only enough for the most basic of basic Drupal installations. 128MB is preferable, and I always use 256 or even 512.

Clark Zhang’s picture

You can disable the module first, via drush:
drush dis custom_breadcrumbs
After that:
drush cc all
Then check to see if the site is OK or not.
This may not help you to locate the error, but may help you to move on. ^_^

DripDrip’s picture

I was under the impression that drush can only be used
with shell access.

With the hosting company I use, they won't give me
shell access.

Is there any other way to do this?

Clark Zhang’s picture

Hi DripDrip,

I don't have other solutions for this, cause drush is what I often use.

But I would suggest you to buy yourself a VPS, it will only cost you about $20 per year for an average configuration like personal blog. If you got your VPS, then you can install Drush and got .htaccess, all the server things are under your control.

If you are just for learning or development, you can install Drupal on your local PC, once the development is done, and then you can move the site online.

DripDrip’s picture

I think this 500 server error was being caused by LiveReload.

I disabled it in my sub-theme:

Home » Administration » Appearance » Settings -> SubTheme -> Development ->
[ ] Enable LiveReload (UNCHECK!!!!)

This appears to have stopped this error. Will comment again if
I find out differently.