Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. You want the nav bar or the drop down background?
  2. 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');
  3. Is that the correct domain? I go there and get a for sale page for that domain.
  4. The two keys go in the config file.
  5. 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');
  6. Just what it says. The modules doesn't exist. You dont have it uploaded to your server.
  7. you have installed on a tpl version. Please not in my original post. I stated this template is for php version. (phpvms 5.5)
  8. I wasnt referring to your php version, I was referring to your phpvms version.
  9. Isn't 5.4 php version?
  10. 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.
  11. 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.
  12. Has it ever worked?
  13. Where do you see this error? When did this error start occurring?
  14. Whats your URL?
  15. Have they ever shown before?
  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. Thank you Dave!
  19. 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
  20. That fixed the PIrepData Class error, any ideas on the second error, The Tour Details? I am on version 5.5.2
  21. 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.
  22. You have some errors
  23. You are missing the css. Add this to your css. .pagination ul{ display: inline; } .pagination ul li{ margin-left: 0; padding: 3px 5px; color: #2b6b97; list-style: none; display: inline; font-size: 1.2em; font-weight: bold; }
  24. Try this Open core/classes/CodonModule.class.php Right after <?php on a new line add ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
  25. did you recently change a mod for the php version? If you did you need to change the tpl refrecnces in the module from tpl to php.
×
×
  • Create New...