Page 1 of 1

Issue installing new version of Warplan

Posted: Tue Oct 18, 2022 8:27 pm
by JamesM
I just downloaded the latest version of Warplan, but when I try to install I get a screen that states "WarPlan Version Too Low The Minium version needed to run the update is 1.00.118. Please ensure that you have this version installed prior to using the automated update procedure" I do have the 1.00017.01 installed. When I try and download 1.00.18 from both servers I get the following error message. "getConstants(); } return self::$constCacheArray[$calledClass]; } /** * Summary of isValidName * @param mixed $name * @param mixed $strict * @return boolean */ public static function isValidName($name, $strict = true) { $constants = self::getConstants(); if ($strict) { return array_key_exists($name, $constants); } $keys = array_map('strtolower', array_keys($constants)); return in_array(strtolower($name), $keys); } /** * Summary of isValidValue * @param mixed $value * @param mixed $strict * @return boolean */ public static function isValidValue($value, $strict = true) { $values = array_values(self::getConstants()); return in_array($value, $values, $strict); } /** * Summary of fromString * @param mixed $name * @return mixed */ public static function fromString($name) { if (self::isValidName($name, true)) { $constants = self::getConstants(); return $constants[$name]; } return null; } /** * Summary of toString * @param mixed $value * @return string|null */ public static function toString($value) { if (self::isValidValue($value, true)) { return array_search($value, self::getConstants()); } return null; } /** * Summary of GetAll * @return array */ public static function GetAll() { return self::getConstants(); } }
Fatal error: Uncaught Error: Class 'Enum' not found in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(63): require_once() #1 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(44): Utilities::RequireOnce() #2 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(82): Utilities::Init() #3 /home/httplink/httplink.v1/api/_config.inc.php(55): require_once('/home/httplink/...') #4 /home/httplink/httplink.v1/api/index.php(3): require_once('/home/httplink/...') #5 {main} thrown in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php on line 10

Fatal error: Uncaught ErrorException: File: /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php Line: 10 ErrStr: Uncaught Error: Class 'Enum' not found in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(63): require_once() #1 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(44): Utilities::RequireOnce() #2 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(82): Utilities::Init() #3 /home/httplink/httplink.v1/api/_config.inc.php(55): require_once('/home/httplink/...') #4 /home/httplink/httplink.v1/api/index.php(3): require_once('/home/httplink/...') #5 {main} thrown ErrNum: 1 in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 [internal function]: fatal_handler() #1 {main} thrown in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php on line 10"

Re: Issue installing new version of Warplan

Posted: Wed Oct 19, 2022 2:49 pm
by AlvaroSousa
This is a website problem. I advised Matrix. The 1.00.18 installer link for USA and Europe are non-functional.

I was seeing if I had a copy on my hard drive but I do not. I will let you know when it is up.

Re: Issue installing new version of Warplan

Posted: Wed Oct 19, 2022 2:50 pm
by AlvaroSousa
Meanwhile grab your Steam key and install it with Steam. That is fully updated.

Re: Issue installing new version of Warplan

Posted: Thu Oct 20, 2022 11:31 am
by AlvaroSousa
Ok the link is now working.

Re: Issue installing new version of Warplan

Posted: Sat Oct 22, 2022 9:43 pm
by ToeRage
I have installed the latest version warplan pacific update 1.00.08.01
I can hear music but the screen is grey, I have removed the game and reinstalled, no luck,
can I get any help with this ?

Re: Issue installing new version of Warplan

Posted: Sun Oct 23, 2022 1:44 am
by AlvaroSousa
Make sure the system didn't install it to one drive.

You might have security software blocking it.
You might have to right click the exe and run it as admin.

Right click exe -> properties -> compatibility tab -> run as admin.

Re: Issue installing new version of Warplan

Posted: Sun Oct 23, 2022 12:32 pm
by ToeRage
yep it was the antivirus,
thanks

Re: Issue installing new version of Warplan

Posted: Mon Oct 24, 2022 1:44 pm
by AlvaroSousa
You are very welcome

Tell the anti-virus to put the application on the safe list.