> the first fatal error I received was because the index.php script had an incorrect path in it:
require_once(‘./admin.php’);
…should be:
require_once(‘wp-admin/admin.php’);
> the next fatal error was this:
“Fatal error: Call to undefined function wp_cache_init() in C:\wamp\www\wordpress\wp-includes\load.php on line 407”
…not sure how to get around this one, any advice would be appreciated!
]]><!-- PHP --> require( '/home/poultry/public_html/wp-config.php' );
wp_cache_init();
<!-- ENDPHP -->
This way I can use wordpress theme functions in the overall_header.html to intergrate the styles, though when I add this code it returns a blank page. I have searched a right bit to no avail, any ideas?
Thanks
]]>Fatal error: Call to undefined function: wp_cache_init() in /home/linkman2/domains/revo-news.frih.net/public_html/wordpress/wp-settings.php on line 114
Does anybody know how to fix this? See ya.
]]>I get the php error message: Fatal error: Call to undefined function: get_bloginfo() <snipped path>wp-includes/wp-db.php on line 304. I checked out the file wp-db.php and don’t understand what could be the problem.
It might be good to note that I am installing in a subdomain, if that could make any difference.
]]>