Questions tagged [error-pages]
The error-pages tag has no summary.
27 questions
1 vote
1 answer
301 views
Yootheme 404 page to show in the main template layout
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 ...
1 vote
0 answers
153 views
J4.x - How to echo content from a specific article into error.php
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'...
1 vote
1 answer
163 views
Debugging "File not found."
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 ...
1 vote
1 answer
647 views
Joomla 3.9.23 Installation error after moving configuration file
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 ...
0 votes
0 answers
99 views
Joomla blank page after migration?
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 ...
0 votes
1 answer
201 views
How to redirect all exceptions/error to a 404 page or back to home page
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 ...
1 vote
3 answers
3k views
Joomla 3.9.3 Articles: 500 Unknown column 'a.note' in 'field list'
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 ...
0 votes
1 answer
462 views
Custom 404 page
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 ...
1 vote
3 answers
2k views
Calling Joomla!'s Default 404 Page
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, ...
0 votes
1 answer
1k views
After Login waring error You are not authorised to view this resource
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 ...
0 votes
2 answers
243 views
Adding a hyperlink to the Joomla 3x custom 404 error page
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 ...
2 votes
1 answer
1k views
Joomla Redirect without changing url
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 ...
3 votes
1 answer
829 views
Joomla administrator 404 page design not working
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.
2 votes
1 answer
179 views
Custom 404 page shows unselected modules
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 ...
2 votes
6 answers
454 views
Database Error At Busy Times
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: ...