Jump to content

alblua

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by alblua

  1. Why does everyone suggest that? No, none of that works. Nadah, zip, zilch anywhere in all three locations. More of two.
  2. Hello all! Apparently, I'm facing A LOT of issues with the emailing system of phpVMS. When registering, it doesn't send the confirmation email When using the MassMailer, they don't send Using Parkho's PilotManager to send emails don't work I've tried sending it through the normal way, and I receive them. Yet, phpVMS doesn't want to send them. Before, the email (contact@airtranvirtual.net) was hooked up with GMail and I used their SMTP servers to send. Now that's disconnected. I tried again, no prevail. This time, I hooked it with Outlook and my private email, and still no prevail. WHAT am I missing? The domain is http://airtranvirtual.net/ Please do ask whatever I'm missing; I've been so flabbergasted and quite frustrated at the surprising amount of bugs in this new installation of phpVMS... When is the next update coming?
  3. The default skin says: Enter as hours - 5.30 hours is 5 hours and 30 minutes
  4. Unfortunately, it doesn't work. I've inspected the code in the skin, but I dunno why it's not working. Maybe I'll try to turn on error in PHP and check what's going on there...
  5. Hmm, that doesn't seem to work, but I'll look at the skin and see what I can pull off. Thanks, though!
  6. Have them restart the server again. I would advise to check your skin maybe for any errors? Do you have PHP errors enabled to see what is going on?
  7. I was wondering if anyone know how to make the ACARS map table show "No live flights" like the how the recent flights table does. I've attempted using the <?php if(count( [i]number of flightnumbers[/i] ) > 0){ [i]show table content[/i] }else{ [i]show no flights [/i]} ?> function, however, it doesn't work. Maybe putting ASP into PHP doesn't work? I've tried doing <?php if(count( ?> <%=flight.flightnum%> <?php ) > 0 however, I receive unexpected end of document ?> (or something like that). Anybody try this before and know a solution?
  8. Did you connect to the database yet? Doesn't seem like it in here. Or is it within a file that already connects to it?
  9. According to your photo, there have been no flights or hours. Until you fly one, I believe there won't be any unless you have flown any?
  10. Having difficulty comprehending what you are asking for; a little more detail would be nice? What I'm seeing is searching by aircraft registrations in schedules brings up errors.
  11. It depends when the patch might come out; Nabeel is a bit busy apparently these days and with all of us pushing him, you probably can imagine his brain going KABLOOM.
  12. Hmm, did that once before in way back last year but eventually still updated back to the latest version. A fix now would be nice.
  13. alblua

    Fatal Error

    Everything is quite okay now; just only for our web host kicking us out. Someone mark this solved for me? I believe the owner and I got this down.
  14. No schedules means no schedules. Obviously. Therefore, nothing is there to show you, therefore that is correct. Now when you try to bid on one, are you logged in to your pilot's account?
  15. This is quite a strange issue, very definitely strange. Now I must ask you a question, do you log out when you go to another page, or is it just while you are scrolling down on a page you are then logged out? If you log out when changing pages, you should technically be still logged in; something is just not communicating right.
  16. Now issue is fixed, maybe delete post of put [sOLVED]?
  17. Here is one thing you should really work on: Improve your language and be a better CEO. Grammar and spelling should be all okay and everyone should be able to comprehend what in the world you are saying. I'm having real trouble understanding the issue, but eventually figured it out. Now about the email issue, did you find on the forums for a topic similar? I'm suggesting the your email isn't working. Ensure that your email address is working and you can send mail through it. If you can't, issue solved. Simply get a new email address. More detail of what you've done and more issue explanation would help us a lot.
  18. No no no, it's fine! I share the same ideas.
  19. Hello phpVMS community, I haven't been able to find a solution yet for this error, so I'll see if it's appropriate to start it as a new one. On my schedules, there are a bunch of strict standards when finding flights causing pilots unable to get to bid on flights to fly for us. You can kind of figure out that it's an issue. Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 28 Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 178 Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 183 Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 188 Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 193 That's what I'm getting. No, IT'S NOT THE CodonModule.class.php FILE. I believe I have tried doing this in schedules.php: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); If I did, it didn't help at all. Any fixes recommended to be done, it would be helpful. If the topic is a duplicate, maybe link to that thread? No idea whether being not logged in will let you access this, but schedules are here: http://www.airtranvi...x.php/schedules
  20. Now the schedule error, are you getting it on the schedules page? I'm getting it as well; a fix would be nice. The Open Flash Chart error is supposed to be there; if it's there, your website is actually more secure. Nabeel has found out that these charts (which are third party, by the way) have a loophole which allows hackers to get through and hack the website (happened to AirTran Virtual; that's why I have 0 hours since we are still rebuilding ). Therefore, I believe the code is purposely edited to cause an error or it's just removed in the security patch (I believe you are going to be running the security patch by getting that error) so the loophole is gone. No idea whether it's going to be updated or not, or just removed at all, but we'll see.
  21. Can everyone else see your routes? Maybe you all the routes on a certain day when you didn't try it out... Sorry if it's a dumb answer... I'm no PHP programmer.
  22. Possibly your link is wrong? Maybe when entering the image link, type the actual whole URL. Also ensure it actually IS there
  23. Great to know you found your solution; maybe mark as solved so someone might know this is a thread already solved and contains a possible answer?
  24. Just wondering, how would you download a copy of your database and upload it to the new one? Unless my eyes have passed over such features... (as they always do; getting a little worse everyday)
×
×
  • Create New...