Maybe worth a try as I used to provide web hosting via cPanel in the past (no guarantee and pls make a backup of the file):
Can you check if in your local httpd root folder (the place where all the IPS files are located) has a file called php.ini? If so make a backup, delete this and in cPanel (Hosting Provider) change the PHP version again in cPanel. Sometimes cPanel puts a php.ini file in your local http docs folder which overrides the settings so if you do a upgrade in cPanel it gets not reflected properly.
Also, maybe check this guide from cPanel and see what the php.ini files reflects as version:
https://support.cpanel.net/hc/en-us/articles/1500010749301-Where-do-I-find-my-php-ini-or-user-ini-file
I just came across this issue too, if you want to set up 2FA anyway you can click on the "not able to scan" and enter the code to your 2FA App, it's not that convenient, but security is not always convenient ;)
Hey Ryan, just bought Easy Pages. My goal would be to implent a Simple javascript liek this:
<script type="text/javascript">
function setIframeSource() {
var theSelect = document.getElementById('location');
var theIframe = document.getElementById('myIframe');
var theUrl;
theUrl = theSelect.options[theSelect.selectedIndex].value;
theIframe.src = theUrl;
}
</script>
</head>
<body>
<h1> HypremCraft Map Directory
</h1>
<form id="form1" name="form1" method="post" action="">
<label>
Server:
<select name="location" id="location" onchange="setIframeSource()">
<option value="./select.html">Server</option>
<option value="http://server1.net:8123/">Creative</option>
<option value="http://server2.net:8124/">Survival</option>
</select>
</label>
</form>
<p> </p>
<iframe id="myIframe" src="./select.html" width="800" height="400" frameborder="0" marginheight="0" marginwidth="0"></iframe>
<p> </p>
<p> </p>
I guess I am doing something wrong because it doesn run the html code. I didnt found any documentation inside the package so im Wondering if it is possible or not.
Cheers
I just did that now I got a blank white page. Not sure why. I have the latest IPB and latest Portal. My Forum is set as offline currently but didnt changed after I changed the settings....
edit: seems resolved I just reinstalled the portal and now it works....