Fatal error on a fresh wordpress installation
-
Hi everyone.
I was asked to make a new version of a website. I decided to do the new version with wordpress – I made the one actually running with Joomla. I’m trying to manually install a 5.8 version of wordpress in a subfolder. This is not the first time I use/install WordPress, but some time passed since I installed wordpress on a website, so maybe I’m missing something?
I downloaded the zip file, unzipped it and uploaded all the files in the subfolder. I renamed and changed parameters of wp-config file and uploaded the file. I run /[subfolder]/wp-admin/install.php and I receive this:
Warning: require_once(./wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /web/htdocs/***/home/[subfolder]/wp-admin/install.php on line 36 Fatal error: require_once() [function.require]: Failed opening required './wp-load.php' (include_path='.:/php5/lib/php/') in /web/htdocs/***/home/[subfolder]/wp-admin/install.php on line 36
Line 35-36 of install.php says:
/** Load WordPress Bootstrap */ require_once dirname( __DIR__ ) . '/wp-load.php';
Can someone give a clue on what causes this problem?
Thank you very much in advance.
- The topic ‘Fatal error on a fresh wordpress installation’ is closed to new replies.