• surendar2003

    (@surendar2003)


    Warning: require(C:\xampp\htdocs\wordpress/wp-content/themes/chromenews/admin-dashboard/admin_dashboard.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\inc\init.php on line 32

    Fatal error: Uncaught Error: Failed opening required ‘C:\xampp\htdocs\wordpress/wp-content/themes/chromenews/admin-dashboard/admin_dashboard.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\inc\init.php:32 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\functions.php(463): require() #1 C:\xampp\htdocs\wordpress\wp-settings.php(672): include(‘C:\\xampp\\htdocs…’) #2 C:\xampp\htdocs\wordpress\wp-config.php(102): require_once(‘C:\\xampp\\htdocs…’) #3 C:\xampp\htdocs\wordpress\wp-load.php(50): require_once(‘C:\\xampp\\htdocs…’) #4 C:\xampp\htdocs\wordpress\wp-admin\admin.php(34): require_once(‘C:\\xampp\\htdocs…’) #5 {main} thrown in C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\inc\init.php on line 32

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    If you’re using a custom theme, please check if admin_dashboard.php exists in:

    C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\admin-dashboard.

    If the file exists, correct line 32 in C:\xampp\htdocs\wordpress\wp-content\themes\chromenews\inc\init.php to:

    require( get_template_directory() . '/admin-dashboard/admin_dashboard.php' );

    To debug further, add the following lines to your wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    Afterward, check the error log in wp-content/debug.log for more details.

    • This reply was modified 3 months ago by Ahmod Musa.
    threadi

    (@threadi)

    ChromeNews is a theme from the repository. If you have problems with this, I would recommend you to contact their support forum: https://www.ads-software.com/support/theme/chromenews/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.