Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. glad that you got it working,
  2. PM sent
  3. Something that was added isn't compatible.
  4. Something that you added is not compatible with. The phpvms version. What was the last thing that you added? Try removing the metar code from the skin. See if that fixes it.
  5. If you are referring to the codeshare MOD, its under the release section.
  6. http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ Bug #4
  7. That fix was for the php 5.5.2 version.
  8. What version number? Look in the admin. Latest one from this site or are you using the php version (5.5.2)?
  9. What phpvms version are you on?
  10. not php, your phpvms version.
  11. Are you using phpvms 5.5.2? If you are, try this /core/classes/TemplateSet.class.php line 117 should be if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext) > 0) { Change to if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext."\n\r") > 0) {
  12. http://www.flyaka.com/downloads/phpvms_5.5.x-master.zip
  13. Go to your maintenance options in admin and reset signatures.
  14. edit core/local.config.php # Options for the signature that's generated Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf'); Config::Set('SIGNATURE_FONT_SIZE', '10'); Config::Set('SIGNATURE_TEXT_COLOR', '#eeeeee'); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false); Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);
  15. It means that the file isn't on your server.
  16. Whats wrong with the map? Works on my demo site. The schedules you want is a payware from Crazy Cratives. - http://www.crazycrea...phpvms-modules/ Whats your URL?
  17. The search function is missing from the code. You must of removed it by mistake when editing that file. Re-upload the schedules from core/templates to your skins folder.
  18. make that directory writable.
  19. Did you get the conformation email?
  20. Go to your php settings and set open_basedir to none!
  21. Is that the full error message?
  22. I am working on a new template. About 80% done.
  23. Are you able to edit the php setting on your server?
×
×
  • Create New...