• Resolved abhishek1299

    (@abhishek1299)


    Hi,

    i had installed masterstudy lms plugin, when i click manage students button under courses tab the page shows only loading screen nothing else.

    In the query monitor it shows 15 php error as given below:
    Warning (Suppressed) fopen(/home/ibeccoin/public_html/wp-content/uploads/stm_lms_styles/vc_modules): failed to open stream: Is a directory 1 –
    wp-admin/includes/class-wp-filesystem-direct.php:66
    fopen()
    wp-admin/includes/class-wp-filesystem-direct.php:66
    WP_Filesystem_Direct->put_contents()
    wp-content/plugins/masterstudy-lms-learning-management-system/lms/generate_styles.php:103
    stm_lms_generate_styles()
    wp-includes/class-wp-hook.php:287
    do_action(‘init’)
    wp-settings.php:540
    Plugin: masterstudy-lms-learning-management-system

    need your support to fix the issue , please respond as soon as possible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support supportstylemix

    (@supportstylemix)

    Hi,

    Please make sure that you are using the latest version of the plugin.

    Also, please check the issue by deactivating all the extra plugins. We have checked the issue on our testing environments and could not detect any issues.

    regards

    Thread Starter abhishek1299

    (@abhishek1299)

    Thanks for your early response.

    As per your suggestion i had checked the version of the plugin it shows 2.1.3(which is the latest version of the plugin)

    Also i log into the troubleshoot mode and deactivated all the plugins except masterstudy and query monitor, but still it show same error as stated above.

    Anxiously waiting for your response.

    Regards

    Plugin Support supportstylemix

    (@supportstylemix)

    Please send us the support request to this email [email protected] so we can explore the issue in more detail.

    regards

    Hi,

    I was about to open a similar support topic but I’ll reply to this one instead.

    I’m having the same warning due to the fact that you’re trying to get a directory instead of a file

    [12-Oct-2020 08:49:57 UTC] PHP Warning: file_get_contents(wp-content/plugins/masterstudy-lms-learning-management-system/assets/css/parts/scorm): failed to open stream: Permission denied in wp-content/plugins/masterstudy-lms-learning-management-system/lms/generate_styles.php on line 102

    I solved the issue by changing the file masterstudy-lms-learning-management-system/lms/generate_styles.php – line 101 into:

    if ( is_dir($style) || !file_exists($style) ) continue;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fopen-failed to open stream: Is a directory’ is closed to new replies.