Fatal error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alkahf
    Senior Member
    • Nov 2001
    • 588
    • 4.1.x

    Fatal error

    Hello
    When I click for example:
    http://www.222.com/blog.php?b=2#comments
    or: http://www.222.com/blog.php?b=3
    I have this error:
    Fatal error: Call to undefined function fetch_can_comment() in /home/site/public_html/blog.php on line 570

    vbblog Version: 2.0.2

    alkahf
    الحمدُ للهِ الذي أنزلَ على عبدِهِ الكتابَ و لم يجعل لهُ عِوَجًا - سورة الكهف 1
    Winner - vB Board of the Month - March 2008
    Winner vB Board of Year 2005
    vbulletinclub.com
  • wda2015
    Senior Member
    • May 2001
    • 1135

    #2
    nice skin you have.. but you have to register to see that error
    Simple Straight Forward EU cPanel vBulletin Web Hosting Provider.

    Comment

    • alkahf
      Senior Member
      • Nov 2001
      • 588
      • 4.1.x

      #3
      Nothing to see!
      There is blank page and:
      Fatal error: Call to undefined function fetch_can_comment() in /home/site/public_html/blog.php on line 570
      الحمدُ للهِ الذي أنزلَ على عبدِهِ الكتابَ و لم يجعل لهُ عِوَجًا - سورة الكهف 1
      Winner - vB Board of the Month - March 2008
      Winner vB Board of Year 2005
      vbulletinclub.com

      Comment

      • alkahf
        Senior Member
        • Nov 2001
        • 588
        • 4.1.x

        #4
        I uploaded blog files again then error display other thing:
        Database error in vBulletin 3.8.2:

        HTML Code:
        Invalid SQL:
        
        			SELECT blog.*, blog.options AS blogoptions, blog_text.pagetext, blog_text.allowsmilie, blog_text.ipaddress, blog_text.reportthreadid,
        				blog_text.ipaddress AS blogipaddress,
        				blog_editlog.userid AS edit_userid, blog_editlog.dateline AS edit_dateline, blog_editlog.reason AS edit_reason, blog_editlog.username AS edit_username,
        				blog_textparsed.pagetexthtml, blog_textparsed.hasimages,
        				user.*, userfield.*, usertextfield.*,
        				blog.userid AS userid, bu.categorycache, bu.sidebar, bu.memberids, bu.memberblogids, bu.custompages,
        				bu.title AS blog_title, bu.description AS blog_description, bu.allowsmilie AS blog_allowsmilie, bu.akismet_key AS akismet_key, bu.tagcloud,
        				bu.options_member, bu.options_guest, bu.options_buddy, bu.options_ignore, bu.entries, bu.isblogmoderator, bu.comments_moderation AS blog_comments_moderation,
        				bu.draft AS blog_draft, bu.pending AS blog_pending, bu.uncatentries, bu.moderation AS blog_moderation, bu.deleted AS blog_deleted, bu.customblocks,
        				customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight,
        				IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid,
        				blog_usercsscache.csscolors AS blog_csscolors, blog_usercsscache.cachedcss AS blog_cachedcss, IF(blog_usercsscache.cachedcss IS NULL, 0, 1) AS blog_hascachedcss, blog_usercsscache.buildpermissions AS blog_cssbuildpermissions
        				, blockparsed.blocktext
        				, gm.permissions as grouppermissions, blog_rate.vote,ignored.relationid AS ignoreid, buddy.relationid AS buddyid, IF(blog_subscribeuser.blogsubscribeuserid, 1, 0) AS blogsubscribed, IF(blog_subscribeentry.blogsubscribeentryid, 1, 0) AS entrysubscribed, blog_subscribeentry.type AS emailupdate
        				, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight
        				
        				
        				,blog_deletionlog.moddelete AS del_moddelete, blog_deletionlog.userid AS del_userid, blog_deletionlog.username AS del_username, blog_deletionlog.reason AS del_reason
        				
        			FROM blog AS blog
        			INNER JOIN blog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid)
        			LEFT JOIN user AS user ON (blog.userid = user.userid)
        			LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
        			LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
        			LEFT JOIN blog_editlog AS blog_editlog ON (blog_editlog.blogtextid = blog.firstblogtextid)
        			LEFT JOIN blog_textparsed AS blog_textparsed ON (blog_textparsed.blogtextid = blog.firstblogtextid AND blog_textparsed.styleid = 70 AND blog_textparsed.languageid = 10)
        			LEFT JOIN blog_user AS bu ON (bu.bloguserid = user.userid)
        			LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid)
        			LEFT JOIN blog_usercsscache AS blog_usercsscache ON (user.userid = blog_usercsscache.userid)
        			LEFT JOIN blog_custom_block_parsed AS blockparsed ON (blockparsed.userid = user.userid AND blockparsed.styleid = 70 AND blockparsed.languageid = 10)
        			
        			
        			LEFT JOIN userlist AS ignored ON (ignored.userid = blog.userid AND ignored.relationid = 3 AND ignored.type = 'ignore')
        			LEFT JOIN userlist AS buddy ON (buddy.userid = blog.userid AND buddy.relationid = 3 AND buddy.type = 'buddy')
        			
        			LEFT JOIN blog_subscribeentry AS blog_subscribeentry ON (blog.blogid = blog_subscribeentry.blogid AND blog_subscribeentry.userid = 3)
        			LEFT JOIN blog_subscribeuser AS blog_subscribeuser ON (blog.userid = blog_subscribeuser.bloguserid AND blog_subscribeuser.userid = 3)
        			LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) 
        			LEFT JOIN blog_rate AS blog_rate ON (blog_rate.blogid = blog.blogid AND blog_rate.userid = 3)
        			LEFT JOIN blog_groupmembership AS gm ON (blog.userid = gm.bloguserid AND gm.userid = 3)
        			LEFT JOIN blog_deletionlog AS blog_deletionlog ON (blog.blogid = blog_deletionlog.primaryid AND blog_deletionlog.type = 'blogid')
        			
        			
        			WHERE blog.blogid = 4;
        
        MySQL Error   : Unknown column 'blog_usercsscache.csscolors' in 'field list'
        Error Number  : 1054
        Request Date  : Wednesday, April 15th 2009 @ 10:58:13 AM
        Error Date    : Wednesday, April 15th 2009 @ 10:58:13 AM
        Script        : http://www.vbulletinclub.com/blog.php?bt=11
        Referrer      : http://www.vbulletinclub.com/blog.php?do=bloglist&blogtype=best
        IP Address    : 
        Username      : 
        Classname     : vB_Database
        MySQL Version : 5.0.67-community-log
        الحمدُ للهِ الذي أنزلَ على عبدِهِ الكتابَ و لم يجعل لهُ عِوَجًا - سورة الكهف 1
        Winner - vB Board of the Month - March 2008
        Winner vB Board of Year 2005
        vbulletinclub.com

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          You did not upgrade or install the Blog correctly. Reupload the Blog files then follow these instructions: http://www.vbulletin.com/docs/html/blog_install
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          • alkahf
            Senior Member
            • Nov 2001
            • 588
            • 4.1.x

            #6
            No Steve I did!
            I upgraded it from v2.0.0 to v2.0.2
            الحمدُ للهِ الذي أنزلَ على عبدِهِ الكتابَ و لم يجعل لهُ عِوَجًا - سورة الكهف 1
            Winner - vB Board of the Month - March 2008
            Winner vB Board of Year 2005
            vbulletinclub.com

            Comment

            • alkahf
              Senior Member
              • Nov 2001
              • 588
              • 4.1.x

              #7
              Thank you
              Any way I uploaded files again then problem fixed!

              Regards
              الحمدُ للهِ الذي أنزلَ على عبدِهِ الكتابَ و لم يجعل لهُ عِوَجًا - سورة الكهف 1
              Winner - vB Board of the Month - March 2008
              Winner vB Board of Year 2005
              vbulletinclub.com

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...