• Resolved carterkay

    (@carterkay)


    Hello,

    I’m getting a server error which seems to be related
    to the plugin, it says ‘wpl_features_controller’ is
    missing from sef.php on line 78.

    Here is the error log.

    20160607T230313: diamondproperties.ky/index.php
    PHP Fatal error: Class ‘wpl_features_controller’ not found in (URL removed)/wp-content/plugins/real-estate-listing-realtyna-wpl/libraries/services/sef.php on line 78

    Do you know how to fix this please?

    Thanks,
    C

    https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter carterkay

    (@carterkay)

    The error just happened, no work was being carried out at the time.

    Thread Starter carterkay

    (@carterkay)

    I have checked the php file and the code is there;

    75 if(!trim($function)) $function = wpl_request::getVar(‘wpltype’);
    76 _wpl_import(‘views.basics.features.wpl_’.$function);
    77
    78 $obj = new wpl_features_controller();
    79 $obj->display();
    80 }
    81 elseif($this->view == ‘addon_crm’)
    82 {
    83 _wpl_import(‘views.frontend.addon_crm.wpl_main’);

    Could it be an issue with another part of the plugin that’s calling the ‘wpl_features_controller’?

    Thanks

    Thread Starter carterkay

    (@carterkay)

    The page with the problem is

    http://diamondproperties.ky/properties/

    I have created another page with a shortcode, to see if it’s a problem with the theme, but still the same problem (see below).

    http://diamondproperties.ky/properties-listings/

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    Please check this path: /path/to/wpl/views/basics/features/ The path itself should exists if you use WPL basic and if you use WPL PRO, some files including wpl_print.php, wpl_pdf.php and wpl_rss.php should exists on the path.

    BTW, you should have this error in the property listings pages. please insert your shortcode here as well. You should insert [WPL] shortcode inside of listing page.

    Regards,
    Realtyna support team

    Thread Starter carterkay

    (@carterkay)

    Hi,

    I have checked /path/to/wpl/views/basics/features/
    and all I have in this folder is a folder named tmpl and index.html

    So am I missing wpl_print.php, wpl_pdf.php and wpl_rss.php?

    Thanks,
    C

    Thread Starter carterkay

    (@carterkay)

    I have installed a new copy on another site and checked wpl/views/basics/features/, and I get the same, a folder named tmpl and index.html,,,, no wpl_print.php, wpl_pdf.php or wpl_rss.php?

    I have tried creating a new page and using various WPL shortcodes but the listings aren’t being populated by the plugin.

    I have deactivated then deleted the plugin several times, whilst double checking the plugin has been completely removed from the server and database, but I’m still getting the same issue.

    I think the problem lies with a conflict between the database and the plugin, but the databse has no traces of WPL on deltion, so I don’t know why the issue still exists once re-built?

    Would upgrading to WPL PRO help?

    Thanks,
    C

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    If you don’t have any file inside of /path/to/wpl/views/basics/features/ it means you’re using WPL basic but the problem is you shouldn’t see this fatal error. Please let me know what is your shortcode? Do you still see the error by placing only [WPL] as shortcode inside of your website page?

    Regards,
    Realtyna support team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PHP Fatal error – 'wpl_features_controller' is missing’ is closed to new replies.