Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Very Odd Bug...

    That's weird. What version are you using? Can you duplicate that on the dev site? Did you modify the redirect page? I might have to change that piece up, I'm thinking of removing that redirect page, and just forwarding to a "registration completed" page
  2. I'll tone it down a bit. Still tweaking it
  3. I did up the default one from 12 pt to 14. Too big?
  4. You mean, the cargo flights are charging by passenger? The charter flights you'll probably have to add the fee per-pirep. Add a bug for that cargo flights one tho, thanks
  5. What's your site's URL? Are you using the default skin? And Joeri has a point, you're using a beta which has alot of bugs. I would go back to the released version if you're having that many issues
  6. Can you enter a bug for the not redirecting properly? Thanks
  7. I think this may be it: http://bugs.phpvms.net/ticket/21 Is that also in charter attacks?
  8. At the top, just do $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); And that will make it work
  9. Upload the /lib/images/inair folder and stuff in the folders
  10. You have to update your core_htmlhead.tpl - read the changelog, there's a few template changes, listed in there
  11. Update your core_navigation.tpl file, there's a line change in there
  12. if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) That should be the proper line. I will check
  13. Hmm, I will try to see if I can duplicate.
  14. Which version of phpVMS are you using? It should be doing that data, but the bug sounds like an older copy of the beta. I do remember that issue previously, but it was fixed (if you go back through the build log). I am going to make the pilot pay adjustable as well. For the config file, use the one which is downloaded from the pilot center. That will have the correct information in there.
  15. You'll get an error about $usersonline since that's not defined. If every page is like that, you could have added that code into the header/footer.tpl, or created a new .tpl file and did Template::Show('sidebar.tpl'); So you don't have to copy/paste that same code all throughout
  16. Revision 794: Logging functionality, fixed #26 settings error12 November 2009, 10:55 amLogging functionality, fixed #26 settings errorSource: Revisions of /Download from http://downloads.phpvms.net (phpvms.beta.zip)
  17. That's probably the issue, copying the contents into other pages, without the variables being setup in the controllers. I'd have to see code, I haven't seen his tutorial
  18. Yeah, and a proper SDK. Just printed it to take notes
  19. Thanks, it'll be fixed in today's update
  20. It seems like your webhost is appending data to the stream: [] <!-- www.000webhost.com Analytics Code --> <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script> <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript> <!-- End Of Analytics Code --> Which is causing it to error out
  21. If you can put a bug into that at bugs.phpvms.net thanks And, what did you have to change in the core_navigation?
  22. I got in touch with them, I'm planning on adding it for next version http://bugs.phpvms.net/ticket/27
  23. Update to the stock "acarsmap.tpl" file, and in there you can set the center lat/long
  24. Thanks my friend, I've contacted them. I will try to fit this in... I just have to see how long and what pieces of it I can add in
×
×
  • Create New...