Viewing 1 replies (of 1 total)
  • Thread Starter Deepak Rajpal

    (@deepakrajpal)

    Solution:
    It looks like wpui_dir() is not doing the right thing in “wp-ui.php” on line 122. Even it is able to include the desired file without using this function.

    So just replace line:
    require_once( wpui_dir( 'admin/wpUI-options.php' ));
    to
    require_once( 'admin/wpUI-options.php' );

    It should work fine. Please mention if doing something wrong.

    Hope this will work for you as well. All the best 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘WP UI – Fatal Error while activating – Working fine on local’ is closed to new replies.