CMS not working after upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nforums
    Banned
    • Jun 2009
    • 619
    • 3.8.x

    [Suite] CMS not working after upgrade

    Fatal error: Class 'vBCms_Item_Content_ContentNode' not found in /home/XXXX/justin/vb/item/content.php on line 124

    I've reuploaded files 3 times now and every time it says 0 failed transfers
  • nforums
    Banned
    • Jun 2009
    • 619
    • 3.8.x

    #2
    anyone with any ideas?

    Comment

    • Trevor Hannant
      vBulletin Support
      • Aug 2002
      • 24358
      • 5.7.X

      #3
      In that file, are you seeing the following code ar around line 120/121 onwards:

      Code:
       public static function create($package_class, $contenttype_class, $contentid = false)
       {
        $class = $package_class . '_Item_Content_' . $contenttype_class;
        return new $class($contentid);
       }
      Vote for:

      - Admin Settable Paid Subscription Reminder Timeframe (vB6)
      - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

      Comment

      • nforums
        Banned
        • Jun 2009
        • 619
        • 3.8.x

        #4
        Yep lines 121-125 (according to NotePad++)

        Code:
        	public static function create($package_class, $contenttype_class, $contentid = false)
        	{
        		$class = $package_class . '_Item_Content_' . $contenttype_class;
        		return new $class($contentid);
        	}

        Comment

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