Page 2 of 2

Re: Problem with back end

Posted: Tue Aug 09, 2016 2:40 am
by Dennnie
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.

Code: Select all

@define('PHPBB_INSTALLED', true);
And changed the paths in wp_w3all.php like this:

Code: Select all

$config_file = 'C:\inetpub\wwwroot\wp-content\plugins\wp-w3all-phpbb-integration\phpbb\config.php';
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

Re: Problem with back end

Posted: Thu Aug 11, 2016 8:37 pm
by axew3
no this unfortunately do not help, and it result to be strange.
Anyone else experience the same?
I should test it on a win server, i'll do as soon i can.