logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: phpmyadmin 5.2.3 not loaded in iframe
Author
sambache



Joined: 11 Feb 2014
Posts: 17
Location: Canada, Yorkton, Sk

PostPosted: Mon 27 Apr '26 0:09    Post subject: phpmyadmin 5.2.3 not loaded in iframe Reply with quote

Hello guys,

using phpmyadmin 5.2 with $cfg['ThirdPartyFraming'] = 'true'; in config.inc.php will not load phpmyadmin.
Calling phpmyadmin outside the iframe all is working fine.

I am at a loss where to check, as I did not find any other solution or hints how to get this working.

Interesting thing is, using an older phpmyadmin 4.5.3 I don't experience the iframe problem.
According to the FAQs it should work, but it looks to me that there are some changes from v.4 to v.5 that will prevent phpmyadmin running in an iframe.

Any of you ran in the same problem and maybe found a solution?

I am grateful for any hints.
Back to top
sambache



Joined: 11 Feb 2014
Posts: 17
Location: Canada, Yorkton, Sk

PostPosted: Wed 29 Apr '26 17:45    Post subject: Reply with quote

turns out entry has to be
$cfg['ThirdPartyFraming'] = true;

and all is working.
Back to top


Reply to topic   Topic: phpmyadmin 5.2.3 not loaded in iframe View previous topic :: View next topic
Post new topic   Forum Index -> Other Software