Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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
  2. Nabeel

    PHP errors

    Double check your phpinfo()
  3. Maybe put a return in its place or something.
  4. 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.
  5. It can't connect to your database.
  6. What are the errors? And what exactly are you trying to do? That is a nasty regex
  7. There's no build-in way to do this, unfortunately.
  8. 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
  9. 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?
  10. Right but did it output anything?
  11. I guess the start date is coming messed up... maybe add an echo $start; above that line and see what happens
  12. I believe in the config files, there's a setting for how long they show up
  13. What is that line?
  14. 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.
  15. 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.
  16. Seems like you're missing something - maybe jquery from your page
  17. Hey Joeri, long time! Any errors anywhere?
  18. 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
  19. And even if you're an American organization, if you have anyone who is signed up who lives in Europe, it applies to you as well
  20. Just updated this to include instructions for fixing the contact page
  21. That means something hasn't been done in the instructions - a line missing in the bootstrap or the files not uploaded.
×
×
  • Create New...