<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rbuelund</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rbuelund"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Rbuelund"/>
	<updated>2026-05-19T06:16:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=780806</id>
		<title>Access Control List/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=780806"/>
		<updated>2021-01-29T07:23:41Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Access Control List/da}}&lt;br /&gt;
&lt;br /&gt;
==Yderligere læsestof==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL En Case med rolle-baseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementering af rollebaseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Tilføjelse af ACL gennem overrides]&lt;br /&gt;
&lt;br /&gt;
===Vejledninger===&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|3.x}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Special:MyLanguage/Category:Landing Pages|Landingssider]][[Special:MyLanguage/Category:Access Control|Kategori adgangskontrol]] [[Special:MyLanguage/Category:Glossary|Gloser]][[Special:MyLanguage/Category:Access Management|Adgangsstyring]][[Special:MyLanguage/Category:References|Referencer]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/5/da&amp;diff=780805</id>
		<title>Translations:Access Control List/5/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/5/da&amp;diff=780805"/>
		<updated>2021-01-29T07:23:41Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|3.x}}&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780798</id>
		<title>About CSS page layouts/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780798"/>
		<updated>2021-01-29T07:22:17Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Style information bliver kodet i CSS, cascading style sheet, og gemmes normalt i filer med endelsen .css. En webside indeholder et link til den associerede .css fil, så brows...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|This page is orphaned. The information, while relevant and well written, might be better placed elsewhere like https://docs.joomla.org/More_advanced_Joomla!_templates, rather than being an article on its own.}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Professionelle websteder separerer styling fra indhold. Der er mange grunde til at gøre det, og den mest øjensynlige (for en udvikler) er at være i stand til at kontrollere udseendet af mange sider ved at ændre en enkelt fil. Styling information inkluderer: fonte; baggrunde; billeder (som går igen på alle sider); placering og dimensioner af elementer på siden. Din HTML fil vil nu kun være med: header information; en række  elementer; teksten på dit websted. Fordi du oprette en Joomla! skabelon, så vil du faktisk have: noget header information; php kode der efterspørger resten af header informationen; en række elementer; php kode der efterspørger hver modulposition; php kode der efterspørger hovedindholdet.&lt;br /&gt;
&lt;br /&gt;
Style information bliver kodet i CSS, cascading style sheet, og gemmes normalt i filer med endelsen .css. En webside indeholder et link til den associerede .css fil, så browseren kan finde den passende stil information der skal anvendes på siden. CSS kan også placeres i selve html filen mellem &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
All CSS code is applied to an element of the html/xml page. If you want a style to encompass a whole page, you would probably apply it to the &amp;lt;body&amp;gt; element. You can apply styles to any html element such as &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;&amp;lt;table&amp;gt;&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; elements. To style a particular element it needs to have an ID. For example, to apply styles to the &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; containing the title, you would first include an ID in the html - &amp;lt;nowiki&amp;gt;&amp;lt;div ID=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:CSS]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/2/da&amp;diff=780797</id>
		<title>Translations:About CSS page layouts/2/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/2/da&amp;diff=780797"/>
		<updated>2021-01-29T07:22:17Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Style information bliver kodet i CSS, cascading style sheet, og gemmes normalt i filer med endelsen .css. En webside indeholder et link til den associerede .css fil, så brows...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Style information bliver kodet i CSS, cascading style sheet, og gemmes normalt i filer med endelsen .css. En webside indeholder et link til den associerede .css fil, så browseren kan finde den passende stil information der skal anvendes på siden. CSS kan også placeres i selve html filen mellem &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt; tags.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780775</id>
		<title>About CSS page layouts/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780775"/>
		<updated>2021-01-29T07:20:34Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Professionelle websteder separerer styling fra indhold. Der er mange grunde til at gøre det, og den mest øjensynlige (for en udvikler) er at være i stand til at kontrollere...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|This page is orphaned. The information, while relevant and well written, might be better placed elsewhere like https://docs.joomla.org/More_advanced_Joomla!_templates, rather than being an article on its own.}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Professionelle websteder separerer styling fra indhold. Der er mange grunde til at gøre det, og den mest øjensynlige (for en udvikler) er at være i stand til at kontrollere udseendet af mange sider ved at ændre en enkelt fil. Styling information inkluderer: fonte; baggrunde; billeder (som går igen på alle sider); placering og dimensioner af elementer på siden. Din HTML fil vil nu kun være med: header information; en række  elementer; teksten på dit websted. Fordi du oprette en Joomla! skabelon, så vil du faktisk have: noget header information; php kode der efterspørger resten af header informationen; en række elementer; php kode der efterspørger hver modulposition; php kode der efterspørger hovedindholdet.&lt;br /&gt;
&lt;br /&gt;
Style information is coded in CSS, cascading style sheet, and usually stored in files with the extension .css. A webpage contains a link to the associated .css file so a browser can find the appropriate style information to apply to the page. CSS can also be placed inside a html file between &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
All CSS code is applied to an element of the html/xml page. If you want a style to encompass a whole page, you would probably apply it to the &amp;lt;body&amp;gt; element. You can apply styles to any html element such as &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;&amp;lt;table&amp;gt;&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; elements. To style a particular element it needs to have an ID. For example, to apply styles to the &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; containing the title, you would first include an ID in the html - &amp;lt;nowiki&amp;gt;&amp;lt;div ID=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:CSS]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/1/da&amp;diff=780774</id>
		<title>Translations:About CSS page layouts/1/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/1/da&amp;diff=780774"/>
		<updated>2021-01-29T07:20:33Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Professionelle websteder separerer styling fra indhold. Der er mange grunde til at gøre det, og den mest øjensynlige (for en udvikler) er at være i stand til at kontrollere...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Professionelle websteder separerer styling fra indhold. Der er mange grunde til at gøre det, og den mest øjensynlige (for en udvikler) er at være i stand til at kontrollere udseendet af mange sider ved at ændre en enkelt fil. Styling information inkluderer: fonte; baggrunde; billeder (som går igen på alle sider); placering og dimensioner af elementer på siden. Din HTML fil vil nu kun være med: header information; en række  elementer; teksten på dit websted. Fordi du oprette en Joomla! skabelon, så vil du faktisk have: noget header information; php kode der efterspørger resten af header informationen; en række elementer; php kode der efterspørger hver modulposition; php kode der efterspørger hovedindholdet.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780767</id>
		<title>About CSS page layouts/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=About_CSS_page_layouts/da&amp;diff=780767"/>
		<updated>2021-01-29T07:15:12Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Om CSS side layouts&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|This page is orphaned. The information, while relevant and well written, might be better placed elsewhere like https://docs.joomla.org/More_advanced_Joomla!_templates, rather than being an article on its own.}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Professional websites separate styling from content. There are many reasons for this, the most obvious (to a developer) being the ability to control the appearance of many pages by changing one file. Styling information includes: fonts; backgrounds; images (that recur on every page); position and dimensions of elements on the page. Your HTML file will now be left with: header information; a series of elements; the text of your website. Because you are creating a Joomla! template, you will actually have: some header information; php code to request the rest of the header information; a series of elements; php code to request each module position; php code to request the main content.&lt;br /&gt;
&lt;br /&gt;
Style information is coded in CSS, cascading style sheet, and usually stored in files with the extension .css. A webpage contains a link to the associated .css file so a browser can find the appropriate style information to apply to the page. CSS can also be placed inside a html file between &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&amp;lt;/style&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
All CSS code is applied to an element of the html/xml page. If you want a style to encompass a whole page, you would probably apply it to the &amp;lt;body&amp;gt; element. You can apply styles to any html element such as &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;&amp;lt;table&amp;gt;&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; elements. To style a particular element it needs to have an ID. For example, to apply styles to the &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; containing the title, you would first include an ID in the html - &amp;lt;nowiki&amp;gt;&amp;lt;div ID=&amp;quot;title&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:CSS]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/Page_display_title/da&amp;diff=780766</id>
		<title>Translations:About CSS page layouts/Page display title/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:About_CSS_page_layouts/Page_display_title/da&amp;diff=780766"/>
		<updated>2021-01-29T07:15:12Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Om CSS side layouts&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Om CSS side layouts&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344612</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344612"/>
		<updated>2016-11-08T20:00:08Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Klik på Gem &amp;amp; luk. # Du vil så se din installerede Joomla version, den seneste Joomla! version og URLen til opdaterings pakken.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Klik på Gem &amp;amp; luk.&lt;br /&gt;
# Du vil så se din installerede Joomla version, den seneste Joomla! version og URLen til opdaterings pakken.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Gå live med dit Joomla! 3.x websted ===&lt;br /&gt;
&lt;br /&gt;
# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette.&lt;br /&gt;
# Tag backup af dit Joomla! 3.x websted og flyt eller genskab dit Joomla! 3.x websted i roden (eller skift navneservere hvis du har opbygget webstedet på et midlertidigt domæne på en ny hosting konto).&lt;br /&gt;
# Test igen.&lt;br /&gt;
# Fjern Joomla! 2.5 webstedet fra serveren inden for få dage med mindre du har redigeret din robots.txt fil for at blokere søgemaskine robotter.&lt;br /&gt;
# Fjernudviklingswebsteder som du har arbejdet på eller hold dem opdaterede, hvis de kører en opdateret version for at holde hacker på afstand fra din server. &lt;br /&gt;
&lt;br /&gt;
Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export overførselsværktøj/tredjeparts udvidelse].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/26/da&amp;diff=344611</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/26/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/26/da&amp;diff=344611"/>
		<updated>2016-11-08T20:00:07Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Klik på Gem &amp;amp; luk. # Du vil så se din installerede Joomla version, den seneste Joomla! version og URLen til opdaterings pakken.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Klik på Gem &amp;amp; luk.&lt;br /&gt;
# Du vil så se din installerede Joomla version, den seneste Joomla! version og URLen til opdaterings pakken.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344610</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344610"/>
		<updated>2016-11-08T19:59:05Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;=== Gå live med dit Joomla! 3.x websted ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Gå live med dit Joomla! 3.x websted ===&lt;br /&gt;
&lt;br /&gt;
# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette.&lt;br /&gt;
# Tag backup af dit Joomla! 3.x websted og flyt eller genskab dit Joomla! 3.x websted i roden (eller skift navneservere hvis du har opbygget webstedet på et midlertidigt domæne på en ny hosting konto).&lt;br /&gt;
# Test igen.&lt;br /&gt;
# Fjern Joomla! 2.5 webstedet fra serveren inden for få dage med mindre du har redigeret din robots.txt fil for at blokere søgemaskine robotter.&lt;br /&gt;
# Fjernudviklingswebsteder som du har arbejdet på eller hold dem opdaterede, hvis de kører en opdateret version for at holde hacker på afstand fra din server. &lt;br /&gt;
&lt;br /&gt;
Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export overførselsværktøj/tredjeparts udvidelse].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/32/da&amp;diff=344609</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/32/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/32/da&amp;diff=344609"/>
		<updated>2016-11-08T19:59:04Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;=== Gå live med dit Joomla! 3.x websted ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Gå live med dit Joomla! 3.x websted ===&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344608</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344608"/>
		<updated>2016-11-08T19:58:12Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette. # Tag backup af dit J...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette.&lt;br /&gt;
# Tag backup af dit Joomla! 3.x websted og flyt eller genskab dit Joomla! 3.x websted i roden (eller skift navneservere hvis du har opbygget webstedet på et midlertidigt domæne på en ny hosting konto).&lt;br /&gt;
# Test igen.&lt;br /&gt;
# Fjern Joomla! 2.5 webstedet fra serveren inden for få dage med mindre du har redigeret din robots.txt fil for at blokere søgemaskine robotter.&lt;br /&gt;
# Fjernudviklingswebsteder som du har arbejdet på eller hold dem opdaterede, hvis de kører en opdateret version for at holde hacker på afstand fra din server. &lt;br /&gt;
&lt;br /&gt;
Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export overførselsværktøj/tredjeparts udvidelse].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/33/da&amp;diff=344607</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/33/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/33/da&amp;diff=344607"/>
		<updated>2016-11-08T19:58:11Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette. # Tag backup af dit J...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Når du er klar til at gå live, tag backup af dit 2.5 websted for sidste gang. Genskab det i en undermappe eller et subdomæne, hvis du ønsker dette.&lt;br /&gt;
# Tag backup af dit Joomla! 3.x websted og flyt eller genskab dit Joomla! 3.x websted i roden (eller skift navneservere hvis du har opbygget webstedet på et midlertidigt domæne på en ny hosting konto).&lt;br /&gt;
# Test igen.&lt;br /&gt;
# Fjern Joomla! 2.5 webstedet fra serveren inden for få dage med mindre du har redigeret din robots.txt fil for at blokere søgemaskine robotter.&lt;br /&gt;
# Fjernudviklingswebsteder som du har arbejdet på eller hold dem opdaterede, hvis de kører en opdateret version for at holde hacker på afstand fra din server.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344606</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344606"/>
		<updated>2016-11-08T19:52:51Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla! 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temporary domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove the Joomla! 2.5 site from the server within a couple of days unless you have edited your robots.txt file to block the search engine spiders.&lt;br /&gt;
# Remove all development sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export overførselsværktøj/tredjeparts udvidelse].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/34/da&amp;diff=344605</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/34/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/34/da&amp;diff=344605"/>
		<updated>2016-11-08T19:52:50Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export overførselsværktøj/tredjeparts udvidelse].&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344604</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344604"/>
		<updated>2016-11-08T19:52:12Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du ka...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla! 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temporary domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove the Joomla! 2.5 site from the server within a couple of days unless you have edited your robots.txt file to block the search engine spiders.&lt;br /&gt;
# Remove all development sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/34/da&amp;diff=344603</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/34/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/34/da&amp;diff=344603"/>
		<updated>2016-11-08T19:52:11Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du ka...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hvis du har haft dataændringer på 2.5 webstedet mens du migrerede til 3.x, så vil du formodentlig ønske at flytte dataene over til 3.x webstedet inden det går live. Du kan gøre dette manuelt (vær sikker på at du beholder de samme bruger ID&#039;er - gå i rækkefølge) eller ved at anvende en [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344602</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344602"/>
		<updated>2016-11-08T19:49:09Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse. * [http://extensions.joomla.org/extensions/acc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla! 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temporary domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove the Joomla! 2.5 site from the server within a couple of days unless you have edited your robots.txt file to block the search engine spiders.&lt;br /&gt;
# Remove all development sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
If you had data change on the 2.5 site while you were migrating to 3.x, you will want to get that data moved over to the 3.x site before going live. You can do this manually (make sure you keep the same user IDs - go in order) or by using a [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/36/da&amp;diff=344601</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/36/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/36/da&amp;diff=344601"/>
		<updated>2016-11-08T19:49:08Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse. * [http://extensions.joomla.org/extensions/acc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] til backup og genskabelse.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] til at rette problemer ved hjælp af få klik.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344600</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344600"/>
		<updated>2016-11-08T19:48:20Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;== Foreslåede værktøjer ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla! 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temporary domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove the Joomla! 2.5 site from the server within a couple of days unless you have edited your robots.txt file to block the search engine spiders.&lt;br /&gt;
# Remove all development sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
If you had data change on the 2.5 site while you were migrating to 3.x, you will want to get that data moved over to the 3.x site before going live. You can do this manually (make sure you keep the same user IDs - go in order) or by using a [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Foreslåede værktøjer ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] for backup and restore.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] to fix asset issues in a few clicks.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/35/da&amp;diff=344599</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/35/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/35/da&amp;diff=344599"/>
		<updated>2016-11-08T19:48:19Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;== Foreslåede værktøjer ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Foreslåede værktøjer ==&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344598</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=344598"/>
		<updated>2016-11-08T19:46:52Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.}}&lt;br /&gt;
&lt;br /&gt;
The following are step by step instructions to migrate your 2.5.x site to Joomla! 3.x. While there are hundreds of different scenarios, this will give you the basic procedure to follow. Very complex migrations will likely be a result of installed third-party extensions. You are encouraged to contact the developers of third-party extensions installed on your Joomla! site for their suggested path to migrate their extensions.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
The migration from Joomla! 2.5 to 3.x is considered a mini-migration. This is because the Joomla! core extensions will upgrade with a “one-click” upgrade via the Joomla! Update component in the backend administrator side of Joomla. Many third-party extensions are a one-click upgrade too. Some are not. You need to look at each one and determine what path the extension needs to follow to get from 2.5 to 3.x. If you haven&#039;t already, you might be interested in reading the [[S:MyLanguage/Migration Step by Step Self Assessment|Self Assessment]] and [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planning for 2.5 to 3.x Migration]] prior to following the steps below.&lt;br /&gt;
&lt;br /&gt;
Joomla! Core Extensions:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
The one-click update will be fine and work well for many. For some larger, more complex sites, the one-click update may not be the best route. For large or very complex sites, you may want to follow instructions for a regular migration and bypass the one-click update functionality. To do this, follow the same instructions for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|planning 1.5 to 3.x]] and [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|migrating from Joomla 1.5 to 3.x]], simply substitute 2.5 for 1.5 while reading.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually.&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding.&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain.&lt;br /&gt;
#* A subdirectory.&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root. (If you would like to change hosts in the process of migration).&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page. (Read the developer documentation)&lt;br /&gt;
# In your test location, update your Joomla! 2.5 instance to the latest maintenance release. (Currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to the latest version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date as in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button:{{-}}[[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Empty trash: Do you have any articles in the trash? If so, delete them (and any applicable media that may be associated with them if not in use elsewhere on the site). Articles (categories and menu items too) left in the trash can cause issues in having a migration to complete without errors.&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to be updated to the latest version or uninstalled. In Joomla! 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Version column, under the Manage tab, giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla! 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall any Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla! 2.5 and it has been decoupled in Joomla! 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla! 3 remain in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|Site,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to Joomla! 3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off Remember Me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the Update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No, just kidding. The amount of time the wheel spins is dependent on your site, Internet connection and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Clear Cache button.&lt;br /&gt;
# Go to {{rarr|Extensions,Manage,Database}} and click Fix.&lt;br /&gt;
# In the Extension Manager, go to Discover and see if there are any extensions to install.&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# At this point, it would be prudent to clear your browser&#039;s cache. Some browsers, notably Firefox, will retain old version 2.5 files. That caching might prevent the operation of the Save and Save &amp;amp; Close buttons in the Administrator.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Enable Versions to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
# If everything works as expected, turn Error Reporting back to System Default ({{rarr|System,Global Configuration,Server tab}}). Make sure to Save &amp;amp; Close.&lt;br /&gt;
&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla! 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temporary domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove the Joomla! 2.5 site from the server within a couple of days unless you have edited your robots.txt file to block the search engine spiders.&lt;br /&gt;
# Remove all development sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
If you had data change on the 2.5 site while you were migrating to 3.x, you will want to get that data moved over to the 3.x site before going live. You can do this manually (make sure you keep the same user IDs - go in order) or by using a [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Suggested Tools ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] for backup and restore.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager] to fix asset issues in a few clicks.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/40/da&amp;diff=344597</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/40/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/40/da&amp;diff=344597"/>
		<updated>2016-11-08T19:46:51Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 2.5.28 kan for øjeblikket kun migreres via 2 skridt. Først migreres til 3.5.1 og dernæst skal du opgradere fra 3.5.1 til den seneste .3.x via en-klik installeren.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149814</id>
		<title>Category:ACL Help Screens/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149814"/>
		<updated>2015-01-07T15:50:57Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Category:Help screens/daCategory:Access Control/da&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{cat info|{{:Access Control List/da}}&lt;br /&gt;
Du ser en liste over hjælpe skærmsider under kategorien kaldet &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Help screens/da]][[Category:Access Control/da]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/3/da&amp;diff=149813</id>
		<title>Translations:Category:ACL Help Screens/3/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/3/da&amp;diff=149813"/>
		<updated>2015-01-07T15:50:57Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Category:Help screens/daCategory:Access Control/da&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Help screens/da]][[Category:Access Control/da]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149812</id>
		<title>Category:ACL Help Screens/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149812"/>
		<updated>2015-01-07T15:49:08Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Du ser en liste over hjælpe skærmsider under kategorien kaldet &amp;#039;&amp;#039;&amp;#039;{{PAGENAME}}&amp;#039;&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{cat info|{{:Access Control List/da}}&lt;br /&gt;
Du ser en liste over hjælpe skærmsider under kategorien kaldet &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Help screens]][[Category:Access Control]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/2/da&amp;diff=149811</id>
		<title>Translations:Category:ACL Help Screens/2/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/2/da&amp;diff=149811"/>
		<updated>2015-01-07T15:49:07Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Du ser en liste over hjælpe skærmsider under kategorien kaldet &amp;#039;&amp;#039;&amp;#039;{{PAGENAME}}&amp;#039;&amp;#039;&amp;#039;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Du ser en liste over hjælpe skærmsider under kategorien kaldet &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149810</id>
		<title>Category:ACL Help Screens/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149810"/>
		<updated>2015-01-07T15:48:34Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;da&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{cat info|{{:Access Control List/da}}&lt;br /&gt;
You are viewing a list of Help Screen pages under the category called &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Help screens]][[Category:Access Control]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/1/da&amp;diff=149809</id>
		<title>Translations:Category:ACL Help Screens/1/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/1/da&amp;diff=149809"/>
		<updated>2015-01-07T15:48:34Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;da&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;da&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149808</id>
		<title>Category:ACL Help Screens/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Category:ACL_Help_Screens/da&amp;diff=149808"/>
		<updated>2015-01-07T15:48:30Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Kategori:ACL Hjælpe skræme&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{cat info|{{:Access Control List/en}}&lt;br /&gt;
You are viewing a list of Help Screen pages under the category called &#039;&#039;&#039;{{PAGENAME}}&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Help screens]][[Category:Access Control]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/Page_display_title/da&amp;diff=149807</id>
		<title>Translations:Category:ACL Help Screens/Page display title/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Category:ACL_Help_Screens/Page_display_title/da&amp;diff=149807"/>
		<updated>2015-01-07T15:48:30Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Kategori:ACL Hjælpe skræme&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kategori:ACL Hjælpe skræme&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_images/da&amp;diff=149804</id>
		<title>Adding images/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_images/da&amp;diff=149804"/>
		<updated>2015-01-07T15:41:38Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Joomla version|version=2.5|comment=and later}}&lt;br /&gt;
Disse er metoderne der er tilgængelige for upload af billeder til dit Joomla! Websted.&lt;br /&gt;
=== Upload ved hjælp af Medier ===&lt;br /&gt;
Den letteste måde at tilføje billeder er ved at uploade dem fra din computer ved at anvende Medier.  Selvfølgelig skal du først have downloadet billedet på din computer og kunne finde det. Derefter, fra kontrolpanelet (backend administraionsinterfacet) naviger til {{rarr|Content,Media Manager}}.&lt;br /&gt;
&lt;br /&gt;
On the left is a directory tree, with the root directory &amp;quot;Media&amp;quot;.  This corresponds to the default &amp;quot;images&amp;quot; directory, yoursite/joomla/images. Pick a subdirectory where you want the image located, or else do nothing to upload the image to the default images directory.&lt;br /&gt;
&lt;br /&gt;
At the top left of the page click on &amp;quot;Upload&amp;quot;. Then, you&#039;ll see Upload box. Click &amp;quot;Browse&amp;quot; to locate the image on your computer, then &amp;quot;Start Upload&amp;quot; to upload the file to the server. &lt;br /&gt;
&lt;br /&gt;
=== FTP ===&lt;br /&gt;
&lt;br /&gt;
Of course, you can upload images to a server using any standard FTP client.  You might find this handier for adding images to template directories; however, if you have FTP set up, you probably don&#039;t need an explanation of how to add an image.  Also, many server administration panels such as Cpanel and Plesk have upload capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Extensions ===&lt;br /&gt;
&lt;br /&gt;
There are several extensions available from the [http://extensions.joomla.org/extensions/core-enhancements/file-management Joomla Extensions Directory] which can upload images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Article Management]][[Category:Getting Started FAQ]][[Category:Version 2.5 FAQ]][[Category:Version 3.x FAQ]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Adding_images/1/da&amp;diff=149803</id>
		<title>Translations:Adding images/1/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Adding_images/1/da&amp;diff=149803"/>
		<updated>2015-01-07T15:41:37Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Disse er metoderne der er tilgængelige for upload af billeder til dit Joomla! Websted.&lt;br /&gt;
=== Upload ved hjælp af Medier ===&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Adding_images/da&amp;diff=149796</id>
		<title>Adding images/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Adding_images/da&amp;diff=149796"/>
		<updated>2015-01-07T15:38:14Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Den letteste måde at tilføje billeder er ved at uploade dem fra din computer ved at anvende Medier.  Selvfølgelig skal du først have downloadet billedet på din computer o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Joomla version|version=2.5|comment=and later}}&lt;br /&gt;
Disse er metoderne der er tilgængelige for upload af billeder til dit Joomla! Websted.&lt;br /&gt;
=== Upload ved hjælp af Media Manager ===&lt;br /&gt;
Den letteste måde at tilføje billeder er ved at uploade dem fra din computer ved at anvende Medier.  Selvfølgelig skal du først have downloadet billedet på din computer og kunne finde det. Derefter, fra kontrolpanelet (backend administraionsinterfacet) naviger til {{rarr|Content,Media Manager}}.&lt;br /&gt;
&lt;br /&gt;
On the left is a directory tree, with the root directory &amp;quot;Media&amp;quot;.  This corresponds to the default &amp;quot;images&amp;quot; directory, yoursite/joomla/images. Pick a subdirectory where you want the image located, or else do nothing to upload the image to the default images directory.&lt;br /&gt;
&lt;br /&gt;
At the top left of the page click on &amp;quot;Upload&amp;quot;. Then, you&#039;ll see Upload box. Click &amp;quot;Browse&amp;quot; to locate the image on your computer, then &amp;quot;Start Upload&amp;quot; to upload the file to the server. &lt;br /&gt;
&lt;br /&gt;
=== FTP ===&lt;br /&gt;
&lt;br /&gt;
Of course, you can upload images to a server using any standard FTP client.  You might find this handier for adding images to template directories; however, if you have FTP set up, you probably don&#039;t need an explanation of how to add an image.  Also, many server administration panels such as Cpanel and Plesk have upload capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Extensions ===&lt;br /&gt;
&lt;br /&gt;
There are several extensions available from the [http://extensions.joomla.org/extensions/core-enhancements/file-management Joomla Extensions Directory] which can upload images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Article Management]][[Category:Getting Started FAQ]][[Category:Version 2.5 FAQ]][[Category:Version 3.x FAQ]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Adding_images/2/da&amp;diff=149795</id>
		<title>Translations:Adding images/2/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Adding_images/2/da&amp;diff=149795"/>
		<updated>2015-01-07T15:38:14Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;Den letteste måde at tilføje billeder er ved at uploade dem fra din computer ved at anvende Medier.  Selvfølgelig skal du først have downloadet billedet på din computer o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Den letteste måde at tilføje billeder er ved at uploade dem fra din computer ved at anvende Medier.  Selvfølgelig skal du først have downloadet billedet på din computer og kunne finde det. Derefter, fra kontrolpanelet (backend administraionsinterfacet) naviger til {{rarr|Content,Media Manager}}.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149788</id>
		<title>Access Control List/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149788"/>
		<updated>2015-01-07T15:35:27Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;==Yderligere læsestof== * [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL En Case med rolle-baseret ACL] * [http://magazine.joomla.org/is...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Access Control List/da}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Yderligere læsestof==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL En Case med rolle-baseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementering af rollebaseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Tilføjelse af ACL gennem overrides]&lt;br /&gt;
&lt;br /&gt;
==Versioner==&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|2.5}}&lt;br /&gt;
&lt;br /&gt;
===Vejledninger===&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|2.5}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Special:MyLanguage/Category:Landing Pages|Landingssider]][[Special:MyLanguage/Category:Access Control|Kategori adgangskontrol]] [[Special:MyLanguage/Category:Glossary|Gloser]][[Special:MyLanguage/Category:Access Management|Adgangsstyring]][[Special:MyLanguage/Category:References|Referencer]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/7/da&amp;diff=149787</id>
		<title>Translations:Access Control List/7/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/7/da&amp;diff=149787"/>
		<updated>2015-01-07T15:35:26Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;==Yderligere læsestof== * [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL En Case med rolle-baseret ACL] * [http://magazine.joomla.org/is...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Yderligere læsestof==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL En Case med rolle-baseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementering af rollebaseret ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Tilføjelse af ACL gennem overrides]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149784</id>
		<title>Access Control List/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149784"/>
		<updated>2015-01-07T15:32:28Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Access Control List/da}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Further reading==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL A Case for Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementing Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Adding Access Control Through Overrides]&lt;br /&gt;
&lt;br /&gt;
==Versioner==&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|2.5}}&lt;br /&gt;
&lt;br /&gt;
===Vejledninger===&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|2.5}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Special:MyLanguage/Category:Landing Pages|Landingssider]][[Special:MyLanguage/Category:Access Control|Kategori adgangskontrol]] [[Special:MyLanguage/Category:Glossary|Gloser]][[Special:MyLanguage/Category:Access Management|Adgangsstyring]][[Special:MyLanguage/Category:References|Referencer]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/5/da&amp;diff=149783</id>
		<title>Translations:Access Control List/5/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/5/da&amp;diff=149783"/>
		<updated>2015-01-07T15:32:27Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List_Tutorial|Adgangskontrolliste(ACL) vejledning]] {{JVer|2.5}}&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149782</id>
		<title>Access Control List/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149782"/>
		<updated>2015-01-07T15:31:45Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Access Control List/da}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Further reading==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL A Case for Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementing Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Adding Access Control Through Overrides]&lt;br /&gt;
&lt;br /&gt;
==Versioner==&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|2.5}}&lt;br /&gt;
&lt;br /&gt;
===Vejledninger===&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Access Control List Tutorial]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List_Tutorial|Access Control List Tutorial]] {{JVer|2.5}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Special:MyLanguage/Category:Landing Pages|Landingssider]][[Special:MyLanguage/Category:Access Control|Kategori adgangskontrol]] [[Special:MyLanguage/Category:Glossary|Gloser]][[Special:MyLanguage/Category:Access Management|Adgangsstyring]][[Special:MyLanguage/Category:References|Referencer]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/3/da&amp;diff=149781</id>
		<title>Translations:Access Control List/3/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/3/da&amp;diff=149781"/>
		<updated>2015-01-07T15:31:45Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste(ACL)]] {{JVer|2.5}}&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/Page_display_title/da&amp;diff=149780</id>
		<title>Translations:Access Control List/Page display title/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/Page_display_title/da&amp;diff=149780"/>
		<updated>2015-01-07T15:31:19Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Adgangskontrolliste (ACL)&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149779</id>
		<title>Access Control List/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Access_Control_List/da&amp;diff=149779"/>
		<updated>2015-01-07T15:31:04Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Access Control List/da}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Further reading==&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-aug-2012/item/825-A-Case-for-Role-Based-ACL A Case for Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-sept-2012/item/856-implementing-role-based-acl Implementing Role-based ACL]&lt;br /&gt;
* [http://magazine.joomla.org/issues/issue-mar-2013/item/1138-adding-access-control-through-overrides Adding Access Control Through Overrides]&lt;br /&gt;
&lt;br /&gt;
==Versioner==&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste]] {{JVer|2.5}}&lt;br /&gt;
&lt;br /&gt;
===Vejledninger===&lt;br /&gt;
&lt;br /&gt;
* [[S:MyLanguage/J3.2:Access_Control_List_Tutorial|Access Control List Tutorial]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List_Tutorial|Access Control List Tutorial]] {{JVer|2.5}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Special:MyLanguage/Category:Landing Pages|Landingssider]][[Special:MyLanguage/Category:Access Control|Kategori adgangskontrol]] [[Special:MyLanguage/Category:Glossary|Gloser]][[Special:MyLanguage/Category:Access Management|Adgangsstyring]][[Special:MyLanguage/Category:References|Referencer]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/3/da&amp;diff=149778</id>
		<title>Translations:Access Control List/3/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/3/da&amp;diff=149778"/>
		<updated>2015-01-07T15:31:04Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[S:MyLanguage/J3.2:Access_Control_List|Adgangskontrolliste]] {{JVer|3.x}}&lt;br /&gt;
* [[S:MyLanguage/J2.5:Access_Control_List|Adgangskontrolliste]] {{JVer|2.5}}&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/Page_display_title/da&amp;diff=149777</id>
		<title>Translations:Access Control List/Page display title/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Access_Control_List/Page_display_title/da&amp;diff=149777"/>
		<updated>2015-01-07T15:28:50Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Adgangs (c)kontrolliste&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=149441</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=149441"/>
		<updated>2015-01-06T21:53:43Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Tag en backup af dit live 2.5 websted. Du kan anvende et foreslået værktøj (se bunden af siden) eller du kan gøre dette manuelt #*S:MyLanguage/Backup_Basics_for_a_Joom...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Det følgende er en skridt for skridt vejledning i migrering af dit 2.5.x websted til 3.x. Selvom der er hundredvis af forskellige scenarier, så vil dette give dig den basale procedure som du skal følge. Meget komplekse migreringer vil oftest være et resultat af installerede tredje-parts udvidelser. Du opfordres til at kontakte udviklerne af tredje-parts udvidelserne der er installeret i dit Joomla system, for at få deres vejledning til hvordan udvidelsen migreres.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
Migreringen fra Joomla 2.5 til 3.x betragtes som en mini-migrering. Det er fordi Joomla kerne udvidelserne opgraderes med en &amp;quot;en-kliks&amp;quot; opgradering via Joomla! opdateringskomponenten i backend administrator delen af Joomla. Mange tredje-parts udvidelser er også en-kliks opgraderbare. Nogen er ikke. Du er nødt til at kigge på hver enkelt og bestemme hvilke skridt der skal tages for at komme fra 2.5 til 3.x. Hvis du ikke allerede har gjort det, så kan du måske være interesseret i at læse [[S:MyLanguage/Migration Step by Step Self Assessment|Selv evaluering]] og [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planlægning af 2.5 to 3.x migrering]] inden du følger skridtene nedenunder.&lt;br /&gt;
&lt;br /&gt;
Joomla kerne udvidelser:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
En-kliks opdateringen vil fungere fint for mange. For nogle større og mere komplekse websteder, vil en-kliks opdateringen måske ikke være den bedste metode. For store og meget komplekse websteder, vil det måske være bedre at følge vejledingen for en regulær migrering og tilsidesætte en-kliks opdateringsfunktionaliteten. For at gøre dette, følg de samme vejledninger som for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|Planlægning af migrering 1.5 til 3.x]] og [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|Migrering fra Joomla 1.5 til 3.x]], skift blot 1.5 ud med 2.5 mens du læser.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Tag en backup af dit live 2.5 websted. Du kan anvende et foreslået værktøj (se bunden af siden) eller du kan gøre dette manuelt&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup- grundlæggende for et Joomla! websted]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|Hvad er best practice for backup af websted?]]&lt;br /&gt;
# Vær sikker på at dit miljø opfylder de [http://www.joomla.org/about-joomla/technical-requirements.html tekniske krav for Joomla 3] inden du fortsætter&lt;br /&gt;
# Opret en ny database og ny bruger for at genskabe dit 2.5 websted hertil. &lt;br /&gt;
# Opret et testwebsted eller arbejdsområde til at arbejde i og genskab backup kopien af dit 2.5 websted på et af følgende steder:&lt;br /&gt;
#* Et subdomæne&lt;br /&gt;
#* En undermappe&lt;br /&gt;
#* Et lokalt apparat via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* En ny konto på et midlertidigt domæne i roden (hvis du ønsker at skifte udbyder under migreringsprocessen)&lt;br /&gt;
#** Genskabe et websted på et lokalt apparat. Se [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally|Installation af Joomla lokalt]] og [[S:MyLanguage/Setting up your workstation for Joomla development|Opsætning af din arbejdsstation til Joomla udvikling]].&lt;br /&gt;
#** Genskabelse af et websted med et af værktøjerne listet nederst på siden (læs udvikler dokumentationen)&#039;&#039;&lt;br /&gt;
# På din testplacering, opdater din Joomla 2.5 installation til den seneste vedligeholdelsesudgivelse (aktuelt 2.5.28).&lt;br /&gt;
# Vær sikker på at du har det seneste database skema opdateret til den seneste version 2.5.28 ved at gå til: &#039;&#039;&#039;Udvidelser → Database fanen&#039;&#039;&#039;. Hvis dit skema ikke er opdateret som på det følgende billede, så klik på knappen &#039;&#039;&#039;Reparer&#039;&#039;&#039;: [[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Test.&lt;br /&gt;
# Tag backup igen.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to update to the latest version or be uninstalled. In Joomla 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Manage tab giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin, and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall a Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla 2.5 and it has been decoupled in Joomla 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla 3 are remaining in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|System,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to J3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off remember me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No just kidding. The amount of time the wheel spins is dependent on your site, internet connection, and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Purge button given.&lt;br /&gt;
# Go to {{rarr|Extensions,Extension Manager,Database}} and click Fix&lt;br /&gt;
# From the Extension Manager go to Discover and see if there are any extensions to install&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Save History to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temp domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove 2.5 site from server within a couple of days. &lt;br /&gt;
# Remove all dev sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
If you had data change on the 2.5 site while you were migrating to 3.x you will want to get that data moved over to the 3.x site before going live. You can do this manually (make sure you keep the same user IDs - go in order) or by using a [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Suggested Tools ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] for backup and restore.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager ACL Manager] to fix asset issues in a few clicks.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/10/da&amp;diff=149440</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/10/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/10/da&amp;diff=149440"/>
		<updated>2015-01-06T21:53:43Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;# Tag en backup af dit live 2.5 websted. Du kan anvende et foreslået værktøj (se bunden af siden) eller du kan gøre dette manuelt #*S:MyLanguage/Backup_Basics_for_a_Joom...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Tag en backup af dit live 2.5 websted. Du kan anvende et foreslået værktøj (se bunden af siden) eller du kan gøre dette manuelt&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup- grundlæggende for et Joomla! websted]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|Hvad er best practice for backup af websted?]]&lt;br /&gt;
# Vær sikker på at dit miljø opfylder de [http://www.joomla.org/about-joomla/technical-requirements.html tekniske krav for Joomla 3] inden du fortsætter&lt;br /&gt;
# Opret en ny database og ny bruger for at genskabe dit 2.5 websted hertil. &lt;br /&gt;
# Opret et testwebsted eller arbejdsområde til at arbejde i og genskab backup kopien af dit 2.5 websted på et af følgende steder:&lt;br /&gt;
#* Et subdomæne&lt;br /&gt;
#* En undermappe&lt;br /&gt;
#* Et lokalt apparat via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* En ny konto på et midlertidigt domæne i roden (hvis du ønsker at skifte udbyder under migreringsprocessen)&lt;br /&gt;
#** Genskabe et websted på et lokalt apparat. Se [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally|Installation af Joomla lokalt]] og [[S:MyLanguage/Setting up your workstation for Joomla development|Opsætning af din arbejdsstation til Joomla udvikling]].&lt;br /&gt;
#** Genskabelse af et websted med et af værktøjerne listet nederst på siden (læs udvikler dokumentationen)&#039;&#039;&lt;br /&gt;
# På din testplacering, opdater din Joomla 2.5 installation til den seneste vedligeholdelsesudgivelse (aktuelt 2.5.28).&lt;br /&gt;
# Vær sikker på at du har det seneste database skema opdateret til den seneste version 2.5.28 ved at gå til: &#039;&#039;&#039;Udvidelser → Database fanen&#039;&#039;&#039;. Hvis dit skema ikke er opdateret som på det følgende billede, så klik på knappen &#039;&#039;&#039;Reparer&#039;&#039;&#039;: [[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Test.&lt;br /&gt;
# Tag backup igen.&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=149437</id>
		<title>Joomla 2.5 to 3.10 Step by Step Migration/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Joomla_2.5_to_3.10_Step_by_Step_Migration/da&amp;diff=149437"/>
		<updated>2015-01-06T21:41:55Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;=== Opsæt en udviklingsplacering ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Det følgende er en skridt for skridt vejledning i migrering af dit 2.5.x websted til 3.x. Selvom der er hundredvis af forskellige scenarier, så vil dette give dig den basale procedure som du skal følge. Meget komplekse migreringer vil oftest være et resultat af installerede tredje-parts udvidelser. Du opfordres til at kontakte udviklerne af tredje-parts udvidelserne der er installeret i dit Joomla system, for at få deres vejledning til hvordan udvidelsen migreres.&lt;br /&gt;
== Intro ==&lt;br /&gt;
&lt;br /&gt;
Migreringen fra Joomla 2.5 til 3.x betragtes som en mini-migrering. Det er fordi Joomla kerne udvidelserne opgraderes med en &amp;quot;en-kliks&amp;quot; opgradering via Joomla! opdateringskomponenten i backend administrator delen af Joomla. Mange tredje-parts udvidelser er også en-kliks opgraderbare. Nogen er ikke. Du er nødt til at kigge på hver enkelt og bestemme hvilke skridt der skal tages for at komme fra 2.5 til 3.x. Hvis du ikke allerede har gjort det, så kan du måske være interesseret i at læse [[S:MyLanguage/Migration Step by Step Self Assessment|Selv evaluering]] og [[S:MyLanguage/Planning for Mini-Migration - Joomla 2.5 to 3.x|Planlægning af 2.5 to 3.x migrering]] inden du følger skridtene nedenunder.&lt;br /&gt;
&lt;br /&gt;
Joomla kerne udvidelser:&lt;br /&gt;
&lt;br /&gt;
* Kategorier&lt;br /&gt;
* Artikler&lt;br /&gt;
* Menuer&lt;br /&gt;
* Moduler (kerne moduler - ikke tredje-parts)&lt;br /&gt;
* Bannere&lt;br /&gt;
* Kontakter&lt;br /&gt;
* Beskeder&lt;br /&gt;
* Nyhedsfeed&lt;br /&gt;
* Omdiriger&lt;br /&gt;
* Søg&lt;br /&gt;
* Smart søg&lt;br /&gt;
* Weblink&lt;br /&gt;
=== For meget store eller komplekse 2.5 til 3.x migreringer ===&lt;br /&gt;
&lt;br /&gt;
En-kliks opdateringen vil fungere fint for mange. For nogle større og mere komplekse websteder, vil en-kliks opdateringen måske ikke være den bedste metode. For store og meget komplekse websteder, vil det måske være bedre at følge vejledingen for en regulær migrering og tilsidesætte en-kliks opdateringsfunktionaliteten. For at gøre dette, følg de samme vejledninger som for [[S:MyLanguage/Planning Migration - Joomla 1.5 to 3|Planlægning af migrering 1.5 til 3.x]] og [[S:MyLanguage/Joomla 1.5 to 3.x Step by Step Migration|Migrering fra Joomla 1.5 til 3.x]], skift blot 1.5 ud med 2.5 mens du læser.&lt;br /&gt;
&lt;br /&gt;
== Skridt for skridt ==&lt;br /&gt;
&lt;br /&gt;
=== Opsæt en udviklingsplacering ===&lt;br /&gt;
# Take a backup of your live 2.5 site. You can use a suggested tool (see bottom of page) or you can do this manually&lt;br /&gt;
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Backup Basics for a Joomla! Web Site]]&lt;br /&gt;
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|What are the best practices for site backups?]]&lt;br /&gt;
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html technical requirements for Joomla 3] before proceeding&lt;br /&gt;
# Create a new database and new user to restore your 2.5 site to. &lt;br /&gt;
# Create a testing site or build area to work in and restore the back up copy of your 2.5 site in one of the following places:&lt;br /&gt;
#* A subdomain&lt;br /&gt;
#* A subdirectory&lt;br /&gt;
#* A local device via [http://www.wampserver.com/en/ WAMP], [http://www.mamp.info/en/ MAMP], [http://sourceforge.net/projects/lampas/ LAMP], [http://sourceforge.net/projects/xampp/ XAMPP].&lt;br /&gt;
#* A new hosting account on a temporary domain in the root (if you would like to change hosts in the process of migration)&lt;br /&gt;
#** Restoring a site on a local device. See [[S:MyLanguage/Installing Joomla locally|Installing Joomla locally]] and [[S:MyLanguage/Setting up your workstation for Joomla development|Setting up your workstation for Joomla development]].&lt;br /&gt;
#** Restoring a site with a tool listed at bottom of page (read the developer documentation)&#039;&#039;&lt;br /&gt;
# In your test location, update your Joomla 2.5 instance to the latest maintenance release (currently 2.5.28).&lt;br /&gt;
# Make sure you have the latest database schema updated to latests version 2.5.28 by going to: &#039;&#039;&#039;Extension Manager → Database tab&#039;&#039;&#039;. If your schema is not up to date like in the following image, click the &#039;&#039;&#039;Fix&#039;&#039;&#039; button: [[File:J25-admin-extension-database-fix-en.png|border]]&lt;br /&gt;
# Test.&lt;br /&gt;
# Backup again.&lt;br /&gt;
&lt;br /&gt;
=== Assess Each Extension ===&lt;br /&gt;
# You are going to be looking at every single extension installed on your site. You will be determining if they need to update to the latest version or be uninstalled. In Joomla 2.5.28 you can go to {{rarr|Extension Manager,Update tab}} and click &#039;&#039;&#039;Find Updates&#039;&#039;&#039; which will add a tooltip in the Manage tab giving some compatibility information from the backend. This functionality only supports extensions that update via the Extension Manager Update tab. If you have extensions installed that do not use the Joomla extension update then they need to be assessed manually as detailed below. The same goes for those extensions that have a tooltip. You will still need to check the type of package and migration path with the extension developer to verify how to upgrade/migrate.&lt;br /&gt;
# Go to {{rarr|Extension Manager,Manage tab}}&lt;br /&gt;
# Click the drop-down for Type.&lt;br /&gt;
# Select Package from the drop-down.{{-}}[[File:J25-admin-extension-manage-package-en.png|border]]{{-}}{{note|Selecting Package first is recommended because if there is something you need to uninstall in a package, it will automatically uninstall the associated Modules, Plugins, or anything else in the package at one time.}}&lt;br /&gt;
# Uninstall any Packages that are no longer needed or will not be migrating to Joomla 3.&lt;br /&gt;
# Repeat this process of going through the Manage tab for all Types in the drop-down: Component, File, Language, Library, Module, Plugin, and Template. If the Author states Joomla! Project, then leave those extensions alone. Smart Search is a Joomla core supported extension even though the Author fields are blank. For all others, make sure that you uninstall those not in use or not compatible with Joomla 3.x.{{-}}{{note|&#039;&#039;&#039;NOTE!&#039;&#039;&#039; You will not be able to uninstall a Template that is set as default. You will need to select a Core supported template like Beez or Atomic and then uninstall the template if you need to do so.|type=serious}}&lt;br /&gt;
# Make a note of any versions of Packages and Components currently running that you will be keeping on your site. You can use the [http://docs.joomla.org/images/5/59/Third-Party_Extension_Inventory_Worksheet.pdf Third-Party Extension Inventory Worksheet] or just copy/paste them into a document for reference.&lt;br /&gt;
# Update all extensions to the latest versions.&lt;br /&gt;
# Before and as you update, note if the extensions have both 2.5 &amp;amp; 3.x versions in the same package. If so, they will be fine to &amp;quot;one-click update.&amp;quot; If not, and 2.5 and 3.x have different packages, you need to look at them case by case. They will normally fall into one of the following scenarios:&lt;br /&gt;
#* The extension has separate packages but upon upgrading to 3.x, they automatically detect this and still work. Make sure the developer confirms this.&lt;br /&gt;
#* The extension has separate packages that need to be uninstalled in 2.5 and then installed with the Joomla 3.x version once the site is migrated. An example of this might be a content plugin. It is very simple to uninstall it in 2.5 and then install it again in 3.x.&lt;br /&gt;
#* See [[S:MyLanguage/Template_Considerations_During_Migration|Template Considerations]] for more specific information on templates.&lt;br /&gt;
{{-}}{{note|&#039;&#039;&#039;Note on Core Supported Extensions:&#039;&#039;&#039; If you are using a Core Supported Extension (Banners, Contacts, Messaging, Newsfeeds, Redirect, Search, Smart Search, or Weblinks) in Joomla 2.5 and it has been decoupled in Joomla 3.4+, Joomla will detect their use during the upgrade and install those Core Supported Extensions automatically.|type=notice}}&lt;br /&gt;
=== Going to Joomla! 3.x ===&lt;br /&gt;
Once you have either updated or uninstalled your third-party extensions so that only those compatible with Joomla 3 are remaining in your installation, continue with the following steps:&lt;br /&gt;
# Go to {{rarr|System,Global Configuration,Server tab}} and turn Error Reporting from System Default to Maximum. Make sure to Save &amp;amp; Close.{{-}} [[File:j25-system-global-config-server-tab-en.png|border]]&lt;br /&gt;
# Go to {{rarr|Extensions,Plugin Manager}} and enter Remember Me into the Filter and press enter.&lt;br /&gt;
# Disable the Remember Me plugin by clicking the green check mark and making it a red circle.{{-}}[[File:j25-extension-plugin-remember-me-en.png|border]]&lt;br /&gt;
# Take another backup&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Go to {{rarr|Components,Joomla Update}}. (It should say no updates found. If it doesn’t, update Joomla to the latest version and test. Then do another backup.) Click on the Options button at the top right corner.&lt;br /&gt;
# Select Short Term Support (This is the current text - it may be different in the future) from the drop-down for Update server.{{-}}[[File:j25-component-joomla-update-select-support-en.png|border]]&lt;br /&gt;
# Click Save &amp;amp; Close.&lt;br /&gt;
# You will then see your Installed Joomla Version, the Latest Joomla! version and the URL for the update package.{{-}}[[File:j25-component-joomla-version-update-en.png|border]]&lt;br /&gt;
# If the update is not showing up, go to {{rarr|Extension manager,Update}} and press Purge Cache from the toolbar. Now the update to J3 should show up.&lt;br /&gt;
# Cross your fingers, make sure you turned off remember me and that you have a backup from just before this point.&lt;br /&gt;
# Click the Install the update button.&lt;br /&gt;
# Watch the spinning circle go round and round and feel the anxiety building. No just kidding. The amount of time the wheel spins is dependent on your site, internet connection, and server speed.&lt;br /&gt;
# If all goes well, you will get to a totally new look to the backend administrator panel.{{-}}[[File:j32-administrator-overview-en.png|border]]&lt;br /&gt;
# Click the Purge button given.&lt;br /&gt;
# Go to {{rarr|Extensions,Extension Manager,Database}} and click Fix&lt;br /&gt;
# From the Extension Manager go to Discover and see if there are any extensions to install&lt;br /&gt;
# Recommended but not required: Fix assets. ([[S:MyLanguage/Fixing_the_assets_table|Fixing the assets table]]). See below for a tool to do this in just a few clicks.&lt;br /&gt;
# Enable Remember Me from the Plugin Manager.&lt;br /&gt;
# Go to the frontend of your site and see if it shows up even if it’s not the right template. If so, continue. If not, see [[S:MyLanguage/Joomla 2.5 to 3.x Common Migration Errors|common errors during migration]].&lt;br /&gt;
# Take a backup.&lt;br /&gt;
# Go to {{rarr|Content,Article Manager,Options button,Editing Layout tab}} and set the Save History to Yes.&lt;br /&gt;
# Install your new template or other extensions if you have them to install. Back up often.&lt;br /&gt;
# Configure them. Back up often.&lt;br /&gt;
# Test everything. Back up often.&lt;br /&gt;
=== Going Live with your Joomla! 3.x Site ===&lt;br /&gt;
&lt;br /&gt;
# When you’re ready to go live, back up your 2.5 site for the last time. Restore it in a subdirectory or subdomain if you would like to.&lt;br /&gt;
# Back up your Joomla 3.x site and move or restore your Joomla! 3.x site to the root (or change nameservers if you were building on a temp domain at a new hosting account root).&lt;br /&gt;
# Test again.&lt;br /&gt;
# Remove 2.5 site from server within a couple of days. &lt;br /&gt;
# Remove all dev sites you may have been working with or keep them up-to-date if they are running a current version in order to ward off hack attempts on your server. &lt;br /&gt;
&lt;br /&gt;
If you had data change on the 2.5 site while you were migrating to 3.x you will want to get that data moved over to the 3.x site before going live. You can do this manually (make sure you keep the same user IDs - go in order) or by using a [http://extensions.joomla.org/category/migration-a-conversion/data-import-a-export transfer tool/third-party extension].&lt;br /&gt;
&lt;br /&gt;
== Suggested Tools ==&lt;br /&gt;
&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606 Akeeba Backup] for backup and restore.&lt;br /&gt;
* [http://extensions.joomla.org/extensions/access-a-security/site-access/backend-a-full-access-control/17951 ACL Manager ACL Manager] to fix asset issues in a few clicks.&lt;br /&gt;
[[Category:Migration]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/9/da&amp;diff=149436</id>
		<title>Translations:Joomla 2.5 to 3.10 Step by Step Migration/9/da</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Joomla_2.5_to_3.10_Step_by_Step_Migration/9/da&amp;diff=149436"/>
		<updated>2015-01-06T21:41:54Z</updated>

		<summary type="html">&lt;p&gt;Rbuelund: Created page with &amp;quot;=== Opsæt en udviklingsplacering ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Opsæt en udviklingsplacering ===&lt;/div&gt;</summary>
		<author><name>Rbuelund</name></author>
	</entry>
</feed>