Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Not at this point, I simply do not have the time. There's been a few threads, but basically there's too many files which need editing.
  2. Nope, it won't cause any problems, it's just a warning
  3. Visualizing? If you goto index.php/pilots, there is a list there. For now, use "charter", military will be the same as charter
  4. It's just this one line: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE ^ E_WARNING); You can add it wherever, pretty sure it's in there. Do a find for "ERROR_LEVEL
  5. Because that's not possible at the moment. You can set the type as charter, I can add a type for military. You can't add it directly
  6. You can't change anything in the admin panel. That code changes too often. The signature stuff is also in code, you won't be able to change that.
  7. Refer to this: http://forum.phpvms.net/index.php?topic=842.msg4608#new to hide the error for now
  8. Make sure the /core/cache directory is 777, ignore the warning for now, or in your local.config.php, at the top, change: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); to Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE ^ E_WARNING);
  9. Make sure you're entering all the fields, the custom fields are optional.
  10. I just registered on your site Just got the e-mail as well
  11. I see. Just re-upload all the files, see if that fixes it
  12. Will fix it in the next update, thanks
  13. It's in core/templates, that's where all the originals are I don't have it on-hand. In the downloads, there's a tool (WinMerge) which you can use to see the differences
  14. Just re upload the files. Which version?
  15. Seems like you're missing a file on upload, or a file didn't update
  16. add a empty folder, see if that shows up in the list
  17. What version are you on? Oh, you're missing the captcha. You need to add that to the template (check the default one)
  18. That's weird, the link forwarding should be working. I'll check that
  19. What's the folder name? All lower case, no symbols or numbers?
  20. What's the permissions on the skin's folder?
  21. No problem You can click on ads
  22. Don't change anything in the admin code though
  23. Did you check out registration_customfields.tpl?
  24. Show them where? In the PIREP form or the schedule search?
×
×
  • Create New...