Nature
Follow This Easy Process To Get Started Playing Alamaze
Step #1 - Register for Forum Account      Step #2 - Create New Player Account      Step #3 - Sign In  (to issue turn orders and join games)
ATTENTION: After Creating Player Account and Signing In, select the GAME QUEUE link in the Order System screen to Create or Join games.
Alamaze Website                 Search Forum              Contact Support@Alamaze.net


Player Aids             Rulebook             Spellbook             Help Guides             Kingdom Set-Ups             Kingdom Abbreviations             Valhalla             Discord

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2nd Forum Only Diplomacy
(10-18-2016, 12:21 AM)unclemike Wrote:
(10-17-2016, 11:44 PM)Devildog Wrote: I closed the browser and then re-opened it and  refreshed at the home page and everything was correct however when I tried to verify it gave me this error:
WARNING: Previous Turn File Failed To Load Which Limits The Level Of Validation Possible (Only General Syntax Will Be Checked And Treasury Amounts Are Ignored)

I am also unable to access my turns for any game from the home page

You're still at the older version. Have you tried to reboot your pc then the forced procedure that I mentioned in the post? Let me know if that doesn't work. Also, specify what browser that you're using and what version if you can.

Still doesn't work right for this game and I am unable to access the turn results tab. The others work fine (2nd and 3rd cycle documents) I tried restarting the computer and the home page. I am running firefox version 49.0.1
Reply

Try Chrome as a test. If you don't normally use Chrome, it shouldn't have the previous version cached so when you visit the page the first time, it should pick up the new version.
Reply

(10-18-2016, 01:19 AM)unclemike Wrote: Try Chrome as a test. If you don't normally use Chrome, it shouldn't have the previous version cached so when you visit the page the first time, it should pick up the new version.

So chrome Version 49.0.2623.112 m didn't work well. I am running windows vista so can't upgrade it further. The login doesn't launch the home page. When I copy and paste the homepage address from firefox it appears to verify my orders but still does not allow me to access turns from the home page
Reply

Make sure you have popups enabled. That's the reason why the Home page isn't appearing after you login. The login page itself had an update so make sure you press the browser refresh button before you login.
Reply

(10-18-2016, 02:39 AM)unclemike Wrote: Make sure you have popups enabled. That's the reason why the Home page isn't appearing after you login. The login page itself had an update so make sure you press the browser refresh button before you login.

You are correct that pop ups were disabled. The home page now loads and I can verify but I still can't access turns from the home page
Reply

I just logged in as you with Firefox and there isn't a problem. I can load and verify your turn 14 orders for game 527. If you right click (with mouse) on the blue background (to the right of the Alamaze Online Order System title), select View Page Source. Towards the top, you should see a line that says,

<script type="text/javascript" src="validate_SQL_1_2.js"></script>

That's the latest version that you need to get to. Normally, a browser refresh will load this latest version. I logged in as your account with Firefox and have no issues.
Reply

Heck, I even logged in my account at a public library and didn't have an issue.
Reply

This is the first 50 lines or so. I don't see the line in question. I still get the verify error although with Chrome I can verify. I can't access kingdom reports with either

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>Alamaze Kingdom Orders</title>
<meta name="description" content="Alamaze Kingdom Orders" />
<meta name="keywords" content="Alamaze kingdom" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/mainstyles.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="validate_5_46.js"></script>


<script type="text/javascript">

function init()
{
// dynamically create table based on sesssion storage info
populateKingdomTable();

// alert( navigator.userAgent );
if ( navigator.userAgent.indexOf("Firefox") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "82");
else if ( navigator.userAgent.indexOf("OPR") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "90");
else if ( navigator.userAgent.indexOf("Chrome") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "90");
else if ( navigator.userAgent.indexOf("Safari") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "82");
else
document.getElementById("showerrormsgs").setAttribute("cols", "82");

// set current copyright
var segment = "Copyright &copy; " + new Date().getFullYear() + " Enlightened Age Entertainment. All Rights Reserved.";
document.getElementById("copyright").innerHTML = "<h4>" + segment + "</h4>";
}

</script>
</head>

<body onload="init()">
<div id="main">
<div id="header">
<div id="banner">
<div id="welcome">
<h1>Alamaze Online Order System</h1>
</div><!--close welcome-->
<div id="welcome_slogan">
<h1>Enlightened Age Entertainment</h1>
</div><!--close welcome_slogan-->
</div><!--close banner-->
</div><!--close header-->
Reply

(10-18-2016, 03:08 AM)Devildog Wrote: This is the first 50 lines or so. I don't see the line in question. I still get the verify error although with Chrome I can verify. I can't access kingdom reports with either

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
 <title>Alamaze Kingdom Orders</title>
 <meta name="description" content="Alamaze Kingdom Orders" />
 <meta name="keywords" content="Alamaze kingdom" />
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <meta http-equiv="X-UA-Compatible" content="IE=9" />
 <link rel="stylesheet" type="text/css" href="css/mainstyles.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="validate_5_46.js"></script>


<script type="text/javascript">

function init()
{
  // dynamically create table based on sesssion storage info
  populateKingdomTable();

  // alert( navigator.userAgent );
  if ( navigator.userAgent.indexOf("Firefox") >= 0 )
     document.getElementById("showerrormsgs").setAttribute("cols", "82");
  else if ( navigator.userAgent.indexOf("OPR") >= 0 )
     document.getElementById("showerrormsgs").setAttribute("cols", "90");
  else if ( navigator.userAgent.indexOf("Chrome") >= 0 )
     document.getElementById("showerrormsgs").setAttribute("cols", "90");
  else if ( navigator.userAgent.indexOf("Safari") >= 0 )
     document.getElementById("showerrormsgs").setAttribute("cols", "82");
  else
     document.getElementById("showerrormsgs").setAttribute("cols", "82");

  // set current copyright
          var segment = "Copyright &copy; " + new Date().getFullYear() + " Enlightened Age Entertainment. All Rights Reserved.";
  document.getElementById("copyright").innerHTML = "<h4>" + segment + "</h4>";
}

</script>
</head>

<body onload="init()">
 <div id="main">
   <div id="header">
 <div id="banner">
   <div id="welcome">
     <h1>Alamaze Online Order System</h1>
   </div><!--close welcome-->
   <div id="welcome_slogan">
     <h1>Enlightened Age Entertainment</h1>
   </div><!--close welcome_slogan-->
 </div><!--close banner-->
   </div><!--close header-->


Actually now I see it when I retry view source. I am still having problems verifying or seeing kingdom reports in firefox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>Alamaze Online Order System</title>
<meta name="description" content="Alamaze Online Order System" />
<meta name="keywords" content="Alamaze Online Order System" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/mainstyles.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="validate_SQL_1_2.js"></script>
Reply

Ok, I bumped up the version to validate_SQL_1_3.js to see if it helps force load the file. After pressing the browser refresh button at Home page, try accessing the Kingdom Reports button.
Reply



Forum Jump:


Users browsing this thread:
4 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.