fatal error on wp-admin/install.php
-
I am very new to wordpress and everything about it
i have a host, and downloaded wordpress, uploaded it via file zilla…
i have modifyed wp-config.php, wp-admin/menu.php…after that when i go to the site, instead of seeing the dash board i get this error:
Warning: require_once(/home/a6488748/public_html/wordpress/wp-admin/includes/upgrade.php) [function.require-once]: failed to open stream: No such file or directory in /home/a6488748/public_html/wordpress/wp-admin/install.php on line 39
Free Web Hosting
PHP Error Message
Fatal error: require_once() [function.require]: Failed opening required ‘/home/a6488748/public_html/wordpress/wp-admin/includes/upgrade.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/a6488748/public_html/wordpress/wp-admin/install.php on line 39
Please help me solve this problem
thanks
P.S: i also uploaded the raw install.php inside the wp-admin folder but i get the problem
And this is line 39 code, that error is talking about:
/** Load WordPress Administration Upgrade API */
require_once( dirname( __FILE__ ) . ‘/includes/upgrade.php’ );
- The topic ‘fatal error on wp-admin/install.php’ is closed to new replies.