Re: Problem with back end
Posted: Tue Aug 09, 2016 2:40 am
Yes I am testing my website on a windows server on localhost, in the past I used Apache on Linux and everything was going well.
No other plugins I've activated, I've do a lot tests with only wp_w3all activated.
Just now I copied values in config.php at phpBB root to the config.php in phpbb folder in wp_w3all plugin, and uncommented the two slashes precede the very last line.
And changed the paths in wp_w3all.php like this:
Got php errors:
PHP Warning: include(): Filename cannot be empty in C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\wp_w3all.php on line 71
PHP Warning: include(): Failed opening '' for inclusion (include_path='.;c:\php\includes') in C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\wp_w3all.php on line 71
Hope these help.
Denny
No other plugins I've activated, I've do a lot tests with only wp_w3all activated.
Just now I copied values in config.php at phpBB root to the config.php in phpbb folder in wp_w3all plugin, and uncommented the two slashes precede the very last line.
Code: Select all
@define('PHPBB_INSTALLED', true);
Code: Select all
$config_file = 'C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\phpbb\config.php';
PHP Warning: include(): Filename cannot be empty in C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\wp_w3all.php on line 71
PHP Warning: include(): Failed opening '' for inclusion (include_path='.;c:\php\includes') in C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\wp_w3all.php on line 71
Hope these help.
Denny