Skip to main content

Questions tagged [error-pages]

1 vote
1 answer
301 views

I've been tasked with making the error.php file look exactly like the rest of the client's site. I have attempted to create this using code from the main template's index.php file but get lots of ...
Dan's user avatar
  • 83
1 vote
0 answers
153 views

In Joomla 3 I had a really simple error.php file which pulled in the content from an article with the title '404'. I created an article named 404 and assigned it to a menu item of type 'single article'...
Gillian's user avatar
  • 421
1 vote
1 answer
163 views

When running our main site locally, it breaks with 404 "File not found" white page. Any tips to debugging this? I've tried setting debug = 1, enable stacktrace in error document, but it ...
Olle Härstedt's user avatar
1 vote
1 answer
647 views

I've installed last version of Joomla (3.9.23) and have encountered a problem. When I install Joomla with automatic setup all is working correctly. What I need is to install Joomla by deploying ...
Green's user avatar
  • 36
0 votes
0 answers
99 views

I have Joomla 3.3.1 version After migrating the web site to another host (with IIS server) I had a problem with blank pages when I click on a menu The home page is displayed well, the problem is just ...
Mohammed's user avatar
0 votes
1 answer
201 views

I'm currently using Joomla and we have a small security vulnerability in our URI. Currently, it displays the Exception/Error directly to the user like so: You have an error in your SQL syntax; check ...
butter's user avatar
  • 1
1 vote
3 answers
3k views

I've updated to Joomla 3.9.3 and now when I open the articles pages, I get this error: 500 Unknown column 'a.note' in 'field list' I've tried to fix the database with the Joomla repair function, but ...
Patrick Münster's user avatar
0 votes
1 answer
462 views

I am having trouble with custom 404 page, So I have been trying to get the custom 404 page to work but I have problem making it work right. All the methods that are described everywhere : make custom ...
Perovic 's user avatar
1 vote
3 answers
2k views

I am working on a custom component that displays pages to the user on the front-end. It is possible that a user may try to access a page of the component that no longer exists, and in these instances, ...
Zachary Draper's user avatar
0 votes
1 answer
1k views

I am getting warning error when user logged in. After logged in on top of header show warning message "You are not authorised to view this resource." And when try to download attachment it's showing ...
Sanjay Yadav's user avatar
0 votes
2 answers
243 views

I have the following code for my 404 it is located in error.php within the template if ($this->error->getCode() == '404') { header('Location: /images/masters/404.gif'); exit; } I ...
Iain's user avatar
  • 3
2 votes
1 answer
1k views

I am looking for a way to redirect joomla to a different page without changing the url in the address bar. We currently have a site setup that when it encounters a 404 page (eg. site.com/fake-url) it ...
Typhado's user avatar
  • 153
3 votes
1 answer
829 views

We have built a website in Joomla 3.0 but joomla administrator is not redirecting it to default 404 error page. . How I can redirect it to defualt joomla error page with design.
manpreet's user avatar
2 votes
1 answer
179 views

I want to use a custom 404 page for my website, so I followed the directions I found here and here. However, when I trigger an error, the 404 message is embedded in the middle of my homepage, i.e., I ...
mattosmat's user avatar
  • 317
2 votes
6 answers
454 views

My Joomla 3.6 website up time is pretty good, however at times of high traffic, my site shows a white page with the following text; Error displaying the error page: Application Instantiation Error: ...
jonboy's user avatar
  • 3,645

15 30 50 per page