• Resolved Clementbb

    (@clementbb)


    Hello,

    I noticed my server logs were constantly filled with the following warnings:

    PHP Warning: file_exists(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/clients/******/prod/**********:/tmp:/usr/share/php:/usr/share/pear:/home/clients/muwps:/dev/urandom) in /home/clients/******/prod/**********/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php on line 127

    PHP Warning: file_exists(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/clients/******/prod/**********:/tmp:/usr/share/php:/usr/share/pear:/home/clients/muwps:/dev/urandom) in /home/clients/******/prod/**********/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/woocommerce-pdf-invoices-packingslips.php on line 134

    Any idea what it means and why ? I guess it’s about a file path but I don’t know more…
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello @clementbb

    That’s not an issue, we are just checking file_exists for files from an older version of the plugin inside wp-content/plugins/languages. We are going to remove that fallback in a future release.

    Hope that helps!

    Thread Starter Clementbb

    (@clementbb)

    Ok thanks, so it’s not host related ?

    Plugin Contributor alexmigf

    (@alexmigf)

    Hi @clementbb

    No, it’s just our plugin looking for files that don’t exist because you’re running a recent version. Don’t need to worry, we will remove that in a next release.

    • This reply was modified 4 years, 3 months ago by alexmigf.
    Thread Starter Clementbb

    (@clementbb)

    Thanks for your explanation, i’ll check the next version then : )
    have nice day

    Plugin Contributor alexmigf

    (@alexmigf)

    Have a nice day too ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP Warning open_basedir restriction in effect’ is closed to new replies.