Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. you can create a module your self that will display the items in a json or xml format and then pick it up from the other domain Have a look at this and this
  2. Vangelis

    Simbrief

    Sended you a message with the link http://baggelis.com/OldJoomla/jdownloads/PHPvmsModules/simbrief.zip
  3. my website at the moment is under redesign also i want to mention that this api has nothing to do with my site
  4. can you please refrase your question ? or write an example as i dont realy understand what you want to do
  5. i have seen that at a lot of clients PHPvms is on an MVC framework that means that inserting html "display" code in a Module is bad practise and dificult to maintain and should be avoided. That is why we have template files.
  6. can we have ftp and admin acces ?
  7. try to temprarly remove FlightAcademy module and try to export again
  8. not much did you checked your spam ? also are you the owner of the website or a pilot that lost its password ?
  9. attach the text file named errors.txt and log.txt
  10. enable the logs by setting this in local.config.php Config::Set('DEBUG_MODE', true); Config::Set('DEBUG_LEVEL', 2); // 1 logs query errors, 2 logs all queries Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); and then see in core/logs folder for errors
  11. can you turn on error login and see if there is an error ? else we might need ftp acces to check for the problem
  12. can you post the code of randomsearch.php ?
  13. if the dates are as stated then you could tell us what is the problem and with what module and we might be able to help you.
  14. if (isset($allawards)) { foreach ($allawards as $award) { if ($i % 5 === 0) { echo '</tr><tr>'; } echo "<td>&nbsp;&nbsp;<img src=".$award->image." alt=".$award->name." /><br>".$award->name." &nbsp;&nbsp;</td>"; $i++; } } Try this code
  15. try to reupload all the filles something might got corrupted
  16. Vangelis

    MilAcars

    Even with the test account should we receive an email ?
  17. check the collations of your tables every table should have the same collation have a look at this https://mediatemple.net/community/products/dv/204403914/default-mysql-character-set-and-collation
  18. i would enable the logs by setting this in local.config.php Config::Set('DEBUG_MODE', true); Config::Set('DEBUG_LEVEL', 2); // 1 logs query errors, 2 logs all queries Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); and then see in core/logs folder for errors
  19. turn on your logs and attach it mayby there is a clue why it is not working
  20. Data and map seems to be ok have you tried with the default template ? it might be a js problem
  21. can you show us what is inside phpvms_acarsdata ? are the coordinates with a .(DOT) or , (Comma) ?
  22. Free hosting is not working so good with phpvms try some other free hosting orelse you should by a domain and hosting plan
  23. What webserver do you use ? Wamp or xamp installed on a pc ? Or did you buy a hosting plan ?
×
×
  • Create New...