Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Here is what I have in mine. define('GEONAME_URL', 'http://ws.geonames.org');
  2. Yes I have two, the one I showed you and the on on my main page. different skin file. This is a new skin, Worked perfect on old.
  3. http://www.flyaka.com/index.php/acars I reverted back to php5.6 at the moment. Inair images show for about 5 seconds than disappears.
  4. Sorry, I meant not showing the inair images. The map shows fine.
  5. I was on php5.6 prior. When I went to php7, I had no modules errors. Just the map not showing, and errors when someone registers, uses the contact form, and when I approve a PIREP.
  6. I am using phpVMS 5.5.2 on php7. Upgraded my php to 7 last night. Everything works fine except I get no inair images when there flights being flown. Any ideas?
  7. Trying to display pilots join date on all page. I am using this code. <?php echo date(DATE_FORMAT, strtotime($userinfo->joindate));?> also tried <?php echo date('F n, Y', strtotime($userinfo->joindate));?> They both show correctly in the profile pages. Any pages outside the profile it will display. January 1, 1970 Anyone know how to display correctly on all pages?
  8. I have an untouched 1.2 version, no mention of it on that file. Same with the current version of 1.3. Might of been on 1.0 or 1.1
  9. I had the same issue. Got it to send after fillong out the config info. When I put in the new password, it doesn't recognize it.
  10. flyalaska

    blueIce

    in the skins/blueIce folder open Join.php and edit.
  11. Yes, Thank you that worked.
  12. Trying to get my site to work with php7. No major issues. The recaptcha is giving me some issues. Error on Registration page and Contact page. Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ReCaptcha has a deprecated constructor in /home/flyakane/public_html/phpvms5/core/lib/recaptcha/recaptchalib.php on line 42 Line 42 is a blank space. Everything around that line is the copyright information. Any ideas how to fix this? I am running phpVMS 5.5.2
  13. phpvms 5.5.x needs to be .php extensions on the skin files.
  14. Your skins css has an internal error. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaster@dev.redwildvirtual.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> This file http://dev.redwildvirtual.com/phpvms/lib/skins/pilot/style.css
  15. what phpvms version are you on? Are your skin files .php or .tpl?
  16. Looks like your css is not linked correctly. Or your skin is not compatible with the phpvms version you have. Whats the URL of the site?
  17. edit email_registrationaccepted.php. Its in your core/templates folder. Put it in your skins folder after you edit it.
×
×
  • Create New...