Last version crash my website
- Posted by Jose (41) Offline
The last version crashed my website
After updating my patriademarti.com website to the latest version today, it crashed. It seems there's code in the new version that's interfering with my template overrides. I restored my website to my latest backup. Could you please fix the problem?
1 week 1 day ago - 1 week 1 day ago #1
by Jose
After updating my patriademarti.com website to the latest version today, it crashed. It seems there's code in the new version that's interfering with my template overrides. I restored my website to my latest backup. Could you please fix the problem?
Last edit: 1 week 1 day ago by Jose. Reason: I was showing my site login credentials.
Please Log in or Create an account to join the conversation.
- Posted by aver (1) Offline
It crashed my website too. Had to re-install the older version (overwriting version 3.0). I’m using the standard Cassiopeia Template.
Please check this update because something is wrong about it.
1 week 1 day ago #2
by aver
Please check this update because something is wrong about it.
Please Log in or Create an account to join the conversation.
- Posted by Peter (20) Offline
- Posted by Jose (41) Offline
- Posted by TemplatePlazza (5342) Offline
Hi everyone, sorry for the inconvenience. If you experience a crash right after installing the extension, it’s most likely because you already have an existing template override. There have been changes to the template files in the latest version to support J 5.
Please rename your template override file first and then make the necessary adjustments. If you need help modifying the override files, feel free to send them to our support team at support[at]templateplazza[dot]comJose, if you happened to share your website password here earlier, please make sure to change it immediately, as it might have been seen by others.
1 week 1 day ago #5
by TemplatePlazza
Please rename your template override file first and then make the necessary adjustments. If you need help modifying the override files, feel free to send them to our support team at support[at]templateplazza[dot]comJose, if you happened to share your website password here earlier, please make sure to change it immediately, as it might have been seen by others.
Please Log in or Create an account to join the conversation.
- Posted by Jose (41) Offline
Could you send me an easier solution similar to last year's?
Last year's update presented the same issue, and the support team offered a more concise solution, suggesting modifying a single line of code.
I followed the instructions, which were as follows:
It appears that you have a template override in place. An additional code has been included in the template file to support the Helix template and SP Page Builder in version 2.4.0. Please add
$item->attribs
to the
$thumb_img
code in your template override file located at /templates/sj_plus/html/mod_minifrontpagepro//infinity_ajax.php, specifically at line 48.
so this part
$thumb_img = ModMinifrontpageproHelper::getThumbnail($params, $item->id, $item->images, $item->title,$item->introtext.$item->fulltext,$module->id,$item->modified);
become
$thumb_img = ModMinifrontpageproHelper::getThumbnail($params, $item->id, $item->images, $item->title,$item->introtext.$item->fulltext,$module->id,$item->modified,$item->attribs);
1 week 5 hours ago #6
by Jose
Last year's update presented the same issue, and the support team offered a more concise solution, suggesting modifying a single line of code.
I followed the instructions, which were as follows:
It appears that you have a template override in place. An additional code has been included in the template file to support the Helix template and SP Page Builder in version 2.4.0. Please add
$item->attribs
to the
$thumb_img
code in your template override file located at /templates/sj_plus/html/mod_minifrontpagepro//infinity_ajax.php, specifically at line 48.
so this part
$thumb_img = ModMinifrontpageproHelper::getThumbnail($params, $item->id, $item->images, $item->title,$item->introtext.$item->fulltext,$module->id,$item->modified);
become
$thumb_img = ModMinifrontpageproHelper::getThumbnail($params, $item->id, $item->images, $item->title,$item->introtext.$item->fulltext,$module->id,$item->modified,$item->attribs);
Please Log in or Create an account to join the conversation.