Support » Plugin: Simple lyteload » Line 195 in lazy_Panel_Class.php

  • Resolved tzdk

    (@tzdk)


    Is evil!

    You just changed from

    include_once('/../config/main_plugin_fields.php');

    which give Warnings like “include_once(): Failed opening…

    to

    include_once(dirname(__FILE__).'/../config/main_plugin_fields.php');

    which does not seem to give error but also no entry in settings.

    Fix for me:

    # define( 'DISALLOW_FILE_EDIT', TRUE );

    Commented out. Weird but true 🙂

    http://wordpress.org/extend/plugins/simple-lyteload/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Line 195 in lazy_Panel_Class.php’ is closed to new replies.