• Resolved Ian Roseman

    (@ianmattroseman)


    Getting the following errors after I upgraded to latest WordPress version 6.3

    \temp\PHP74_errors.log): failed to open stream: Permission denied in E:\web\broadca1\wordpress\wp-content\plugins\antihacker\includes\functions\functions.php on line 4126

    Warning: fopen(C:\Windows\temp\PHP74_errors.log): failed to open stream: Permission denied in E:\web\broadca1\wordpress\wp-content\plugins\antihacker\includes\functions\functions.php on line 4126

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Minozzi

    (@sminozzi)

    Hi Ian,

    The command in question is attempting to open your error log file; however, your server is preventing it from doing so. The purpose of opening the file is to inform you about errors occurring on your website. This file should have permissions like 644. Our free plugin, WP Tools, can assist you in verifying if your file permissions are correct. Additionally, the line that tries to open the files is protected within a try-catch structure, as recommended by good programming practices.

    Cheers,

    Bill

Viewing 1 replies (of 1 total)
  • The topic ‘failed to open stream: Permission denied’ is closed to new replies.