Page 1 of 1

Random 'Error 500 - internal server error'

Posted: 07 Jan 2010, 04:20
by Michael.Hare
I'm experiencing the 'Error 500' on certain articles within our site. I've started to notice a pattern that it occurs when the PDF generates 3 pages or more.

Running Joomla 1.5.15, Phoca PDF component 1.0.2, Phoca PDF system plugin 1.0.4, PHP 5.2.12.

I have increased the PHP max_execution_time (600) and memory_limit (128M) thinking the script is timing out, but that hasn't had an impact.

Has anyone experienced anything like this before? Or other suggestions on things I might try? Thank you for the help!

Re: Random 'Error 500 - internal server error'

Posted: 07 Jan 2010, 16:31
by Michael.Hare
Additional information:

I am producing a header which includes a PNG image. Through some testing, I found that if I disabled the header, I was then able to generate the 3 page document.

Are there any limitations anyone is aware of with the use of images?

Re: Random 'Error 500 - internal server error'

Posted: 09 Jan 2010, 22:50
by Jan
No idea, maybe the script cannot render all the 3 images (but if there is time and memory for it ? :idea: )
Do you have enabled error reporting? Did you look at the error log?