Production cancellation problem at shipyard 1.8

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • if you have an error, please copy the informationsheet from your adminpanel, so we can see, wich version of php/mysql/game ist used.
      if your error produces an output in error.log, pls also post this log of the error, then you can get a fast answer.
      the information you provided is poor, so we can not answer the question without asking you several question, caus noboby wants to do the unnecessary interview, you get no fast help for your problem.
    • я делал когда то такую ошибку.. если Вы правили стили и пути... внимательно посмотрите куда ведет клик и что он делает по событию.... причина в этом

      пример

      правильно
      <form action="game.php?page=buildings" method="post" class="build_form">
      <input type="hidden" name="cmd" value="cancel">
      <button type="submit" class="build_submit onlist">{$LNG.bd_cancel}</button>
      </form>

      <form action="game.php?page=ОШИБКА" method="post" class="build_form">
      <input type="hidden" name="cmd" value="cancel">
      <button type="submit" class="build_submit onlist">{$LNG.bd_cancel}</button>
      </form>

      внимательно посмотрите на событие! ищите с этого места