Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Whats is the exact color? I will change it for you.
  2. What browser? I have a 23" monitor and it looks fine on my end in google chrome.
  3. you probably have the wrong model.
  4. You want the nav bar or the drop down background?
  5. https://www.google.com/recaptcha/intro/index.html than add the keys to your local config. /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', 'key goes here'); Config::Set('RECAPTCHA_PRIVATE_KEY', 'key goes here');
  6. Nice skin. I like the public profile
  7. Is that the correct domain? I go there and get a for sale page for that domain.
  8. The two keys go in the config file.
  9. https://www.google.com/recaptcha/intro/index.html Than edit the local_config file. /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', 'your key'); Config::Set('RECAPTCHA_PRIVATE_KEY', 'your key');
  10. Just what it says. The modules doesn't exist. You dont have it uploaded to your server.
  11. you have installed on a tpl version. Please not in my original post. I stated this template is for php version. (phpvms 5.5)
  12. I wasnt referring to your php version, I was referring to your phpvms version.
  13. The skin is not compatible with tpl version. That's why I do not have a tpl version. tpl version wont work on my server, due to the php requirements. You need to change skins or move to phpvms 5.5. Sorry that I couldn't help.
  14. remove registration_mainform.tpl and see if that fixes it. So it will read the template from core/templates. If that doesn't work, Switch to crystal and try to register.
  15. Where do you see this error? When did this error start occurring?
  16. Open phpvms_screenshot is it empty?
  17. Check your database and see if the table is phpvms_ for some reason mt table changed.
  18. This is the full line in the error log [25-Jan-2016 19:39:35 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 96 [25-Jan-2016 19:39:35 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 128
  19. That fixed the PIrepData Class error, any ideas on the second error, The Tour Details? I am on version 5.5.2
  20. I have a couple errors in my error log. PHP Warning: Creating default object from empty value in /home/flyaka/public_html/core/common/PIREPData.class.php on line 327 line 327 is $row->rawdata = unserialize($row->rawdata); PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 96 PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 128 Line 96 and 128 are foreach($flights as $flight) Any help would be appreciated.
×
×
  • Create New...