Hi, I'm enquiring about my forum which has become very slow in the past few days:
The MySQL and http server are hosted on two different machines, both with the same spec. The mysql and http servers have already been optimized and since then, little or no activity has occurred on the forum, so no major changes.
I've disabled all hooks via define('DISABLE_HOOKS', true); but it is still slow.
there is a vB database error when viewing profiles:
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 = 65
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 'admin_ttvbulletin.picture' doesn't exist
Error Number : 1146
Request Date : Saturday, July 26th 2008 @ 08:21:21 AM
Error Date : Saturday, July 26th 2008 @ 08:21:22 AM
Script : http://thinkteen.co.uk/forum/members/-unreal.html
Referrer : http://thinkteen.co.uk/forum/support....html#post7089
IP Address : Username : Shamil
Classname : vB_Database_MySQL
MySQL Version : 5.0.37-standard
The MySQL and http server are hosted on two different machines, both with the same spec. The mysql and http servers have already been optimized and since then, little or no activity has occurred on the forum, so no major changes.
I've disabled all hooks via define('DISABLE_HOOKS', true); but it is still slow.
there is a vB database error when viewing profiles:
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 = 65
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 'admin_ttvbulletin.picture' doesn't exist
Error Number : 1146
Request Date : Saturday, July 26th 2008 @ 08:21:21 AM
Error Date : Saturday, July 26th 2008 @ 08:21:22 AM
Script : http://thinkteen.co.uk/forum/members/-unreal.html
Referrer : http://thinkteen.co.uk/forum/support....html#post7089
IP Address : Username : Shamil
Classname : vB_Database_MySQL
MySQL Version : 5.0.37-standard
Comment