after the update to 4.10 no images in the event list are not being shown
after 4.10., no Img in the event list
Can you also add your ftp details in edit fields in order for us to take closer look.
aman204
i have updatetd the ftp details
I updated this file: /components/com_dtregister/templates/default/views/event/list_row.php
echo '<a href="' . $href . '" ' . $pop_class . ' ><img src="' . JRoute::_('index.php?option=com_dtregister&controller=file&task=thumb&w=' . $config->getGlobal('event_thumb_width', 100) . '&h=' . $config->getGlobal('event_thumb_height', 100) . '&filename=' . $file_path, $xhtml_url) . '" border="0" alt=" " /></a>';
change to:
echo '<a href="' . $href . '" ' . $pop_class . ' ><img src="' . JRoute::_('index.php?option=com_dtregister&task=file.thumb&w=' . $config->getGlobal('event_thumb_width', 100) . '&h=' . $config->getGlobal('event_thumb_height', 100) . '&filename=' . $file_path, $xhtml_url) . '" border="0" alt=" " /></a>';
And the image is showing now.
Kindly check.
saguaros
whoever was in my site reparing whatever you broke with the new update,
fields don´t work at all!
when trying to save the new field ( or egzisting) =>
An error has occurred.
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY c2.id
) AS c2 ON c2.newId = c.id
SET published
= c2.newPublished' at line 6
You made the component completely useless!!
it is more of fixing bugs then working with the component!
can somebody pls take care of this!
As I mentioned above, I edit above file for the image only.
Could you point the ftp account to the root folder of your website? at this moment, it redirects to DT Register component only. I will check the issue of fields for you.
Regards