مشكله اثناء تعديل حجم الصور الرمزيه
السلام عليكم
عندي مشكله اثناء التعديل في حجم الصور الرمزيه من مجموعات الاعضاء
تظهر لي هذه الرساله
كود PHP:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE hmssatma_forumusergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'الادارة',
`description` = '',
`usertitle` = '<font face=\"ms sans serif\" size=\"1\"><table style=\"filter:glow(color=D02090, strength=4)\"><font color',
`opentag` = '<input type=\"text\" name=\"T1\" size=\"13\" class=\"red\" value=\"',
`closetag` = '\" readonly style=\"border-style:double; border-width:3px; padding:0; width: 70\">',
`passwordexpires` = '180',
`passwordhistory` = '360',
`forumpermissions` = '1048575',
`genericpermissions` = '1073741823',
`maxnewthread` = '',
`maxnewtime` = '',
`maxnewpost` = '',
`maxnewposttime` = '',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '160',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0'
WHERE usergroupid=6;
MySQL Error : Unknown column 'maxnewthread' in 'field list'
Error Number : 1054
Date : Tuesday, April 28th 2009 @ 10:24:25 AM
Script : http://www.q2q9.com/vb/admincp/usergroup.php?do=update
Referrer : http://www.q2q9.com/vb/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 78.93.180.24
Username : غريب الصمت
Classname : vB_Database
رد: مشكله اثناء تعديل حجم الصور الرمزيه
أزرع هذا الأمر في قاعدة بيانات المنتدى
كود:
ALTER TABLE `usergroup` ADD `maxnewthread` INT(10) UNSIGNED DEFAULT '0' NOT NULL;
رد: مشكله اثناء تعديل حجم الصور الرمزيه
اثنا زراعه الامر ظهرت لي هذه خطا
للمشاهده الخطا في الصوره
[BIMG]http://up2.m5zn.com/photo/2009/4/28/09/pp8izu7mq.jpg/jpg[/BIMG]
رد: مشكله اثناء تعديل حجم الصور الرمزيه
رد: مشكله اثناء تعديل حجم الصور الرمزيه
اخوي انت في عندك اخطاء في قاعدة بيانات المنتدى اعمل لها أصلاح وانسخ لي الخطأ هنا
رد: مشكله اثناء تعديل حجم الصور الرمزيه
لقد تم عمل اصلاح لقاعده البيانات ومازالت نفس المشكله
رد: مشكله اثناء تعديل حجم الصور الرمزيه
المنتدى شغال بدون اي مشاكل
وزرعتها في نفس قاعده البيانات الاساسيه
ولكن لم اجد ايش المشكله بالضبط هل اجد حل
ام انها مشكله كبيره
رد: مشكله اثناء تعديل حجم الصور الرمزيه
هذه هي الصوره المطلوبه
[BIMG]http://up2.m5zn.com/photo/2009/4/30/11/rat8g8f4i.jpg/jpg[/BIMG]
رد: مشكله اثناء تعديل حجم الصور الرمزيه
تم الزرع بنجاح
لكن اثنا التعديل على المجموعه ماتزال نفس المشكله
رد: مشكله اثناء تعديل حجم الصور الرمزيه
هذا الخطا اثنا التعديل مره اخرى
كود PHP:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE hmssatma_forumusergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'الادارة',
`description` = '',
`usertitle` = '<font face=\"ms sans serif\" size=\"1\"><table style=\"filter:glow(color=D02090, strength=4)\"><font color',
`opentag` = '<input type=\"text\" name=\"T1\" size=\"13\" class=\"red\" value=\"',
`closetag` = '\" readonly style=\"border-style:double; border-width:3px; padding:0; width: 70\">',
`passwordexpires` = '180',
`passwordhistory` = '360',
`forumpermissions` = '1048575',
`genericpermissions` = '1073741823',
`maxnewthread` = '0',
`maxnewtime` = '',
`maxnewpost` = '',
`maxnewposttime` = '',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '160',
`avatarmaxheight` = '140',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0'
WHERE usergroupid=6;
MySQL Error : Unknown column 'maxnewtime' in 'field list'
Error Number : 1054
Date : Thursday, April 30th 2009 @ 03:11:56 PM
Script : http://www.q2q9.com/vb/admincp/usergroup.php?do=update
Referrer : http://www.q2q9.com/vb/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 86.60.101.89
Username : غريب الصمت
Classname : vB_Database
رد: مشكله اثناء تعديل حجم الصور الرمزيه
الف الف الف
شكر لقد تم حل المشكله يالغالي
والله لا يحرمنا منك ومن خدماتك
تحيـــــــــــــأتي لك