Contact

hs-icon-callcenter
Call
hs-icon-callcenter

Call us

Our support team is happy to help you, be it for technical or administrative issues. We’re there for you!

 

+41 (0)84 800 80 80
(Calls from Switzerland 8 centimes / minute)

Administration

Monday to Saturday
9.00 – 12.00 am
1.30 – 5.30 pm
 

Technical Support

Monday to Friday
8:00 am – 5:30 pm

Saturday
9:00 am – 4:00 pm

hs-icon-doc-write
Write
hs-icon-doc-write

Write to us

To be able to help you as quickly and effectively as possible, we kindly ask that you make your request as specific as possible. And of course you can contact us by email: support@hoststar.com

All fields marked with «*» are mandatory and must be completed.

 

Joomla error

Support > Tips & tricks > CMS

Here are some of the most common Joomla error messages and their quick fixes to resolve them easily: 

Error Displaying the Error Page" or "404 Page Not Found

This error message commonly occurs when a page or resource on your Joomla website cannot be found. 

Cause: 

  • Incorrect menu links or a faulty module. 

  • The page or item has been deleted, but the link still exists. 

Quickfix: 

  • Check the menus and make sure all links are correct. 

  • Clear the Joomla cache under System → Clear Cache, then try reloading the page. 

Database Connection Error or White Screen

This error occurs when Joomla is unable to connect to the database. Sometimes, instead of displaying a clear error message, Joomla shows a blank white page (White Screen) when there is a database connection issue. 

Cause: 

  • Incorrect database credentials in the configuration.php file. 

  • The database server might be offline or overloaded. 

  • In some cases, Joomla only shows a White Screen instead of a clear error message when there are database connection problems. 

Quickfix: 

  • Open the configuration.php file and check the database settings: 

 

public $user = 'your_username'; 
public $password = 'your_password'; 
public $db = 'your_database_name'; 
 

  • Contact your hosting provider to ensure that the database server is running properly. 

  • If a White Screen appears, enable error reporting in Joomla under System Global ConfigurationServer, to make the error message visible. 

500 Internal Server Error

This is a general server error indicating something is not working correctly on the server side. 

Cause: 

  • Errors in the .htaccess file, or a plugin/module is causing a conflict. 

Quickfix: 

  • Rename the .htaccess file in the Joomla root directory to see if it is causing the problem. 

  • Disable any recently installed or updated plugins/modules to see if they are causing the error. 

Maximum Execution Time Exceeded

This error occurs when a script runs longer than the server's allowed time limit. 

Cause: 

  • A script or plugin requires more time than the server allows. 

Quickfix: 

  • Increase the PHP time limit by adding this line to the php.ini or .htaccess file: 

 

max_execution_time = 300; 
 

  • Alternatively, ask your hosting provider to increase the time limit. 

 

By following these quick fixes, you can resolve common Joomla errors and keep your website running smoothly. 

 

 

Was this article helpful?