Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Map Control

    In route_map.tpl, I think it's called "zoom level"
  2. I'm looking into it, thanks
  3. 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
  4. add it also into the core/codon.config.php Can you PM me your ftp info, I can check it out as well
  5. Also, in your php.ini, turn error reporting on
  6. 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
  7. 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.
  8. For usertype its '2', try doing 2 without the quotes
  9. 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
  10. Check out http://phpvms.net/docs/skinning
  11. Did you watch the tutorials?
  12. 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.
  13. 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
  14. Bringing the version up to 1.2.610, fixing some error with charts, and a few problems with the update checker code. Thanks
  15. Cool, glad to hear it's working. Who's your host?
  16. 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
  17. 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
  18. Found the problem - revert to the original core_htmlhead.tpl and then add your changes back in.
  19. Great, I'll push this out as a full release soon Thanks
  20. Try renaming the htaccess and see if it works then, at least it may eliminate that as the problem
  21. Alright, give it a shot now, replace the /core/lib/pchart files, from that same phpvms.beta.zip file
  22. That's odd. I'd message your host about that. Is there an htaccess or something there?
  23. Change permissions in /lib/js to readable, and /lib/js/jquery-front.js and /lib/js/jquery-admin.js to 0777
  24. 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...