Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 1. No as of now you can't, there's no real different "division" per say, but could be an interesting idea for different skins depending on the airline you're registered to, or allowing a pilot to select their skin 2. Yep, there's an editor mode in the page editor, you'll just have to add PHP code directly into there. I'll have a tutorial soon on using the API, but click docs above and then at the bottom of the page there are some docs there.
  2. Nabeel

    Map Control

    In route_map.tpl, I think it's called "zoom level"
  3. I'm looking into it, thanks
  4. Hey everyone, I made a quick survey, it'll be good if you can go through it real quick, it'll help for the stuff to come http://spreadsheets.google.com/viewform?key=pgl4lFYS2AbCI2xIxwfkIWA&hl=en
  5. add it also into the core/codon.config.php Can you PM me your ftp info, I can check it out as well
  6. Also, in your php.ini, turn error reporting on
  7. Hmm, ok. Open index.php, above this line: include 'core/codon.config.php'; Add: error_reporting(E_ALL); ini_set('display_errors', 'on'); Then run index.php, let's see if any errors show
  8. No problem, ask all the questions you need, helps me fix problems and helps everyone else out too Hmm, I've narrowed that down to a host setting. Change: curl_setopt_array($this->curl, $this->options); To: @curl_setopt_array($this->curl, $this->options); (Just add an @ in front of it), and you should be good to go.
  9. For usertype its '2', try doing 2 without the quotes
  10. Hey there, For that error, put write permissions on /lib/js/jquery-admin.js and jquery-front.js What's the version you're using? The webservice error is fixed in 1.2.610
  11. Check out http://phpvms.net/docs/skinning
  12. Did you watch the tutorials?
  13. No problem, You'll have to contact your host about that, seems like they have an incorrect setting. Let me know what they say, otherwise we can silence the error.
  14. After a few months of long work, over 120 revisions and code check-ins, I’m proud to say the latest version of phpVMS has been released! Some of the new things you’ll find: * Revamped admin panel * Complete financials * FSPax export support * Download manager * Numerous requests and improvements I would highly recommend reading the changelog, and the update guide, to wrap around all of the improvements and changes. There are many little pieces. As usual, post any questions in the forums. Thanks to everyone who’s been helping with the bug testing and reports! Over 25 VA’s participated in testing in one way or another, which was pretty awesome! Edit: There was a supplemental update, to correct some minor bugs and issues. Be sure to run the update script. The version is now 1.2.610 Thanks again! Nabeel
  15. Bringing the version up to 1.2.610, fixing some error with charts, and a few problems with the update checker code. Thanks
  16. Cool, glad to hear it's working. Who's your host?
  17. Revert it to ISAPI, we'll see if there are any errors being thrown with the blank screen. I'm not sure if it's through the php.ini. But good to know you can edit that, if need be. I'm not using any URL rewriting though. I think we have a few people running on IIS with PHP, they haven't had any problems though. But revert it and we can go from there
  18. I just added the join date field in this update, it wasn't there before it so when it's blank, it shows that date
  19. Found the problem - revert to the original core_htmlhead.tpl and then add your changes back in.
  20. Great, I'll push this out as a full release soon Thanks
  21. Try renaming the htaccess and see if it works then, at least it may eliminate that as the problem
  22. Alright, give it a shot now, replace the /core/lib/pchart files, from that same phpvms.beta.zip file
  23. That's odd. I'd message your host about that. Is there an htaccess or something there?
  24. Change permissions in /lib/js to readable, and /lib/js/jquery-front.js and /lib/js/jquery-admin.js to 0777
  25. Can you create a file called info.php, and then, place: <?php phpinfo(); ?> In it, and you can send me the URL. Also, what errors?
×
×
  • Create New...