'WP w3all phpBB' disable my homepage

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: 'WP w3all phpBB' disable my homepage

Re: 'WP w3all phpBB' disable my homepage

by mikotoiii » Thu May 19, 2016 12:52 pm

Hey, I had a similar problem when I first installed the plugin. First thing to try is to delete your cookies. If you're in Firefox, make sure that you delete from everything, and not just today.

If that still doesn't work for you, I had success moving the folder up one directory from wp-content/plugins to wp-content then reload your page, log into admin, and then move the folder back. It should allow you to modify the settings on the plugin at that point.

Re: 'WP w3all phpBB' disable my homepage

by axew3 » Thu May 19, 2016 12:09 am

have you create the page forum on wp_w3all?
Ok you have create the blank page named forum on WP.
But now you need to create the page-forum.php inside your template folder.
You can do this creating it automatically on wp_w3all config under
Create or rebuild WordPress forum page template
set forum as page name value (like the WP blank page) and save to create the page.

So your page will be created inside your active template folder, the template page name to look for will be page-forum.php.

If it has not been created for some reason, you can add it manually coping file page-forum.php,
contained inside wp-content/plugins/wp-w3all-phpbb-integration/addons, into your template folder. So try to look the result.

Looking into your WP iframe page, this seem to be the reason of the problem. There is no page-forum.php into your template folder.

Re: 'WP w3all phpBB' disable my homepage

by rambodieschen » Wed May 18, 2016 9:08 pm

Yes, i set it activ after the installation.

It is possible the Hiero theme is the problem?
I installed a new empty Forum and a wordpress only with this plugin. Then can i see the forum. When i change to Hiero Theme, then disappear the forum. http://mimmyloo.de/V6/wordpress/forum/

Re: 'WP w3all phpBB' disable my homepage

by axew3 » Tue May 17, 2016 11:29 pm

Maybe rare, maybe not, i was asking if your server was like one of this: http://php.net/manual/en/install.windows.php
But the answer is No, your is Apache/2.2.22 on Debian Linux
i have try to register to your blog but:
all links on top-bar are not working, wp-login.php do not work, the forum link also do not point to forum and i can't find out a way to register and test. Is w3all_active?

Re: 'WP w3all phpBB' disable my homepage

by rambodieschen » Tue May 17, 2016 7:35 pm

Thank you for the reply.
WebServer mod_rewrite is enabled, in my hosting confixx, on all domains.
The URL is http://mimmyloo.de/V5/
What you mean with 'window server'?
And the .htaccess in WP Folder(= root) is:

Code: Select all

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress 
Thanks

Re: 'WP w3all phpBB' disable my homepage

by axew3 » Tue May 17, 2016 1:03 pm

Hello, i've not see this post yesterday, what's the url? Is online?
No access to admin? If in trouble, just delete the plugin folder.
But seem to be strange this behavior, so if you can post the url we can maybe try understand about what this can depend, as this is the first report about. Have your Apache server, mod_rewrite active? Are you in window server? WP .htaccess file is present on wp root? What contain inside?

Top