How can I access http://localhost/wordpress/wp-admin/install.php?

I’m using localhost for my WordPress (xampp). I’ve changed the wp-config.php but when I want to access (http://localhost/wordpress/wp-admin/install.php) this shows up: Warning: require_once(C:\xampp\htdocs\wordpress/wp-load.php): failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress\wp-admin\install.php on line 36 Fatal error: require_once(): Failed opening required ‘C:\xampp\htdocs\wordpress/wp-load.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\wordpress\wp-admin\install.php on line 36

How can I access http://localhost/wordpress/wp-admin/install.php?

I’m using localhost for my WordPress (xampp). I’ve changed the wp-config.php but when I want to access (http://localhost/wordpress/wp-admin/install.php) this shows up: Warning: require_once(C:\xampp\htdocs\wordpress/wp-load.php): failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress\wp-admin\install.php on line 36 Fatal error: require_once(): Failed opening required ‘C:\xampp\htdocs\wordpress/wp-load.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\wordpress\wp-admin\install.php on line 36

WordPress child theme of a child theme

You can’t really create a “grandchild” theme in the normal sense – i.e make it the child theme of a child theme. It might technically be possible (Smashing Magazine said it was back in 2013) but it seems to be generally considered to be not “WordPress legit”. What you can do is create the grandchild … Read more