كيف يمكن أن نصحح معلمات [phpBB Debug] التالية

الدعم الفني الخاص بمنتديات phpBB للمساعده في مشاكل تثبيت وتشغيل phpBB3 وكل مشاكل النسخة الأصلية

المشرفون: alhitary،طاقم الدعم

قوانين المنتدى
فضلاً قبل طرح أي مشكلة أو موضوع تأكد من استخدامك للبحث فقد يكون ما تسأل عنه قد تكرر مراراً وهذا يوفر عليك الوقت.

عند طرح أي موضوع اتبع التالي:
• قم بوضع عنوان بارز و معبر ولا تستخدم العبارات ( مشكلة كبيرة ، ورطة ، ساعدوني ) وإلا سيتعرض موضوعك للتجاهل والإغلاق.
• قم بتعبئة استمارة الدعم الفني.
• تأكد من وجود رابط منتداك في الموضوع.
• تأكد من شرحك للمشكلة بدقة.

في حالة تم حل مشكلتك رجاء قم بإضافة [ مجابة ] في بداية العنوان وذلك لمساعدة الآخرين أيضاً.
صورة العضو الرمزية
FaresNB
مشرف سابق
مشرف سابق
مشاركات: 1720
اشترك في: الأحد مارس 11, 2007 11:32 pm
مكان: قطر
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة FaresNB » الخميس إبريل 23, 2009 8:39 pm

?????? ?????

??? ?????? ???? ??????? ???? ??? ??? ???? ????? ????? ??? ??????? ... ????? ?? ??????? ??????? ?? ??? ???? ???????

كود: تحديد الكل

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4067: Undefined index: topic_last_poster_colour 
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: poster_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4072: Undefined index: post_username
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3854: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3228)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3855: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3228)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3856: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3228)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3857: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3228)
??????? ?? ????? ??? 4066 ??? ????? 4081 ?? ?????? :

كود: تحديد الكل

      //????? ??????? ???? ?????

   
      $template->assign_block_vars('latest_posts', array(
         'POST_AUTHOR'      => get_username_string('username', $row['topic_last_poster_id'], $row['username'], $row['topic_last_poster_colour '], $row['topic_last_poster_name']),
         'POST_SUBJECT'      => $row['topic_title'],
         'POST_ID'         => $row['topic_last_post_id'],
         'NUM_REPLIES'         => $row['topic_replies'],
         'U_POST_AUTHOR'      => get_username_string('profile', $row['topic_last_poster_id'], $row['username'], $row['user_colour'], $row['topic_last_poster_name']),
         'POST_AUTHOR_COLOUR'=> get_username_string('colour', $row['poster_id'], $row['username'], $row['user_colour'], $row['post_username']),
		 'TOPIC_ICON_IMG'		=> (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['img'] : '',
	   	 'TOPIC_ICON_IMG_WIDTH'	=> (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['width'] : '',
		 'TOPIC_ICON_IMG_HEIGHT'	=> (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['height'] : '',
          'U_MINI_POST'      => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$row['forum_id']}&p={$row['topic_last_post_id']}"),
		  ));
   }
? ?? ?? ??? ??? ????????? ???? the shadow

??????? ?? ????? ??? 3855 ? ?? ???? ?? ?????? :

كود: تحديد الكل


	// application/xhtml+xml not used because of IE
	header('Content-type: text/html; charset=UTF-8');
	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');

	return;
}
?? ???? ?? ???????? ?

? ???? ???
قبل أن تطرح موضوع , قم بالبحث !
إذا أردت طرح موضوع لطلب الدعم , إملأ استمارة الدعم هنا أولاً, لا يقدم الدعم بدون استمارة

آرتين - موقع طلاب الآداب لتعليم اللغات




saanina
عضو شرف
عضو شرف
مشاركات: 2726
اشترك في: الاثنين يونيو 09, 2003 11:14 am
مكان: ...
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة saanina » الخميس إبريل 23, 2009 8:47 pm

???? ?????

??? ?????? php ?? ????? ????????? ; ??? ???? ????? ?? ??????? , "??? ?? ?????? ????? ??????? ?? ??? ??????? ??? ??? ???? ????? .

??? ????? ?????? , ???? ???????? ??????? ??? ????????? , ??? ??? ????? ???????? ?????? ??? ??? ??? ????????? ?? ??? ??????? !

????? ?

??????? ,
???????? ???????? ,
???? ????? ..

?? ???? ??? ????????? !

??? ???? ????????? ????????? ????? ???? ?????? "?? ??? ??????" ???? ?? ???????? ????? ! ????? ???? ???? ?? ???? !
??? ??? ??? ?????????? ????? ?? ?????? ??? ????? ??????? ???????? ??????? ??? ?? ????? .. !
صورة

:idea: ----------
[الإنسان لا يدرك قيمة الأشياء المجانيه التي تعرض له ..
ويتعامل معها بإستخفاف .. أو على الأقل يشعر أنها حق
له .. أو واجب على الطرف الآخر ...]

صورة العضو الرمزية
FaresNB
مشرف سابق
مشرف سابق
مشاركات: 1720
اشترك في: الأحد مارس 11, 2007 11:32 pm
مكان: قطر
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة FaresNB » الجمعة إبريل 24, 2009 11:03 am

???? ????? ?? ??? ??? ??????

???? ?? ????? ?? ????? ????? ?? ??? ???????

???? ??????? ???? ??? ?????? ?? ????? ??? gym_sitemapsV2-0-RC3 ? ?? ???? ?????? ??????? ??? ?????? ... ????? ????? ?? ????? ????? ??? ???? , ??? ??????? ?? ????? ????? ???? ?? ???? ??? ?? ????? ??? ????? ?? ????

??? ??? ????? ?????
http://www.phpbb-seo.com/en/gym-sitemap ... t4258.html
قبل أن تطرح موضوع , قم بالبحث !
إذا أردت طرح موضوع لطلب الدعم , إملأ استمارة الدعم هنا أولاً, لا يقدم الدعم بدون استمارة

آرتين - موقع طلاب الآداب لتعليم اللغات

صورة العضو الرمزية
abou hayan
عضو متميز
عضو متميز
مشاركات: 251
اشترك في: الأحد مايو 06, 2007 1:43 pm
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة abou hayan » الخميس مايو 14, 2009 5:12 am

??? Faresnb
?? ?????? ?? ???????? ????? ????? ????? ?? ??? ??????? :roll: ??? ???? ?? ?????? ???
Undefined index
??? ??????? ????? ??? ????
?????? ????? ?????? ???? ???? ???? ???? shadow
????? ?? ????? ??? ?????? ?? ???? shadow ???? ????????? ??? ?? ??? ???????
?????? ???? ????
منتدى القراءة والكتاب: http://hijaj.net
منتدى القراءة والكتاب
---------------------------------
دروس الفلسفة لتلامذة الباكالوريا: فضاء الفلسفة

صورة العضو الرمزية
FaresNB
مشرف سابق
مشرف سابق
مشاركات: 1720
اشترك في: الأحد مارس 11, 2007 11:32 pm
مكان: قطر
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة FaresNB » الخميس مايو 14, 2009 8:06 pm

?? ?? ????? ??? .... ??? ????? ????? ???? ????? ????? ??? ??? ???? ?? ???? ??? ??? ???????

????? ??????? ?? ???? ??? 4 ???? ?? ??? config.php ????

كود: تحديد الكل

@define('PHPBB_INSTALLED', true);
//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
?>
قبل أن تطرح موضوع , قم بالبحث !
إذا أردت طرح موضوع لطلب الدعم , إملأ استمارة الدعم هنا أولاً, لا يقدم الدعم بدون استمارة

آرتين - موقع طلاب الآداب لتعليم اللغات

صورة العضو الرمزية
abou hayan
عضو متميز
عضو متميز
مشاركات: 251
اشترك في: الأحد مايو 06, 2007 1:43 pm
اتصال:

??? ???? ?? ???? ?????? [phpBB Debug] ???????

مشاركةبواسطة abou hayan » الجمعة مايو 15, 2009 3:35 am

???? ?? ???
??? ??????? ??? ??? ??????? ????? Force login ??? ??????? :?
???? ??? ???? ?????? (?? ????? ?? ?????? ????? ? seo simple
???? ?????? ??? functions.php
?????? ???? ???? ????? ??? ??? phpbb seo simple
?? ???? ????? ??????
?? ?????? ???? functions.php ??????? ??????? ??? ???? ??????? :D
???? ?? ????? ???? ?? ??? ???? shdaow ?????? ??? ???? ??? ???????? ???? standars ???? ?????? ???? phpbb
منتدى القراءة والكتاب: http://hijaj.net
منتدى القراءة والكتاب
---------------------------------
دروس الفلسفة لتلامذة الباكالوريا: فضاء الفلسفة


العودة إلى ”الدعم الفني [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 31 زائرًا