Remove / Hide Joomla "Articles" Header From Pages

Remove / Hide Joomla

When you insert a link to a Joomla article using your built-in editor, it links using a component/content/article URL path. By default, these links contain a global h1 tag value (page-title) of Articles. This added text can be useless on top of the actual article in most scenarios. You can easily remove Articles text by creating...

Continue reading
Tags:

Joomla 3: How to Track User Login History and Activity (IP Address/User/Action/Date)

Joomla 3: How to Track User Login History and Activity (IP Address/User/Action/Date)

Joomla 3.9 introduced user action logs, a Joomla core feature that tracks registered site users actions such as logins, backend activity, and more. User action logs are useful for tracking forensic activity over a period of time. By default, user action logs only track Joomla based actions and do not track actions of 3rd party components...

Continue reading
Tags:

Fix: Application Instantiation Error: Could not connect to MySQL.

Fix: Application Instantiation Error: Could not connect to MySQL.

You may receive the following error quickly (re-rendering the page it disappears) if trying to browse a Joomla 3 based web site.   Error displaying the error page: Application Instantiation Error: Could not connect to MySQL.  





The error is related to not being able to connect to the MySQL site database. This can...

Continue reading

How To: MediaWiki Enable SEO Friendly URLs Remove Index.php

How To: MediaWiki Enable SEO Friendly URLs Remove Index.php

Enabling SEO Url’s in MediaWiki is simple. This guide will walk you through doing so in an Apache webserver configuration.1. Open LocalSettings.php located in your media wiki document root.2. Add the following lines of code:





$wgArticlePath = "/$1"; $wgUsePathInfo = true; $wgGenerateThumbnailOnParse = false; 3. Create a .htaccess file. Simply create a new text file...

Continue reading
Tags:

Fix: Akeeba Database Restoration Error: COLLATE=utf8mb4_unicode_ci

Fix: Akeeba Database Restoration Error: COLLATE=utf8mb4_unicode_ci

Using the latest version of Akeeba Backup, you may receive the following error while trying to restore your database: Database restorationAn error occurred while restoring the database. The error message can be found below. Click on the × button at the top right of this dialog message to close it and return to the database restoration...

Continue reading