Recent content by Anders Johansson

  1. A

    Question PHP Warning: file_exists(): open_basedir restriction in effect.

    reseted to default open_basedir error [19-Aug-2021 15:42:19 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(//?#) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/:/tmp/) in...
  2. A

    Question PHP Warning: file_exists(): open_basedir restriction in effect.

    The errors from line 835: ``` /** * Displays the company logo. * * @since 1.0.0 * @param string $size (default: 'full'). * @param mixed $default (default: null).1 * @param int|WP_Post $post (default: null). */ function the_company_logo( $size = 'thumbnail', $default = null...
  3. A

    Question PHP Warning: file_exists(): open_basedir restriction in effect.

    PHP Warning: file_exists(): open_basedir restriction in effect. File(//?#) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/:/tmp/:/var/www/vhosts/mydomain.com/:/tmp:/tmp/:/var/www/vhosts/staging1.mydomain.com/:/tmp) in...
Back
Top