Fix Session Save Path Red Unwritable When Installing Joomla! فيكس الدورة انقاذ المسار الاحمر غير قابل للتركيب عندما بيان مشترك

When installing Joomla version 1.0.x or Mambo CMS (Content Management System) using web browser, the web based Joomla! عند تركيب Joomla النسخة 1.0.x مامبو اتفاقية الأنواع المهاجرة أو (نظام إدارة المحتوى) باستخدام متصفح الويب ، الشبكة القائمة على بيان مشترك installer pre-installation check screen displayed Not set, Unwritable in red for session save path parameter, indicating that the session save path is not defined in PHP.INI configuration file, not configured with correct permission or does not exist. المثبت قبل التحقق من تركيب شاشة عرض وليس مجموعة ، غير قابل للفي الحمراء لدورة إنقاذ طريق معلمة ، مشيرا إلى أن الدورة انقاذ المسار غير معرف في PHP.INI ملفات ، مع عدم تكوين تصحيح أو إذن لا وجود لها. If you continue installation, Joomla! إذا كنت مواصلة تركيب ، بيان مشترك still install but users will facing symptoms such as only can login to the front end but not the administrator backend, with the login process jumped back to login screen without any message such as incorrect user name or password. لا يزال تثبيت المستخدمين ولكن سوف تواجه أعراض مثل فقط يمكن تسجيل الدخول إلى الجبهة لا نهاية ولكن مدير البرنامج الخلفية ، مع دخول عملية وقفز إلى شاشة تسجيل الدخول بدون أي رسالة غير صحيحة مثل اسم المستخدم أو كلمة السر.

The cause for the Unwritable message for PHP session save path is pretty straight forward, that’s Joomla! لسبب غير قابل للرسالة PHP دورة لإنقاذ جميلة على التوالي هو الطريق إلى الأمام ، وهذا بيان مشترك installer unable detects any value set for session save path. المثبت غير قادر يكتشف أي مجموعة قيمة لإنقاذ مسار الدورة. To fix and solve the problem simply configure the session save path variable in the web server environment, so that session save path will be shown as Writable when Joomla! لتثبيت ولحل هذه المشكلة ببساطة تكوين الدورة انقاذ المسار المتغير في ملقم الويب والبيئة ، وحتى تلك الدورة انقاذ المسار سوف تظهر عند كتابة بيان مشترك installer re-check the environment. المثبت إعادة فحص البيئة. Depending on the web hosting service you used, there are several possible solutions as listed below. واعتمادا على خدمة استضافة مواقع ويب الذي تستخدمه ، وهناك العديد من الحلول الممكنة على النحو المبين أدناه.

Define session.save_path directive in PHP.INI تحديد session.save_path التوجيه في PHP.INI

If you have root access or control to the web host (for example, in VPS or dedicated server), edit the PHP.INI PHP configuration file in the web server to add in the environment variable. وإذا كان لديك الجذر أو مراقبة الوصول إلى خدمة استضافة المواقع على الشبكة (على سبيل المثال ، في VPS أو تقديم خدمة جادة) ، تحرير PHP.INI PHP ملفات في إضافة إلى ملقم الويب في بيئة متغيرة. Normally the session.save_path directive is already included in the default PHP.INI, but been commented out. عادة session.save_path التوجيه مدرجة بالفعل في تقصير PHP.INI ، ولكن تم تعليق. Add or edit the line so that it looks like below: إضافة أو تعديل الخط بحيث يبدو أدناه :

session.save_path = /tmp

Modify /tmp to the path to a folder that is writable by Apache web server process. تعديل / tmp إلى طريق إلى مجلد هو أن للكتابة عن طريق خادم الويب اباتشي العملية. If you don’t have shell access to the web host, such as in shared hosting, try asking hosting service provider to include the session save path parameter, or make the path writable. إذا لم يكن لديك قذيفة الوصول إلى خدمة استضافة المواقع على الشبكة ، مثل في استضافة مشتركة ، في محاولة لتقديم طلب خدمة استضافة لتشمل الدورة انقاذ المسار معلمة ، أو جعل مسار للكتابة.

Include session.save_path in .htaccess file وتشمل في session.save_path. htaccess ملف

If you can’t modify PHP.INI global configuration file, or just want to make the change affect Joomla! إذا كنت لا يمكن تعديل ملف PHP.INI التشكيل العالمي ، أو يريدون فقط لجعل التغيير يؤثر على بيان مشترك or Mambo application only, create or edit the .htaccess file in the installation directory for Joomla! أو تطبيق مامبو فقط ، إنشاء أو تحرير. htaccess في ملف تركيب دليل لبيان مشترك or Mambo, and add the following line (only works in Apache web server which configured to support .htaccess - most cPanel hosts do): أو مامبو ، وإضافة السطر التالي (يعمل فقط في أباتشي خادم الويب التي تهيئتها لدعم. htaccess -- معظم تستضيف قيام cPanel) :

php_value session.save_path '/tmp'

Change the ‘/tmp’ to a folder that is writable and prefer to be a session saved folder by you which has been created first. تغيير '/ tmp' إلى مجلد هو أن للكتابة ويفضل أن يكون من جانب مجلد دورة إنقاذ لكم التي أنشئت في المقام الأول. The trick above should work if PHP is runing as a server module (ISAPI), which most did, and not as CGI mode. فإن خدعة ينبغي العمل المذكورة أعلاه إذا PHP هو runing بوصفها وحدة خدمة (ISAPI) ، الذي لم معظم ، وليس طريقة المجموعة الاستشارية لاندونيسيا.

Use Local PHP.INI in the Joomla/Mambo folder استخدام PHP.INI المحلية في Joomla / مامبو مجلد

If PHP is being run as CGI mode on the web server, or method above using .htaccess does’t work, try override the main global PHP.INI settings by using a localized PHP.INI file which located in the each and every directories for the application. إذا PHP تدار حسب المجموعة الاستشارية لاندونيسيا للطريقة على خادم الويب ، أو باستخدام طريقة أعلاه. htaccess does't العمل ، ومحاولة تجاوز العالمية الرئيسية PHP.INI الإعدادات باستخدام ملف PHP.INI المحلية التي تقع في كل وأدلة لل تطبيق. However, the disadvantage is that users have to create lots of PHP.INI files as the override will be on folder by folder basis - those with local PHP.INI will be overrode, but not its parent or child sub-folders. ومع ذلك ، فإن العيب هو أن مستخدمي لخلق الكثير من الملفات PHP.INI حيث تعلو سيكون على أساس مجلد من جانب مجلد -- مع تلك المحلية PHP.INI سوف تبطل ، ولكن ليس الأم أو الطفل المجلدات الفرعية. This means that each folder that contains an executable PHP scripts must have its own PHP.INI file, such as in main root Joomla directory, /administrator/ folder and etc. وهذا يعني أن كل المجلد الذي يحتوي على مخطوطات PHP قابل للتنفيذ يجب أن يكون ملف PHP.INI الخاصة بها ، مثل الجذر الرئيسي في Joomla دليل ، / المدير العام / مجلد والخ.

To configure the PHP override, create a PHP.INI on the folder(s) inside Joomla! لتكوين PHP تعلو ، وخلق PHP.INI على مجلد (ق) داخل بيان مشترك directory, and add the setting in following format: دليل ، وتضاف في تحديد الشكل التالي :

session.save_path = /tmp

Replace the /tmp with the path that you want to use as the session saved path. يستعاض / tmp مع الطريق الذي تريد استخدامه على النحو الدورة انقاذ المسار.

Use ini_set(variable, value) to override session.save_path in Globals.php file استخدام ini_set (المتغير ، وقيمة) لتجاوز session.save_path في ملف Globals.php

If nothing mentioned above you can do, then try to edit globals.php file comes with Joomla. واذا لم يطرأ ما ذكر أعلاه يمكنك القيام به ، ثم في محاولة لتحرير globals.php ملف يأتي مع Joomla. Firstly create a writable folder, and then edit the globals.php in root Joomla! أولا إنشاء مجلد للكتابة ، وبعد ذلك تحرير globals.php الجذر في بيان مشترك directory. دليل. Add in the following line at the top, right after <?php line: أضف في السطر التالي في أعلى ، الحق بعد <؟ php الخط :

ini_set('session.save_path','/tmp');

Change ‘/tmp’ to full path to the writable directory created. تغيير '/ tmp' لكامل الطريق إلى إنشاء دليل للكتابة. Then edit the following parameter. ثم بعد تحرير معلمة. Look for: ابحث عن :

define( 'RG_EMULATION', 1 );

Edit and change the line to: تحرير وتغيير الخط إلى ما يلي :

define( 'RG_EMULATION', 0 );

Save the globals.php file. انقاذ globals.php الملف.

Add session save path parameter into Joomla’s PHP code أضف الدورة انقاذ المسار إلى المعلمة Joomla 'sرمز PHP

If it’s impossible to change PHP.INI or add .htaccess, try to create a writable directory, recommended to be a directory named ’sessions’ inside $mosConfig_absolute_path folder which can be retrieved from the configuration.php itself, then add the following line in configuration.php file of Joomla!. وإذا كان من المستحيل PHP.INI تغيير أو إضافة. htaccess ، في محاولة لخلق دليل للكتابة ، وأوصت ليكون دليل اسمه 'دورات' داخل مجلد دولار mosConfig_absolute_path التي يمكن الاطلاع عليها من خلال configuration.php نفسها ، ثم يضاف ما يلي خط في ملف configuration.php بيان مشترك.

session_save_path('public_html/session');

Change ‘public_html/session’ to the actual path to the writable directory created. تغيير 'public_html / دورة' لالفعلية الطريق إلى إنشاء دليل للكتابة. Note that if you modify and change any Global Configuration settings in Joomla, the line above will be lost as the configuration.php file get rewritten. علما أن في حالة تعديل وتغيير أي من الإعدادات في التشكيل العالمي Joomla ، الخط أعلاه ستزول كما configuration.php ملف الحصول على إعادة كتابة. In the case, remember to replace back the hack above. في هذه الحالة ، تذكر ليحل محل دعم الإختراق أعلاه.

Add php_value for session.save_path in httpd.conf Apache configuration file أضف php_value لsession.save_path في httpd.conf اباتشي ملفات

Create a writable directory that can be accessed by Apache service, and then edit the Apache configuration file of httpd.conf. إنشاء دليل للكتابة والتي يمكن الوصول اليها عن طريق خدمة اباتشي ، وبعد ذلك تحرير اباتشي ملفات من httpd.conf. Add the following line to the bottom of the file: أضف السطر التالي إلى الجزء السفلي من الملف :

php_value session.save_path "C:\Temp\"

Change the path “C:\Temp\” to the path to the folder created. تغيير مسار "جيم : \ الحرارة \" على الطريق إلى إنشاء مجلد. Save the configuration file, and then restart Apache HTTPD service. انقاذ ملفات ، وبعد ذلك استئناف اباتشي HTTPD الخدمة.

Note: A lot has been saying about writable folder. ملاحظة : قد يقول الكثير عن كتابة مجلد. In some cases, depending on owner and group, you may have to set the permissions to 777 (full read, write and execute) in order for Apache to be able to write into the directory. وفي بعض الحالات ، اعتمادا على المالك والمجموعة ، قد تضطر إلى تحديد أذونات ل777) كامل القراءة والكتابة وتنفيذ) من أجل لاباتشي ليكون قادرا على الكتابة إلى الدليل.

Above resolutions should work for both Linux, FreeBSD, Unix and Windows based web server. القرارات المذكورة أعلاه ينبغي العمل على حد سواء لينكس ، فري بي ، ويندوز ويونيكس على أساس ملقم الويب. However in Windows, you may need to specify drive letter to the path. ولكن في ويندوز ، قد تحتاج إلى تحديد حرف محرك الأقراص إلى مسار. For example, ‘/tmp’ will be ‘C:/tmp’ in Windows. فعلى سبيل المثال ، '/ tmp' سيكون 'جيم : / tmp' في ويندوز. It’s also recommended to use forward slash (/) in the path to the folder instead of usual backslash (\). انها كما أوصت لخفض استخدام إلى الأمام (/) في الطريق إلى مجلد بدلا من المعتاد (\).

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



17 Responses to “Fix Session Save Path Red Unwritable When Installing Joomla!” 17 الردود على "فيكس الدورة انقاذ المسار الاحمر غير قابل للتثبيت وعندما بيان مشترك"

  1. milosh
    December 1st, 2007 02:31 كانون الأول / ديسمبر 1st ، 2007 02:31
    1

    That was very helpfull thank you.. وكان ذلك مفيدا جدا شكرا.. ؛)

  2. Dave ديف
    December 7th, 2007 14:05 كانون الأول / ديسمبر 7th ، 2007 14:05
    2

    Very informative and solved my problem in a jiffy. جدا بالمعلومات وتحل المشكلة في بلدي كلمح البصر.
    Thank you شكرا لك

  3. sejum
    January 1st, 2008 09:44 كانون الثاني / يناير 1st ، 2008 09:44
    3

    Thank you it was so helpful and did solve the problem I had. شكرا كان ذلك مفيدا ولم تحل المشكلة كان لي.

  4. Joomla/Issue/12.19.07 - Joomla Install: Session save path Unwriteable Joomla/Issue/12.19.07 -- Joomla تثبيت : الدورة انقاذ المسار Unwriteable
    January 26th, 2008 00:22 كانون الثاني / يناير 26th ، 2008 00:22
    4

    [...] RESOLUTION: ( link to original resolution here) ( link to more detailed explanation here) [...] [...]القرار : (لربط القرار الأصلي هنا) (وصلة لشرح أكثر تفصيلا هنا) [...]

  5. SANDY
    February 9th, 2008 13:05 فبراير 9th ، 2008 13:05
    5

    omg- ur article truly just helped me!!! omg جولة أوروغواي المادة عادل حقا ساعدني! Thank you SO SO SO VERY MUCH!!! شكرا لكم كثيرا كثيرا جدا!

  6. Victor Noe فيكتور نوي
    March 14th, 2008 15:35 مارس 14th ، 2008 15:35
    6

    Wich of all this php.ini I need to edit the lines ? من كل هذا الذي php.ini أحتاج لتحرير خطوط؟

    /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini / usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini
    /usr/local/cpanel/3rdparty/etc/php.ini / usr/local/cpanel/3rdparty/etc/php.ini
    /usr/local/cpanel/3rdparty/etc/horde/php.ini / usr/local/cpanel/3rdparty/etc/horde/php.ini
    /usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini / usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini
    /usr/local/lib/php.ini / usr / المحلية / ليب / php.ini
    /usr/lib/php.ini / usr / ليب / php.ini

  7. Patsy Caldwell بتسي كالدويل
    March 19th, 2008 05:39 مارس 19th ، 2008 05:39
    7

    This article was a lifesaver! هذه المادة هي المنقذ! I have been trying to figure this out for hours.I couldn’t get my Joomla Stand Alone Server to work but your notes worked! لقد سعيت إلى هذا الرقم لhours.I لم يتمكنوا من الحصول على بلدي Joomla قائمة بذاتها لعمل الخادم الخاص بك ولكن يلاحظ عملت! Thanks a bunch! وبفضل حفنة!

  8. Lloyd Erasmus لويد ايراسموس
    April 17th, 2008 19:29 أبريل 17th ، 2008 19:29
    8

    Had this problem for 4 days until i came across this article… Thanx a million, this has really helped me. قد هذه المشكلة لمدة 4 أيام حتى جئت عبر هذه المادة... Thanx مليون ، هذا ساعدتني فعلا.

  9. reza رضا
    April 17th, 2008 21:15 أبريل 17th ، 2008 21:15
    9

    dear admin العزيز الادارية لل
    special thanks for this tutorial. شكر خاص لهذا البرنامج التعليمي.
    see u انظر ش

  10. Zeon
    April 21st, 2008 23:33 أبريل 21st ، 2008 23:33
    10

    Adding the path info to configuration.php worked out. واضاف ان الطريق الى معلومات configuration.php العمل.
    I wanted to point out that in order to find the host’s local route to my account I used the following: أردت أن أشير إلى أن من أجل التوصل إلى المضيف المحلي الطريق إلى حسابي كنت ما يلي :

  11. Tutorial: Caminho de sess أمثلة توضيحية : Caminho دي sess
    May 5th, 2008 19:10 مايو 5th ، 2008 19:10
    11

    [...] without a session save path? [...]بدون الدورة انقاذ المسار؟ Fix Session Save Path Red Unwritable When Installing Joomla! فيكس الدورة انقاذ المسار الاحمر غير قابل للتركيب عندما بيان مشترك - Fix Session Save Path Red Unwritable When Installing Joomla! -- فيكس الدورة انقاذ المسار الاحمر غير قابل للتركيب عندما بيان مشترك My Digital Life [...] بلادي الرقمي الحياة [...]

  12. numericalexample.com
    May 11th, 2008 17:40 مايو 11th ، 2008 17:40
    12

    It is indeed cleaner to have the session directory being green in Joomla instead of red (unwritable). وهي في الواقع أكثر نظافة لديهم دليل والخمسين يجري في Joomla الأخضر بدلا من الأحمر (غير قابل لل).

    The strange thing is that my site still works fine without the session directory being writable. الغريب أن موقعي لا يزال يعمل دون غرامة الدورة يجري دليل للكتابة.

  13. pilip
    May 15th, 2008 13:18 مايو 15th ، 2008 13:18
    13

    muchos gracias. muchos شكرا. this helped a lot. وساعد ذلك كثيرا.

  14. Phoenix فينكس
    June 21st, 2008 18:34 يونيو 21st ، 2008 18:34
    14

    excellent post. الممتاز بعد. helped a lot as the joomla docs/wiki or forum did not have enough info this major issue. وساعد الكثير كما joomla محرر مستندات / منتدى ويكي أو لا تملك ما يكفي من معلومات عن هذه القضية الكبرى. Joomla creators can learn a lot from u. Joomla المبدعين يمكن تعلم الكثير من ش

    Thanks شكرا :)

  15. Pete بيت
    September 1st, 2008 03:31 سبتمبر 1st ، 2008 03:31
    15

    Thank you شكرا لك

    Worked like a charm عملت مثل سحر

  16. Germinal جنيني
    September 18th, 2008 00:09 سبتمبر 18th ، 2008 00:09
    16

    Realy helpfull buddy. من المفيد حقا الأصدقاء.
    thaks a lot. thaks الكثير.

  17. marjan مرجان
    September 27th, 2008 01:28 سبتمبر 27th ، 2008 01:28
    17

    THAT WAS VERY HELPFUL, THANK YOU التي كانت مفيدة جدا ، شكرا لك :)

Leave a Reply ترك الرد

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

Joomla session.save_path Joomla session.save_path - -- Session save path Unwritable دورة انقاذ مسار غير قابل لل - -- joomla session save path unwriteable joomla الدورة انقاذ المسار unwriteable - -- session.save_path Joomla session.save_path Joomla - -- session save path الدورة انقاذ المسار - -- joomla session directory joomla الدورة دليل - -- joomla Session save path joomla الدورة انقاذ المسار - -- joomla session save path unwritable joomla الدورة انقاذ المسار غير قابل لل - -- Session save path Unwritable دورة انقاذ مسار غير قابل لل - -- Unwriteable: Unwriteable : / / - -- php_value session.save_path php_value session.save_path - -- session save path joomla الدورة انقاذ المسار joomla - -- joomla Session Directory /tmp/ Unwriteable joomla الدورة دليل / tmp / Unwriteable - -- joomla Session Directory / دليل الدورة joomla / - -- joomla session save path php.ini joomla الدورة انقاذ المسار php.ini - -- Session save path Unwriteable الدورة انقاذ المسار Unwriteable - -- session save path unwritable joomla دورة انقاذ مسار غير قابل للjoomla - -- session save path unwriteable joomla الدورة انقاذ المسار unwriteable joomla - -- session directory unwritable joomla دورة دليل غير قابل للjoomla - -- joomla unwriteable joomla unwriteable - -- ini_set session.save ini_set session.save - -- Joomla session.save_path /tmp Joomla session.save_path / tmp - -- session directory unwritable دورة دليل غير قابل لل - -- joomla unwritable غير قابل للjoomla - -- joomla session save path not set unwriteable joomla الدورة انقاذ المسار لم يحدد unwriteable - -- joomla save session path unwritable joomla إنقاذ الدورة مسار غير قابل لل - -- joomla 1.5 session save path joomla 1.5 الدورة انقاذ المسار - -- Session save path Unwriteable joomla الدورة انقاذ المسار Unwriteable joomla - -- Session save path Unwriteable الدورة انقاذ المسار Unwriteable - -- Session save path Unwriteable Not set الدورة انقاذ المسار Unwriteable ليس مجموعة - -- Session Directory / Unwriteable دورة دليل / Unwriteable - -- htaccess session save path htaccess الدورة انقاذ المسار - -- joomla session path joomla مسار الدورة - -- Session save path الدورة انقاذ المسار - -- session.save_path apache session.save_path اباتشي - -- session path joomla دورة طريق joomla - -- session save path unwriteable الدورة انقاذ المسار unwriteable - -- Session Directory / joomla دورة دليل / joomla - -- session save path unwriteable expose الدورة انقاذ المسار unwriteable فضح - -- joomla 1.5 session.save_path joomla 1.5 session.save_path - -- Checking if php.ini setting session.save_path='' is writable by the webserver فحص إذا php.ini وضع session.save_path = ''هو للكتابة بها خدمة الويب - -- php5 session joomla php5 الدورة joomla - -- .htaccess session.save_path . htaccess session.save_path - -- cpanel php.ini session.save_path cpanel php.ini session.save_path - -- cpanel .htaccess session.save_path cpanel. htaccess session.save_path - -- get file path from session الحصول على مسار الملف من الدورة - -- how to set session save path in joomla كيف لمجموعة الدورة انقاذ المسار في joomla - -- how to make a session save path طريقة صنع الدورة انقاذ المسار - -- how to change Session save path Unwriteable to writeable joomla كيفية تغيير مسار الدورة انقاذ Unwriteable لكتابة joomla - -- joomla Session save path Not set, Unwriteable joomla الدورة انقاذ المسار ليس مجموعة ، Unwriteable - --