Upgrading from Joomla 3.4.x to 3.5/he: Difference between revisions
From Joomla! Documentation
Created page with "לפני העדכון, תמיד תקחו backup ואל תשכחו לבצע בדיקה." |
Updating to match new version of source page |
||
| (30 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
<br />{{note| | <br />{{note|'''Please note!''' | ||
<div class="mw-translate-fuzzy"> | |||
אתם צרכים לעדכן בעזרת רכיב העדכון או בפעולה ידנית כפי שמתואר בהמשך | |||
</div>|type=serious}} | |||
{{tip|title=לפני העדכון, תמיד תקחו [[S:Mylanguage/Backup|backup]] ואל תשכחו לבצע בדיקה.}} | {{tip|title=לפני העדכון, תמיד תקחו [[S:Mylanguage/Backup Basics for a Joomla! Web Site|backup]] ואל תשכחו לבצע בדיקה.}} | ||
<noinclude>{{Joomla version|version=3.x}}</noinclude> | <noinclude>{{Joomla version|version=3.x}}</noinclude> | ||
==Update by using the Joomla! Update component (recommended)== | |||
If you | <div class="mw-translate-fuzzy"> | ||
רצוי שתעדכן את מערכת הג'ומלה שלך! ההתקנה בעזרת רכיב העדכון ושימוש בתיקון בסיס הנתונים דרך "הרחבות"{{rarr}}ניהול{{rarr}}"בסיס נתונים" ובחרו בכפתור ה-"תקן" בצד הימני למעלה | |||
# | </div><br />אם אינכם יודעים כיצד להשתמש ברכיב העדכונים של ג'ומלה, אנא ראו: [[S:MyLanguage/Help34:Components_Joomla_Update|Joomla! Update Component]].{{-}} | ||
# | |||
# | {{tip|title=Caveat!|If you're using '''OpCache''' with the setting '''opcache.revalidate_freq''' with a number greater than 1, some of the classes (like JVersion) might be cached from a previous request and thus make the update script fail. Set '''opcache.revalidate_freq''' to 0 in that case and retry.|type=serious}} | ||
#Go | |||
# | ==Update when you can't use the Joomla! Update component== | ||
<div class="mw-translate-fuzzy"> | |||
אם אינכם יכולים לעדכן את מערכת הג'ומלה שלכם בדרך המועדפת בגלל מגבלות חברת האיחסון או בגלל בעיות התחברות, תצטרכו לבצע את הפעולות הבאות: | |||
</div> | |||
'''Note''' Clicking the "Update URL" link in '''Components'''{{rarr}}'''Joomla Update''' allows the browser to by-pass the server and directly download the correct update package. | |||
#Method A {{-}} | |||
##Go to '''Components'''{{rarr}}'''Joomla Update'''. Click the "Update url" link and save the update package to your computer. | |||
##Go to '''Components'''{{rarr}}'''Joomla Update'''{{rarr}} '''Upload & Update tab''' | |||
##'''Browse''' to the file then '''Upload & Install''' | |||
#Method B {{-}} | |||
##Go to '''Components'''{{rarr}}'''Joomla Update'''. Click the "Update url" link and save the update package to your computer. | |||
##Copy the update package (that you just downloaded) to the sites /tmp folder (note the path is set in the Joomla Global Configuration - make sure it's in the correct directory) {{-}}(N.B. this method only works with the update package that the Joomla! Update component discovers. It will not work for other update packages or the Joomla full package. It also requires an internet connection to the Joomla Update XML file). | |||
##Go to '''Components'''{{rarr}}'''Joomla Update'''. The Joomla! Update component will use the update package from your /tmp folder. | |||
#Method C{{-}}Only use this method if method A and method B fail: | |||
##Download the update package from https://downloads.joomla.org | |||
##Extract the download package on your computer | |||
<div class="mw-translate-fuzzy"> | |||
העלו את התוכן של החבילה הפתוחה לתיקיית השורש של התקנת הג'ומלה שלכם. | |||
</div> | |||
<div class="mw-translate-fuzzy"> | |||
הכנסו למערכת הניהול של האתר שלכם וגשו ל-'''הרחבות'''{{rarr}}'''ניהול'''{{rarr}}'''בסיסנתונים''' ובחרו בכפתור ה-"תקן" בצד ימין למעלה. | |||
</div> | |||
==Resources== | |||
'''See also: [[S:MyLanguage/J3.x:Updating from an existing version|Updating from an existing version]].''' | |||
<noinclude> | <noinclude> | ||
[[Category:Version 3.x FAQ]] | [[Category:Version 3.x FAQ{{#translation:}}]] | ||
[[Category:Version 3.5 FAQ]] | [[Category:Version 3.5 FAQ{{#translation:}}]] | ||
[[Category:Joomla! 3.x]] | [[Category:Version 3.5.0 FAQ{{#translation:}}]] | ||
[[Category:Joomla! 3.5]] | [[Category:Joomla! 3.x{{#translation:}}]] | ||
[[Category:Update]] | [[Category:Joomla! 3.5{{#translation:}}]] | ||
[[Category:FAQ]] | [[Category:Update{{#translation:}}]] | ||
[[Category:FAQ{{#translation:}}]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 15:02, 1 April 2020
Update by using the Joomla! Update component (recommended)
רצוי שתעדכן את מערכת הג'ומלה שלך! ההתקנה בעזרת רכיב העדכון ושימוש בתיקון בסיס הנתונים דרך "הרחבות" → ניהול → "בסיס נתונים" ובחרו בכפתור ה-"תקן" בצד הימני למעלה
אם אינכם יודעים כיצד להשתמש ברכיב העדכונים של ג'ומלה, אנא ראו: Joomla! Update Component.
If you're using OpCache with the setting opcache.revalidate_freq with a number greater than 1, some of the classes (like JVersion) might be cached from a previous request and thus make the update script fail. Set opcache.revalidate_freq to 0 in that case and retry.
Update when you can't use the Joomla! Update component
אם אינכם יכולים לעדכן את מערכת הג'ומלה שלכם בדרך המועדפת בגלל מגבלות חברת האיחסון או בגלל בעיות התחברות, תצטרכו לבצע את הפעולות הבאות:
Note Clicking the "Update URL" link in Components → Joomla Update allows the browser to by-pass the server and directly download the correct update package.
- Method A
- Go to Components → Joomla Update. Click the "Update url" link and save the update package to your computer.
- Go to Components → Joomla Update → Upload & Update tab
- Browse to the file then Upload & Install
- Method B
- Go to Components → Joomla Update. Click the "Update url" link and save the update package to your computer.
- Copy the update package (that you just downloaded) to the sites /tmp folder (note the path is set in the Joomla Global Configuration - make sure it's in the correct directory) (N.B. this method only works with the update package that the Joomla! Update component discovers. It will not work for other update packages or the Joomla full package. It also requires an internet connection to the Joomla Update XML file).
- Go to Components → Joomla Update. The Joomla! Update component will use the update package from your /tmp folder.
- Method COnly use this method if method A and method B fail:
- Download the update package from https://downloads.joomla.org
- Extract the download package on your computer
העלו את התוכן של החבילה הפתוחה לתיקיית השורש של התקנת הג'ומלה שלכם.
הכנסו למערכת הניהול של האתר שלכם וגשו ל-הרחבות → ניהול → בסיסנתונים ובחרו בכפתור ה-"תקן" בצד ימין למעלה.
Resources
See also: Updating from an existing version.