Hi

On a page I'm building, I have a very strange error.
Some nodes I can't open anymore. It's just hanging, but in the edit mode I'm getting all the data.

OK:
http://www.wpbaumanagement.ch/node/273

NOK:
http://www.wpbaumanagement.ch/node/274
but edit is working:
http://www.wpbaumanagement.ch/node/274/edit

Can somebody help me finding the problem?

In the drupal log I can't see any error and the when I start the debug mode in chrome I'm also getting no data when starting the 274 node without /edit.

Comments

Stefan Lehmann’s picture

Your website still loads but the output seems to stop reproducible at:

<div class="portfolio-nav col-md-1">

That's the previous / next navigation for your portfolios. Maybe the way you built it there is some kind of endless loop? I'd deactivate that navigation for a test.

I like cookies!

noesberger’s picture

Thanks for your help. It was exactly this problem. After you gave me the hint with the class portfolio-nav, I was able to solve the problem. In the Chrome Debug-Mode I also saw now how far the page was able to load, so for the next time I should be able to solve it alone :-)

Perfect support, Thanks again.

Stefan Lehmann’s picture

Glad you figured it out! Good luck!

I like cookies!