Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You can probably just throw them up onto YouTube. The base templates won't be changed much, if at all, between now and release
  2. You'll have to read it into strformat I think, and then do the parsing out from there
  3. Are you trying to get username/password from phpvms working in wbb or the other way around? I'm not familiar with WBB
  4. If you look at the foreach, it says: @foreach($moduleSvc->getFrontendLinks($logged_in=false) as &$link So it's grabbing all of the frontend links as $link. If the module you create says that's allowed for guest users, that will get the link as defined for that module. I need to write some extra documentation around this feature: http://docs.phpvms.net/developers/add-ons-and-module
  5. Nabeel

    PHP errors

    Double check your phpinfo()
  6. Maybe put a return in its place or something.
  7. Minimum version needed is PHP 7.1
  8. A mobile-friendly skin is probably the best way to do. However, the next phpvms version has a REST API built-in so creating an app or whatever should be much easier. Legacy doesn't have an API and that's something you'd need to build.
  9. It can't connect to your database.
  10. What are the errors? And what exactly are you trying to do? That is a nasty regex
  11. There's no build-in way to do this, unfortunately.
  12. Ok, so it's not passing in the start date. Find out where that's being called from and see if you can trace the call from there. Also, it's a notice error, so you can probably just hide it. Does the thing you're trying to do actually work, though? There's also this... <p style="font-size: 16px; color: #001B6B">Unauthorized access - Invalid Permissions.</p> Check the permissions of your files
  13. It's best to keep it here in case it helps anyone else. Was there an output from the $start? What if you run the script "by hand" on the command line?
  14. Right but did it output anything?
  15. I guess the start date is coming messed up... maybe add an echo $start; above that line and see what happens
  16. I believe in the config files, there's a setting for how long they show up
  17. What is that line?
  18. Simconnect SDK is the way to go
  19. 1st is a CSS issue with your site. 2nd the instructions should include the pirep report. Schedule briefing I'll try to take a look soon.
  20. Does MAMP have url rewrite enabled via the htaccess files? I've never used it. You'll have to figure out how to enable that.
  21. GOT EM!
  22. Seems like you're missing something - maybe jquery from your page
  23. Hey Joeri, long time! Any errors anywhere?
  24. It's not released yet, and probably will be the beta instead. It's in the changelog because I accidentally merged the latest into master. You can use the latest dev version, but a reinstall might be required at some point. Imports are all working in the dev version
×
×
  • Create New...