Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. You can post these issues directly as a new ticket.http://phpvms.devjavu.com/ticket/55On that page, just post your screen res.. thanks!
  2. On your own profile?Add a custom field, from the admin panel, and then go edit it.Let me know if that error is still triggered.But I'll have that fixed in next build.Ticket page:http://phpvms.devjavu.com/ticket/54
  3. Cool. Don't disable it completelely, instead set it as E_ALL ^ E_NOTICEThat way, errored pages won't shut up blank, but will show an actual error. You might also want to set display_errors to off, for any other sites.
  4. Nabeel

    Language

    Ticket Made:http://phpvms.devjavu.com/ticket/53
  5. Nabeel

    Language

    I don't have language strings defined. But, you can:Copy the files in core/templates, to your skins folder, and then do the translations. Those will be retained in your skin. But in this alpha stage and then later updates, those could be modified by me.There are also template files in admin/templates which would need translation, but those can't be moved from that location. I wouldn't modify those, because my later builds/releases can over-write those.When you create pages, since you write those, it's in whatever language. Same for language in the header/footer templates in whatever skin you use.If you want to be able to "formally" translate files, which would be friendly towards upgrades/updates, I can accommodate that in a later build. Let me know, I think accommodating it this way will be better, as it'll be future-proof.
  6. Hey,Those are just notices, not warnings or errors. It's most likely because in your php.ini, you have display_errors set to on, and error reporting to E_ALL. Usually, on production servers, display_errors is set to off, your server just seems to have it on, with the error_reporting level turned all the way up.In your site_config.inc.php, you can put:error_reporting(E_ALL ^ E_NOTICE);orini_set('error_reporting', E_ALL ^ E_NOTICE);That will shut off the E_NOTICE errors.. The first one is what I have set in the config.inc.php, but your server seems to be over-riding that. Hopefully that helps. Lemme know how that turns out.
  7. If you downloaded 253, update to this, fixed a few issues from when my svn client crashedChanges: * Pilot Reports (pilot end complete, admin end is next) * Individual PIREP page * Slow animation fadeout in JS popups * 'Add Airline' template error on popup * Pilot last login/# logins updated * Pilot details button placementMore enhancements are coming up (maps on pirep page), just a good testing of the above would be great! A few table alterations, so either a clean install, or just run:Changeset: http://phpvms.devjavu.com/changeset/253/trunk ALTER TABLE `phpvms_pireps` CHANGE `flighttime` `flighttime` VARCHAR( 6 ) NOT NULL DEFAULT '0';ALTER TABLE `phpvms_pireps` CHANGE `deptime` `depicao` VARCHAR( 4 ) NOT NULL ,CHANGE `arrtime` `arricao` VARCHAR( 4 ) NOT NULL ;ALTER TABLE `phpvms_pirepcomments` CHANGE `commenter` `pilotid` INT NOT NULL ; Change the phpvms_ part if you changed your table prefix.Just re-download and copy over the existing files. Don't forget to save your site_config, unless you're re-running the installer.Any suggestions for enhancements are welcome.
  8. Please redownload and re-install. Forgot one component.Sorry.. hopefully nailed them all this time.http://phpvms.devjavu.com/changeset/252 ... ip&new=252I've changed a few things on my end so that I can nail these things before it goes up. Good thing is that it seems like installer issues are fixed.
  9. It will work in the next build. A couple of things with the installer that need to get fixed. Sorry about that, I'll have that done in the next 15/20 min.
  10. Installer issues fixed. Sorry about that! I had forgotten to blank the site_config.inc.php. Changeset: http://phpvms.devjavu.com/changeset/251/Download just the updated files (from 250):http://phpvms.devjavu.com/changeset/251 ... ip&new=251Update:And from 251 to 252:http://phpvms.devjavu.com/changeset/252 ... ip&new=252[*]Installer issues fixed[*]Added Version/Permissions checkOr just download a fresh copyLemme know how that goes.
  11. Fixed, see the other thread.
  12. Yes, just download the zip, upload, and run the installer.Read: http://www.phpvms.net/docs/installation
  13. and the email.. what is the error?
  14. phew took forever to sign in using a mobile phonea few things:are you running php 5?whats the path to your phpvms install? seems like a php error. did you select mysql or mysqli?And what file was this in?
  15. Hey,I don't have an exact date, since it's too soon to really tell. But the alpha testing phase is nearing, so I'm projecting a final release for sometime in early summer. I'm working as fast as I can!Look out for more news though.
  16. Nabeel

    Hello

    Hey there! Welcome... I'll be posting an announcement about that.
  17. You can post your feature requests here. Check out the about page (link above), those are the basic features that will be included.FSACARs and potentially FSPassengers support will also be included, as add-ons.Thanks!
  18. Nabeel

    Resources

    The project wiki page is located at:http://www.phpvms.net/wiki/homeThis will be more populated as we decide on details, and other aspects of the project. This will remain as the "defacto" resource, also for people who would want to tinker with the code to customize, or for people who would be interested in writing modules (more information to come on this later).Project specs, etc, are all listed here, as they'll be used to guide us during the project.It's left as "read-only" for general users.Unfortunately, phpBB doesn't have an RSS function, so we encourage you to also sign up on the mailing list. We will use it to post new announcements, though they'll also be cross posted here.We'll have a more functional main page coming up also, as a "blog" format, which hopefully will also have RSS functionality.We will have a test/demo site available eventually, as we get closer to a usable state.Thanks allNabeel
  19. Nabeel

    Welcome!

    Welcome to the message board for phpVMS! This is the place for any questions, comments, etc.
×
×
  • Create New...