Page 1 of 1

Creating thumbnails page broken?

Posted: 09 Feb 2011, 22:43
by brot2
Hi everyone,

I have a small problem when creating thumbnails (actually I can't create them ;-)). The page that appears is incomplete. I only get a page with the following source.

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-en" lang="en-en" dir="ltr" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Creating of thumbnail</title>
</head>
<body>
<div style="text-align:right;padding:10px"><a style="font-family: sans-serif, Arial;font-weight:bold;color:#fc0000;font-size:14px;" href="index.php?option=com_phocagallery&controller=phocagallery&task=disablethumbs">Stop Thumbnails Creation</a></div>
There are no closing </body> or </html> tags. What's wrong?
I'm on joomla 1.5.20 and noticed this first on phoca gallery 2.7.4, then updated to 2.7.6, but it didn't fix my problem.
Ideas anyone?

Best regards,
Brot2

Re: Creating thumbnails page broken?

Posted: 12 Feb 2011, 18:25
by brot2
Am I the only one who has this problem? :cry:

Re: Creating thumbnails page broken?

Posted: 13 Feb 2011, 16:45
by Jan
Hi, seems like you get some php fatal error, try to see:
https://www.phoca.cz/documents/16-joomla ... rs-on-site

Jan

Re: Creating thumbnails page broken?

Posted: 21 Feb 2011, 17:33
by brot2
You were right. I had a memory allocation error. I had to reduce the size of one image. Now everything works fine. :-)

Thanks Jan!

Re: Creating thumbnails page broken?

Posted: 24 Feb 2011, 02:31
by Jan
Ok