Jump to content

BrettBuchanan

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

BrettBuchanan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok, besides the "Can't find javasript.tpl" errors during install (I know they were there). I did run into the same mysql errors that most people are. Just to let everyone know, INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', 0); is incorrect.Why? Because 3 values do not match 4 fields. To fix this, it should be INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', , 0); Another way to get around this is to manually add an image with it's location to the blank spot. Or you can manually add each line of sql into your database. However, the first block of code will always give an error.
×
×
  • Create New...