Problem with back end

Dennnie
Posts: 4
Joined: Wed Aug 03, 2016 2:36 am

Re: Problem with back end

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Problem with back end

Post 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.
Post Reply