Hello svetland,
i've just installed your latest release version (1.4)
You forgot to remove these lines from /include/client/footer.inc.php
Lines 87 and 89
<?php include ROOT_DIR . 'osta/inc/back-button.html'; ?> <br /> <?php include ROOT_DIR . 'osta/inc/database-reset-warning.html'; ?>
Regards,
Also in /include/staff/footer.inc.php
Thank you for pointing out my mistake, @aeromarine.
There was some accidental cross-pollination between my development files and the demo files.
In case you are wondering, the intention is to leave those references in /include/client/footer.inc.php but to have two empty files:
osta/inc/back-button.html
osta/inc/database-reset-warning.html
It sounds like you have already fixed the problem on your end, and it is a perfectly good solution so kudos to you for figuring it out and sharing your solution.