What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Fixed [custom Fields] [xg 2.0.0] Call To Undefined Method...

Discussion in 'Bug Reports' started by bortrenamo, Dec 15, 2013.

  1. bortrenamo

    bortrenamo Authorized Member Authorized

    Fatal error: Call to undefined method sonnb_XenGallery_ControllerAdmin_Field::_getFieldModel() in ......./library/sonnb/XenGallery/ControllerAdmin/Field.php on line 27

    In admincp > applications > XenGallery > Custom Fields

    Originally posted here.
     
  2. lufter

    lufter Authorized Member Authorized

    For the same mistake I did with me.
    Sorry, I use a translator from Google because I can not speak English
     
  3. creasy

    creasy New Member

    I also have this bug :(

    Fatal error: Call to undefined method sonnb_XenGallery_ControllerAdmin_Field::_getFieldModel() in /home/kastak2/domains/xxxxxxxxxxx/public_html/library/sonnb/XenGallery/ControllerAdmin/Field.php on line 27
     
  4. bortrenamo

    bortrenamo Authorized Member Authorized

    [FIXED]

    /library/sonnb/XenGallery/ControllerAdmin/Field.php on line 12

    PHP:
    class sonnb_XenGallery_ControllerAdmin_Field extends XenForo_ControllerAdmin_Abstract
    Should be

    PHP:
    class sonnb_XenGallery_ControllerAdmin_Field extends sonnb_XenGallery_ControllerAdmin_Abstract
    Thanks to @xf_phantom from xenforo.com
    Originally from here
     
    sonnb likes this.
  5. sonnb

    sonnb Administrator Staff Member

    A quick fix has been uploaded.
     
    bortrenamo likes this.

Share This Page