Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I know this old. I found the cause of the shrinking box. Just remove the status box above the view crew listr box.
  2. Something that was added isn't compatible.
  3. 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.
  4. If you are referring to the codeshare MOD, its under the release section.
  5. http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ Bug #4
  6. That fix was for the php 5.5.2 version.
  7. What version number? Look in the admin. Latest one from this site or are you using the php version (5.5.2)?
  8. 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) {
  9. http://www.flyaka.com/downloads/phpvms_5.5.x-master.zip
  10. Go to your maintenance options in admin and reset signatures.
  11. 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);
  12. It means that the file isn't on your server.
  13. 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?
  14. 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.
  15. make that directory writable.
  16. Did you get the conformation email?
  17. Go to your php settings and set open_basedir to none!
  18. I am working on a new template. About 80% done.
×
×
  • Create New...