• Resolved patrick1994

    (@patrick1994)


    all-404-redirect-to-homepage.php line 85

    $filestr = @fread($f, filesize($file));

    I had to add a check to line 83 because for some reason I have an empty .htaccess file and the fread function causes a fatal error with length param 0.

    if ($f !== false && filesize($file) !== 0) {

    E: Uh, I don’t know, perhaps solve it differently in a way where the code is added to the empty .htaccess file, anyway. It is unclear what it means to have an empty .htaccess file lying around. ??

    • This topic was modified 1 year, 5 months ago by patrick1994.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, @patrick1994

    Thank you for your feedback.

    we will fix the error and contact you soon.

    Thank you and have a nice day .

    Regards

    Thread Starter patrick1994

    (@patrick1994)

    Hi there,

    I don’t see an update nor a “won’t fix” explanation.

    Hello,@patrick1994

    Thank you for your patience and we appreciate this.

    We have pushed a new update to the plugin which contains a fix for your issue, so kindly update to version 4.3.

    Thank you for being patience and have a nice day.

    Regards

    Thread Starter patrick1994

    (@patrick1994)

    thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Yet another 500 error due to httaccess reads (4.2)’ is closed to new replies.