Jump to content

hyprem

Clients
  • Posts

    20
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by hyprem

  1. 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

  2. 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

     

  3. On 22. April 2015 at 6:09 AM, Mike John said:
     

    Go to ACP > System Tab > Applications and click the "Set as default app" icon to change which app loads as index.

    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....

×
×
  • Create New...