-
Notifications
You must be signed in to change notification settings - Fork 115
Jump Gate shows no targets #89
Comments
I fixed it and added a reduction for the recharge time. |
Thanks, I got your mail. |
I will close it, if the patch is applyed. |
I fixed the appaerence of the jumpgate but when i try to jump i get this error Message: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens Query-Code:UPDATE uni1_planets SET big_ship_cargo = big_ship_cargo - 2, light_hunter = light_hunter - 100, last_jump_time = 1450920278 WHERE id = 25; #1 /includes/pages/game/ShowInformationPage.class.php(123): Database->update('UPDATE %%PLANET...', Array) |
It's about the PDO parameter bindings. Can you please provide the code? |
Problem is that the subquery is a PDO parameter. This is wrong here. It must be like here:
|
The Jumpgate shows no target Jumpgates. It doesnt matter if the jumpgates are in the same galaxy or not, no possible target gates are shown.
All files with the latest changes, no custom changes. Error log shows nothing.
The text was updated successfully, but these errors were encountered: