Hi, I have strange 404 error page, it is actually error 500.
Please try any non existing page. https://testsajt.pw/test Thank you, Milos
Is that related to the 3rd party extension in this topic? https://www.joomlart.com/forums/d/43351-strange-bug-with-images
No, it is not. If you visit some non existing page should give you Eror 404 page, correct? but it shows error 500 page.
veselinovm Hi, As i check, there are two issues on your site:
Random faltal error Unable to get properties for the image on home page. That's because module Minifrontpage Tretmani lica i tela load to article Zašto je trajna epilaciju kod nas bolja nego kod ostalih?. You will need author of module Minifrontpage to resolve this issue.
Unable to get properties for the image
Tretmani lica i tela
Zašto je trajna epilaciju kod nas bolja nego kod ostalih?
404 page doens't load correct template style. This is a bug of t3 template. You can fix by editing file templates\ja_diner\error.php, then replace string:
templates\ja_diner\error.php
T3_TEMPLATE_PATH
with
JPATH_ROOT . '/templates/' . $this->template
Regards
Hi, that solved problem! Thank you. Maybe this line should be removed too, as reveals root folder. <p class="alert alert-error"><code><?php echo $this->error->getFile() ?> (<?php echo $this->error->getLine() ?>)</code></p>
veselinovm You can customize as you wish 🙂
ok, tnx! Please close this topic.