meeting-room-booking-system / mrbs-code

MRBS application code
Other
117 stars 58 forks source link

Loading MRBS in an Iframe #2230

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hello,

How should MRBS be configured to allow it loading from an iframe tag? We have some issues with the "X-Frame-Options" policy and it only shows a blank page.

Thanks.

Reported by: hvdesign

Original Ticket: mrbs/support-requests/1521

jberanek commented 6 years ago

No special configuration is required. Are you using WordPress by any chance?

Original comment by: campbell-m

jberanek commented 6 years ago

No, it's a digital signage software. We want to show our MRBS through their system which uses iframes, but nothing appears.

It's https://screen.cloud/

Original comment by: hvdesign

jberanek commented 6 years ago

Have a look in your PHP error log to see what the error is. If you can't find the error log then you can force errors to be displayed in the browser by, temporarily, adding the folowing lines to the bottom of internalconfig.inc.php:

error_reporting(-1);
ini_set('display_errors', '1');

Original comment by: campbell-m