Jump to content

Txmmy83

Members
  • Posts

    493
  • Joined

  • Last visited

Posts posted by Txmmy83

  1. is the new beta compatible with simpilot Pay modules? is that beta a full install?

    and I have a Problem with my fivedev hosted site but I think it lies on my side or lets better say my phpvms database got mixed up ;( will save may tpl files tomorow so that at least I have my site layouts (would be too stupid to start from scratch after all hours of working ;))

    how can I reinstall phpvms to "out of box" status

    is the beta usable for operational VA usage or is it to early for that?

    Best Regards

    Thomas

  2. I use real schedule light and have question how can I catch that

    Warning: Invalid argument supplied for foreach() in /home/flyeurop/public_html/core/templates/realschedulelite/realschedulelite_airroute.tpl on line 39

    which appear when an aircraft has no route assigned

    it would be nice to have an output instead such as "No routes for this Aircraft" or "Charter Flights Only"

    is that possibly with "if" conditions and if yes how must it look?

    thanks in advance

    Thomas

  3. Can you please upload, the files are gone and can't download them.

    God Bless!

    they are reworking it to have database connection and how far I have understood the version that was attached is outdated (removed) and will be replaced with a new one!!

    Best Regards

    Thomas

  4. getting this although registration works

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: </body> in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 7: parser error : Opening and ending tag mismatch: body line 3 and html in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 8: parser error : Premature end of data in tag html line 1 in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/flyeurop/public_html/core/modules/Registration/Registration.php on line 89

    so something is setup wrong I guess

    thanks in advance

    Thomas

  5. problem still exists strange thing is when I replace line 58 and save and upload the filesize grow from 8501 to 17002 and whoom the above mentioned error occurs what can cause this?

    way is find line 58

    and replace with <input name="price" type="hidden" value="<?php echo number_format((("$acprice1"*"$newrd")/100),2,",","."); ?>" />

    right?

    best regards

    thomas

  6. Options:

    -For Manual Price input change in /phpvms/admin/templates/ops_buysellaircraft.tpl on line 58

    from <input name="price" type="hidden" value="<?php echo number_format((("$acprice1"*"$newrd")/100),2,",","."); ?>" />

    to <input name="price" type="text" value="<?php echo number_format((("$acprice1"*"$newrd")/100),2,",","."); ?>" />

    that gives me when click on buy button

    <�!�D�O�C�T�Y�P�E� �H�T�M�L� �P�U�B�L�I�C� �"�-�/�/�W�3�C�/�/�D�T�D� �H�T�M�L� �4�.�0� �T�r�a�n�s�i�t�i�o�n�a�l�/�/�E�N�"�>� �<�h�t�m�l�>�<�h�e�a�d�>� �<�m�e�t�a� �c�o�n�t�e�n�t�=�"�t�e�x�t�/�h�t�m�l�;� �c�h�a�r�s�e�t�=�u�n�i�c�o�d�e�"� �h�t�t�p�-�e�q�u�i�v�=�C�o�n�t�e�n�t�-�T�y�p�e�>� �<�m�e�t�a� �n�a�m�e�=�G�E�N�E�R�A�T�O�R� �c�o�n�t�e�n�t�=�"�M�S�H�T�M�L� �9�.�0�0�.�8�1�1�2�.�1�6�4�3�0�"�>�<�/�h�e�a�d�>� �<�b�o�d�y�>� � �<�?�p�h�p� �/�/� �H�e�r�e� �a�r�e� �t�h�e� �C�a�l�c�u�l�a�t�i�o�n�s� � � �/�/� �C�o�n�d�i�t�i�o�n� �f�o�r� �n�e�w� �P�l�a�n�e� �$�n�e�w�r�d�=� �r�a�n�d�(�9�5�,� �1�0�0�)�;� �/�/� �P�r�i�c�e� �C�a�l�c�u�l�a�t�i�o�n� �f�o�r� �n�e�w� �P�l�a�n�e�

    what do I wrong?

    just replaced the line mentioned

    best regards

    Thomas

×
×
  • Create New...