Help4.x

Difference between revisions of "Information: Database/it"

From Joomla! Documentation

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 50: Line 50:
 
==Quick Tips==
 
==Quick Tips==
 
* If you experience problems during an update, use this Database check to see if your database got updated correctly.
 
* If you experience problems during an update, use this Database check to see if your database got updated correctly.
* It is strongly recommended that you use the [[Help40:Components_Joomla_Update/en|Joomla! Update]] component to update your site. This way the database changes will be done automatically.
+
* It is strongly recommended that you use the [[Help40:Joomla_Update/en|Joomla! Update]] component to update your site. This way the database changes will be done automatically.
  
 
==Related Information==
 
==Related Information==
* You can check for available updates in the [[Help40:Components_Joomla_Update/en|Joomla! Update]] component or in the [[Help40:Site_Control_Panel/en|Control Panel]].
+
* You can check for available updates in the [[Help40:Joomla_Update/en|Joomla! Update]] component or in the [[Help40:Site_Control_Panel/en|Control Panel]].
 
'''Links to Other Screens'''
 
'''Links to Other Screens'''
 
*'''Install.''' Links to the [[Help40:Extensions:_Install/en|Install Screen]].
 
*'''Install.''' Links to the [[Help40:Extensions:_Install/en|Install Screen]].

Revision as of 05:36, 28 September 2020

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎français • ‎italiano

Descrizione

This screen checks that your database table structure is up to date with your Joomla programs and lets you try to fix any problems that are found. In a normal Joomla version update, changes to the database table structure (also called "schema") are done automatically to keep the database version synchronized with the Joomla version. If an update is done manually, or if some part of an automatic update fails, the database schema might not be updated to match the version of the Joomla program files. In this case you will see a list of database problems on the screen. You can normally fix any problems by clicking on the Fix button.

Come accedere

  • Select System  Information Panel  Database from the Administrator menu.

Screenshot

Help-4x-extension manager-database-screen-en.png

Column Headers

  • Checkbox. Check this box to select one or more items. To select all items, check the box in the column heading. After one or more boxes are checked, click a toolbar button to take an action on the selected item or items. Many toolbar actions, such as Publish and Unpublish, can work with multiple items. Others, such as Edit, only work on one item at a time. If multiple items are checked and you press Edit, the first item will be opened for editing.
  • Name. The name of the extension.
  • Location. Specifies if this is a site or administrator extension.
  • Type. The extension type - module, plug-in, template, language.
  • Problems. Any problems will be mentioned here. A hover Tooltip provides more information.
  • Database Version. The version number of the Database.
  • Manifest Version. The version number of Joomla or Extension.
  • Folder. If the extension is a plug-in, the subdirectory of your Joomla! installation's /plugins directory where the extension is located.
  • ID. The ID number. This is a unique identification number for this item assigned automatically by Joomla!. It is used to identify the item internally, for example in internal links. You cannot change this number.

List Filters

Search bar. This is a common feature of most Lists. The layout is as shown below.

Help-4x-colheader-filter-field-en.png
  • Search by Text. Enter part of the search term and click the Search icon. The search may be of one or more fields. Hover to see a Tooltip indicating which fields will be searched. In some cases a different format is required. For Example, to Search by ID enter "id:xx", where "xx" is the item ID number (for example, "id:9").
  • Filter Options. Click to display or hide the additional filters.
  • Clear. Click to clear the Filter field and restore the list to its unfiltered state.
  • Ordering. Shows the current table ordering field. Select from the drop down list to change the order or click a column heading. Ordering may be in ascending or descending order. The column heading toggles between ascending and descending order.
  • Number to Display. Shows the number of items in a list. The default for a site is 20 but this may be changed in the global configuration. Select from the drop-down list to change the number displayed. If you select too many complex items they will be slow to deliver and display.

Filter Options

You can use one of the available filters or any combination of them to limit the number of extensions displayed to just the extensions which match your filter parameters.

  • -Select Location-. Select Site, Administrator or API from the drop-down list of available locations.
  • -Select Type-. Select the extension type from the drop-down list box of available types.
  • -Select Folder-. Select a plug-in folder from the drop-down list box of available folders. There is a separate folder for each type of plug-in defined in your Joomla installation.

Page Controls: When the number of items is more than one page, you will see a page control bar as shown below. The current page number being viewed has a dark colour background.

Help-4x-pagination-en.png
  • Start: Click to go to the first page.
  • Prev: Click to go to the previous page.
  • Page numbers: Click to go to the desired page.
  • Next: Click to go to the next page.
  • End: Click to go to the last page.

Toolbar

At the top of the page you will see the toolbar shown in the Screenshot above. The functions are:

  • Update Structure. This program attempts to fix any database table structure problems found in the Database check. It runs any database schema change scripts (from the folder administrator/components/com_admin/sql/updates) that were not run during the version update. It then re-checks whether or not the database is up to date. If it is successful, the message "Database table structure is up to date" will show.
  • Options. Opens the Options window where settings such as default parameters can be edited.
  • Help. Opens this help screen.

Quick Tips

  • If you experience problems during an update, use this Database check to see if your database got updated correctly.
  • It is strongly recommended that you use the Joomla! Update component to update your site. This way the database changes will be done automatically.

Related Information

Links to Other Screens