Click here to Skip to main content
15,887,332 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,
I am installing wordpress until install phpMyAdmin, but when I am copying wordpress files in the www folder and then typing http:/localhost/wordpress in the address bar I receive this error:

Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in C:\AppServ\www\wordpress\index.php on line 17

Fatal error: require() [function.require]: Failed opening required './wp-blog-header.php' (include_path='.;C:\php6\pear') in C:\AppServ\www\wordpress\index.php on line 17
Posted
Comments
Sergey Alexandrovich Kryukov 22-Aug-13 0:19am    
As a rule, you should not install anything on the root directory of the system volume (C:/ in your case, most likely). And I'm not sure that this is a question on programming.
—SA
Prasad Khandekar 22-Aug-13 1:20am    
Try following the installation guide (http://codex.wordpress.org/Installing_WordPress). You need to run the install setup script first. Try http://example.com/wp-admin/install.php first.

Regards,

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900