10.05.2014, 17:50
No poprostu jak podmieniłem index.php z wordpress do foleru mybb to po wejsciu na strone jest błąd gdzie pisze że nie wyszukuje plików różnych z wordpressa.
Warning: require(/usr/home/wscgang/domains/wscgang.ct8.pl/public_html/wp-blog-header.php): failed to open stream: No such file or directory in /usr/home/wscgang/domains/wscgang.ct8.pl/public_html/index.php on line 17 Fatal error: require(): Failed opening required '/usr/home/wscgang/domains/wscgang.ct8.pl/public_html/wp-blog-header.php' (include_path='.:/usr/local/share/pear') in /usr/home/wscgang/domains/wscgang.ct8.pl/public_html/index.php on line 17
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-load.php' );
wp();
require_once( ABSPATH . WPINC . '/template-loader.php' );
}
<?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( dirname( __FILE__ ) . '/Prezentacja/WSC/wp-blog-header.php' );
Cytat:Pod koniec sytuacja musi wyglądać tak, że w głównym katalogu znajduje się MyBB oraz przeniesiony WordPress-owy plik index.php (ze zmienioną nazwą, np. start.php) - w nim należy zmienić ścieżkę do katalogu WP, z którego został przeniesiony. W DirectoryIndex ustawia się wtedy ten start.php.