Page 3 of 3
Posted: 11 Mar 2008, 11:38
by Jan
I will try to implem
Posted: 11 Mar 2008, 13:26
by Jan
I will try to implement:
try - catch execptions - it solves the problem with error message (fatal error) but only in php5, for php4, there is no solution how to continue after fatal error
hmm the try - catch doesn't work with fatal errors too
So I added the link "Stop Thumbnails Creation" before the Fatal erro can appear... so you can now disable the looping...
Jan
In the fix to add a
Posted: 15 Mar 2008, 19:08
by Pecoo
In the fix to add a stopText The div-tag is not closed with > before the a-tag is started.
This causes an issue in IE. IE doesn't show the 'Stop Thumbnails Creation' as a link. FireFox does, so use firefox
$stopText = '<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">' .JText::_( 'Stop Thumbnails Creation' ).'</a></div>';
BTW It's a very nice Joomla component.
Thank you for your i
Posted: 15 Mar 2008, 19:42
by Jan
Thank you for your info, fixed...
Jan