System messages joomla hosting

This tutorial is going to show you how to fix issues related to compatibility of Joomla! 3.1.x based templates with Joomla! 3.2.x.

After installing some templates based on Joomla! 3.1.х on Joomla!3.2.x, you may face problems with post-installation and upgrade messages like:

  • if you go to System-> Control Panel in your Joomla admin and click on the “Review Messages” button, the 404 Not Found error may occur.
System messages joomla hosting There you will
  • There also may be a layout error on pages created with the “Category Articles,” “Category Blog,” “Gallery View” and “Featured Articles” menu types. For instance, if you go to the Menus menu, create a new menu, under the ‘Details” tab select Menu Item Type: Category Articles,

    then go ahead and under the “Blog layout ” use the following settings

    and save the menu, the layout of the page may look wrong. E.g. 2 columns instead of 3, etc:

    In order to fix System messages issues

    1. Open your database through phpMyadmin or other tool available in your hosting control panel ;
    2. Before you proceed, we suggest creating a backup copy of the database ;
    3. Click the SQL tab and paste the following code (download the code as a zipped SQL file):
    4. Check what your database prefix is: in your Joomla admin panel go to System -> Global Configuration click the Server tab -> the Database table Prefix field under Database Settings.

      If the prefix is jos_. you can use the code as is, if it is different, like s7ukd_. change jos_ to s7ukd_ everywhere in the code (hit Ctrl + F to look for it);

    5. You if get this message, everything was done correctly.
    6. You can go to System-> Control Panel in your Joomla admin and click on the “Review Messages” button. The 404 Not Found error should no longer occur.

      In order to fix pages layout

      1. To fix the wrong layout of the pages, download a zip file by clicking the link.
      2. Unzip the file. Move the ‘ html ’ folder to the /templates/theme###/ directory on FTP. There you will find a folder with the same name, so when moving you will be asked to replace the folder. Just agree to the replacement since that will just replace certain files in the folder (you might also want to create a backup copy of the template ‘ html ’ folder prior to this).
      3. Once the files are replaced, check the page where you had the problem: it should no longer occur.

        Feel free to check the detailed video tutorial below:

      4. Related articles

        Position 7 joomla hostingThis tutorial is going to show you how to add module position in Joomla 3.x. template. You already know how to check available module positions of the template. In this tutorial we will show...
        Location database joomla hostingSo you want to move your move a joomla 2.5 site to a new server. Confused with all the half finished or techno babble guides? Well don't worry, our 'Migrate your Joomla! Site to a new server...
        Backup joomla site cpanel hosting/ CMS Hosting / Backup Your Joomla Website With cPanel There are often mistakes built into web design that can cause many problems for the operation of the site and annoyance to those viewing...
        Field type textarea joomla hostingHow to use the Media Manager and insert images and links in articles Creating new pages and articles with images and links in them is easily accomplished through the backend (admin panel) of...
        Position 14 joomla hostingHow to add new menus and other modules to your Joomla site and how to change their positions If you want your Joomla frontend to display additional menus, or some other modules, you can add...