pmaison8331
New Member
- Messages
- 30
- Reaction score
- 0
- Points
- 0
hello
anyone can help solve this issue, i got php error log :
and here is index.php
anyone can help solve this issue, i got php error log :
Code:
[23-Jul-2011 16:01:53] PHP Warning: require_once(/home/pmaison/public_html/wp-admin/includes/class-wp-list-table.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/pmaison/public_html/wp-content/plugins/file-gallery/includes/media-tags-list-table.class.php on line 3
[23-Jul-2011 16:01:53] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/pmaison/public_html/wp-admin/includes/class-wp-list-table.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pmaison/public_html/wp-content/plugins/file-gallery/includes/media-tags-list-table.class.php on line 3
[23-Jul-2011 12:05:50] PHP Warning: require(/home/pmaison/public_html/wp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/pmaison/public_html/wp-settings.php on line 21
[23-Jul-2011 12:05:50] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/pmaison/public_html/wp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pmaison/public_html/wp-settings.php on line 21
[23-Jul-2011 12:05:54] PHP Warning: require(/home/pmaison/public_html/wp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/pmaison/public_html/wp-settings.php on line 21
[23-Jul-2011 12:05:54] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/pmaison/public_html/wp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pmaison/public_html/wp-settings.php on line 21
and here is index.php
Code:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>