Support

Akeeba Ticket System

#16308 Possible template bug?

Posted in ‘Akeeba Ticket System for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Ticket System version
n/a

Latest post by nicholas on Thursday, 06 June 2013 11:35 CDT

alledia
 Akeeba Tickets kept on breaking our template.

Our developer thought this might be helpful change:

They modified the postRender function from line 74 strapper.php

Old code
$format = $input->getCmd('format', 'html');
if ($format != 'html' || $isCli)
return;

New code
$format = $input->getCmd('format', 'html');

if (empty($format))
$format = 'html';

if ($format != 'html' || $isCli)
return;

That fixed the breaking template for us at least.

nicholas
Akeeba Staff
Manager
That was a bug in FOF that's been fixed in the meantime. The root cause was elsewhere, in FOFDispatcher.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

alledia
Thanks

We're on FOF rev1532CD2-1368272462

We need to update?

nicholas
Akeeba Staff
Manager
Try the latest from https://www.akeebabackup.com/download/developer-releases/fof-dev.html We're stabilising FOF like crazy :)

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!