Page 3 of 4

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 12:52 pm
by Chillmaster
Thank you very much for the very fast reply. the files and folders belong to "www-data" (the user where the webserver service is running with). File permissions are 644 and folder permissions 755.

Is that correct?

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 12:56 pm
by axew3
644 on page-board.php should be ok, but try to give 755 to page-board.php, look if work .. if not revert to 644 and let think what evil it can do

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 1:05 pm
by Chillmaster
Sorry, I have set the permission to 755. Didn´t change anything. Here is the screenshot:

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 1:10 pm
by axew3
looking to the result: the page-board.php isn't find out into your WordPress twentysixteen template folder. If it exist inside this folder, permissions where the only one thing can be wrong to me.

Your page board in WordPress, do not load the page-board.php. It is very strange ...

p.s i see there is a bug on js iframe, if i move mouse over attachment post bit, the page scroll top. It will be fixed ...
while returning to your problem ... :?: at moment

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 1:18 pm
by axew3
what contain your wp root .htaccess file? Can you post his content? (surely not necessary as it will be the default one)

Re: Empty iframe page / what´s wrong?

Posted: Wed May 25, 2016 2:02 pm
by Chillmaster
The .htaccess vom the root auf WP contains:

Code: Select all


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

# END WordPress
If I am the only one, where the integration fails - ..............

Well - do you see, what I see? The RewriteBase rule uses the wrong path.

I will change it to the correct path.