Jump to content

shakamonkey88

Moderators
  • Posts

    306
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by shakamonkey88

  1. Yup, just as I said - you have an extra space in the script. Look carefully 😉
  2. I'm guessing your site is http://bravirtual.com.br You need to check your API key - looks like there is an extra space in the script that is causing the error. Either way, you should probably look at moving away from using the google API
  3. Topic moved - please make sure to post in the correct part of the forums. Thanks.
  4. So you can't have installed the skin correctly. Nothing on that linked I shared has been "converted".
  5. I don't know if it is because you are missing css or you are missing classes assigned to sections. For example, that registration form should be wrapped in (as per the code of the theme you are using): <section class="page-contents"> <div class="container"> YOUR REGSITRATION FORM </div> </section> Compare your form to the demo of the theme you're using and see how it is different: http://phpvms.209studios.com/preview/skyBlue/index.php/Registration/
  6. It also looks like you're missing a load of css on your site too
  7. Have you got a v2 site type key? v1 keys won't work.
  8. I don't use this module but have had a quick look into it. It literally says how to change this in the instructions... Check line 62 of the ops_scheduleform.tpl
  9. Looks like your CSS file(s) are missing/not loading. I also notice that I get a 404 when trying to access that URL - have you pulled it? You also need to look at sorting out the SSL issue.
  10. Hey, We're looking at possibly purchasing a custom kACARS II but I can't register on the forums. The captcha needs to be updated as it's still on V1.
  11. Just follow the instructions bit by bit. There’s nothing too difficult to do this.
  12. Yup - that's what I am using! See my screenshots above.
  13. Don't use Google because of their API terms changing for the worse. See here:
  14. Yep - very happy to be on OSM now. Couple of shots here:
  15. https://forum.phpvms.net/topic/25550-google-api/
  16. PhpVMS version 5.5 doesn’t work fully on php7. I would sort that out first THEN try and diagnose the registration problem.
  17. No problem. We’re now using checkwx and their API. Will try out alternative PHP cache using apc_store and apc_fetch.
  18. Hey Vangelis, I know this post is old but I'm wondering whether you wrote a script for this? Thanks, Pete
  19. Interesting, but I don’t use the “approve all” button. edit: Also, I don’t think that the admin activity logs directly links to the issue. I’m talking about the activity feed.
  20. No, you DO need to worry about that. You may have not uploaded all the files that you needed to. The version in the footer isn't directly written - instead, it is echoed as follows: Version <?php echo PHPVMS_VERSION; ?> So there are at least parts of your system that thinks it is still on 2.1.936. How did you go about moving over to v2? It is important as there are differences in the DB itself which need to be addressed. Regards, Pete
  21. It's because you aren't calling anything from the database so your code above has no information to work/populate with.
  22. Because it has been answered many many times and needlessly elongates this thread. Search for the answer and you'll find a variety of answers that will help you. You also haven't posted your URL and/or your phpVMS version - no one can help you fully without such details.
  23. Search these forums. There are MANY threads about why this error could happen and how to fix this issue. This thread is specifically about Mark Swan’s CrewCenter - nothing to do with a “no route passed” issue. Please keep on topic.
×
×
  • Create New...