مشكله في الصفحه الشخصيه للعضو؟؟؟

الحالة
مغلق و غير مفتوح للمزيد من الردود.

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
السلام عليكم

انا عندي منتدى vb نسخه 3.7.2


من سويت المنتدى والصفحه الشخصيه للعضو ماتطلع عندي ولا عند اي عضو في المنتدى؟؟؟


وانا مو عارفه شنو المشكله بالضبط؟؟؟؟؟
 

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
بيطلع ايه

صفحه بيضاء او اكواد بتظهر

وضح لنا اكتر ويريت بالصور ان وجد
 

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
image.php
Database errorThe ******** database has encountered a problem.Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the hasafa.freehostia.com home page, then try to open another page.
  • Click the Back button to try another link.
The hasafa.freehostia.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.


هذا اللي يطلع وتحته كود...
 

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
طيب يريت تجيب لنا مصدر الصفحه
من المتصفح
من view واختر source
وضع الكود كامل هنا



 

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>******** Database Error</title>
++++++++++++++++++ ++++++++++++++++++++++++++++++="Content-Type" content="text/html; charset=ISO-8859-1" />
++++++++++++++++++ name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
<style type="text/css">
<!--
body { background-color: white; color: black; }
#container { width: 400px; }
#message { width: 400px; color: black; background-color: #FFFFCC; }
#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
.bodytext { font: 8pt/11pt verdana, arial, sans-serif; }
a:link { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
a:visited { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
-->
</style>
</head>
<body>
<table cellpadding="3" cellspacing="5" id="container">
<tr>
<td><img src="*************" alt="Database Error" width="48" height="48" /></td>
<td id="bodytitle" width="100%">Database error</td>
</tr>
<tr>
<td class="bodytext" colspan="2">The ****** database has encountered a problem.</td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td class="bodytext" colspan="2">
Please try the following:
<ul>
<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
<li>Open the <a href="/">********</a> home page, then try to open another page.</li>
<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
</ul>
</td>
</tr>
<tr>
<td class="bodytext" colspan="2">The********staff have been notified of the error, though you may <a href=mailto:*******>contact them</a> if the problem persists.</td>
</tr>
<tr>
<td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td>
</tr>
</table>
<form><textarea rows="15" cols="70" wrap="off" id="message">Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT album.*,
picture.pictureid, picture.extension, picture.idhash, album.moderation,
picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height

FROM album AS album
LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)

WHERE album.userid = 2
AND album.state IN ('public', 'private', 'profile')
AND (album.visible > 0 OR album.moderation > 0)

ORDER BY album.lastpicturedate DESC
LIMIT 2;
MySQL Error : Table ***** doesn't exist
Error Number : 1146
Request Date : Monday, September 22nd 2008 @ 09:21:18 AM
Error Date : Monday, September 22nd 2008 @ 09:21:18 AM

Classname : vB_Database
MySQL Version : 4.1.22-standard-log</textarea></form>
</body>
</html>
 
التعديل الأخير:

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
من السىبانل
ادخل على قواعد البيانات من phpmyadmin

اختر قاعده بيانات المنتدى
وازرع الامر التالى



PHP:
CREATE TABLE `album` (
  `albumid` int(10) unsigned NOT NULL auto_increment,
  `userid` int(10) unsigned NOT NULL default '0',
  `createdate` int(10) unsigned NOT NULL default '0',
  `lastpicturedate` int(10) unsigned NOT NULL default '0',
  `visible` int(10) unsigned NOT NULL default '0',
  `moderation` int(10) unsigned NOT NULL default '0',
  `title` varchar(100) NOT NULL default '',
  `description` mediumtext,
  `state` enum('public','private','profile') NOT NULL default 'public',
  `coverpictureid` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`albumid`),
  KEY `userid` (`userid`,`lastpicturedate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
 

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
معليش انا ماعندي خبره بهالشغلات صار لي يومين من عملت المنتدى...

ممكن اعرف وين phpmyadmin ???
 

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
معليش انا ماعندي خبره بهالشغلات صار لي يومين من عملت المنتدى...

ممكن اعرف وين phpmyadmin ???
ادخلى لوحه تحكم السىبانل وصوريهالى لانى ما اعرف انتى تسخدمى انهى لوحه
 

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
دخلت ع القاعده ولقيت جداول شنو اختار؟؟؟شلون ازرعه؟؟؟
 

ENG MUHAMED

[ADMIN]
طاقم الإدارة
25 فبراير 2008
10,079
43
48
support-ar.net
دخلت ع القاعده ولقيت جداول شنو اختار؟؟؟شلون ازرعه؟؟؟
شرح طريقة تنفيذ أمر في قاعدة البيانات

بعد الدخول إلى: phpmyadmin

نضغط على القاعدة

phpmyadmin_cp_alam_1.jpg


ننتقل إلى الصفحة التالية وضغط على: sql

phpmyadmin_cp_alam_2.jpg



بطلع لنا النافذة التالية نضع الامر المطلوب ثم نضغط: go

phpmyadmin_cp_alam_3.jpg


بالتوفيق للجميع




 

الباحثه

عضو جديد
20 سبتمبر 2008
25
0
0
مشكوووووووووووووووووووووووووووووووووووووووووووووووووووور اخوووي جدا...


الله يوفقك

بارك الله فيك

الحمد لله ضبطت معاي
 
الحالة
مغلق و غير مفتوح للمزيد من الردود.