Warning: file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/db.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp) in /home/aungcrown/staging/web/wp/wp-includes/load.php on line 549
file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp)

Exception

ErrorException

Show exception properties
ErrorException {#7033
  #severity: E_WARNING
}
  1.     $located '';
  2.     foreach ( (array) $template_names as $template_name ) {
  3.         if ( ! $template_name ) {
  4.             continue;
  5.         }
  6.         if ( file_existsSTYLESHEETPATH '/' $template_name ) ) {
  7.             $located STYLESHEETPATH '/' $template_name;
  8.             break;
  9.         } elseif ( file_existsTEMPLATEPATH '/' $template_name ) ) {
  10.             $located TEMPLATEPATH '/' $template_name;
  11.             break;
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
HandleExceptions->handleError(2, 'file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp)', '/home/aungcrown/staging/web/wp/wp-includes/template.php', 705)
file_exists('/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php') in /home/aungcrown/staging/web/wp/wp-includes/template.php (line 705)
  1.     $located '';
  2.     foreach ( (array) $template_names as $template_name ) {
  3.         if ( ! $template_name ) {
  4.             continue;
  5.         }
  6.         if ( file_existsSTYLESHEETPATH '/' $template_name ) ) {
  7.             $located STYLESHEETPATH '/' $template_name;
  8.             break;
  9.         } elseif ( file_existsTEMPLATEPATH '/' $template_name ) ) {
  10.             $located TEMPLATEPATH '/' $template_name;
  11.             break;
locate_template(array('../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.html')) in /home/aungcrown/staging/web/wp/wp-includes/template.php (line 64)
  1.      *
  2.      * @param string[] $templates A list of template candidates, in descending order of priority.
  3.      */
  4.     $templates apply_filters"{$type}_template_hierarchy"$templates );
  5.     $template locate_template$templates );
  6.     $template locate_block_template$template$type$templates );
  7.     /**
  8.      * Filters the path of the queried template by type.
get_query_template('taxonomy', array('../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.html')) in /home/aungcrown/staging/web/wp/wp-includes/template.php (line 364)
  1.         $templates[] = "taxonomy-$taxonomy-{$term->slug}.php";
  2.         $templates[] = "taxonomy-$taxonomy.php";
  3.     }
  4.     $templates[] = 'taxonomy.php';
  5.     return get_query_template'taxonomy'$templates );
  6. }
  7. /**
  8.  * Retrieves path of date template in current or parent template.
  9.  *
  1.     $template      false;
  2.     // Loop through each of the template conditionals, and find the appropriate template file.
  3.     foreach ( $tag_templates as $tag => $template_getter ) {
  4.         if ( call_user_func$tag ) ) {
  5.             $template call_user_func$template_getter );
  6.         }
  7.         if ( $template ) {
  8.             if ( 'is_attachment' === $tag ) {
  9.                 remove_filter'the_content''prepend_attachment' );
require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php') in /home/aungcrown/staging/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/aungcrown/staging/web/wp/wp-blog-header.php') in /home/aungcrown/staging/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp)

  at /home/aungcrown/staging/web/wp/wp-includes/template.php:705
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp)', '/home/aungcrown/staging/web/wp/wp-includes/template.php', 705, array())
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'file_exists(): open_basedir restriction in effect. File(/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php) is not within the allowed path(s): (/home/aungcrown/staging/web:/home/aungcrown:/var/cpanel/php/sessions/ea-php81:/tmp:/var/tmp)', '/home/aungcrown/staging/web/wp/wp-includes/template.php', 705)
  at file_exists('/home/aungcrown/staging/config/environments/../../web/app/themes/aungcrown/../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php')
     (/home/aungcrown/staging/web/wp/wp-includes/template.php:705)
  at locate_template(array('../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.html'))
     (/home/aungcrown/staging/web/wp/wp-includes/template.php:64)
  at get_query_template('taxonomy', array('../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat-hats.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy-product_cat.html', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.blade.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.php', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.css', '../../../../../../../../web/app/themes/aungcrown/resources/views/taxonomy.html'))
     (/home/aungcrown/staging/web/wp/wp-includes/template.php:364)
  at get_taxonomy_template()
     (/home/aungcrown/staging/web/wp/wp-includes/template-loader.php:81)
  at require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php')
     (/home/aungcrown/staging/web/wp/wp-blog-header.php:19)
  at require('/home/aungcrown/staging/web/wp/wp-blog-header.php')
     (/home/aungcrown/staging/web/index.php:6)