لكل من واجه مشكلة في تثبيت مركز تحميل الملفات ترايدنت 3
الحل هنا
بصراحة أنا واجهتها و لا يوجد في المعهد ولا خارج المعهد حل لها و هنالك الكثير من المواضيع كتبها الأعضاء الذين واجهتهم المشكلة ,على كل حال المشكلة هي :
رمز PHP:
الموضوع ذات صله بمعهد ترايدنت : http://www.traidnt.net/vb/traidnt1784479/#ixzz1XuTB8FtL
traidnt.net
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/home/CpanelUser/public_html/up/includes/classes/Db.php) is not within the allowed path(s): (/home/althalah:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/althalah/public_html/up/install/install.php on line 16
Warning: include_once(/home/CpanelUser/public_html/up/includes/classes/Db.php) [function.include-once]: failed to open stream: Operation not permitted in /home/althalah/public_html/up/install/install.php on line 16
Warning: include_once() [function.include]: Failed opening /home/CpanelUser/public_html/up/includes/classes/Db.php for inclusion (include_path=.:/usr/lib/php:/usr/local/lib/php) in /home/althalah/public_html/up/install/install.php on line 16
Fatal error: Class DB not found in /home/althalah/public_html/up/install/install.php on line 18
traidnt.net
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/home/CpanelUser/public_html/up/includes/classes/Db.php) is not within the allowed path(s): (/home/althalah:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/althalah/public_html/up/install/install.php on line 16
Warning: include_once(/home/CpanelUser/public_html/up/includes/classes/Db.php) [function.include-once]: failed to open stream: Operation not permitted in /home/althalah/public_html/up/install/install.php on line 16
Warning: include_once() [function.include]: Failed opening /home/CpanelUser/public_html/up/includes/classes/Db.php for inclusion (include_path=.:/usr/lib/php:/usr/local/lib/php) in /home/althalah/public_html/up/install/install.php on line 16
Fatal error: Class DB not found in /home/althalah/public_html/up/install/install.php on line 18
لاحط أن ملف التنصيب install.php غير قادر على إيجاد الكلاس المسمى Db.php
إكتشفنا إلى الآن أن المشكلة هي من ملف install.php
نبدأ بالحل :
إذهب إلى ملف التنصيب على المسار install/install.php
قم بفتحه عن طريق إحدى المحررات
إذهب إلى السطر رقم 16
هو الذي يهمنا
شاهد
رمز PHP:
include_once($config["path"] . "includes/classes/Db.php");
لاحظ أن الكلاس المسمى Db هو مساره على الطبيعة هذا includes/classes/Db.php
لكن نحن الآن في ملف الإنتستول و ملف الإنستول موجود داخل مجلد منفصل و ليس على مسار السكربت الرئيسي
المهم الحل بالمختصر
إستبدل
رمز PHP:
include_once($config["path"] . "includes/classes/Db.php");
بـ
رمز PHP:
include_once($config["path"] . "includes/classes/Db.php");
و سيعمل بإذن الله ,أي إستفسار أنا جاهز
و في الختام السلام أخوكم ,Nalooob95