Jump to content

ynotdoit

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ynotdoit

  1. Ok here is what I did to fix the problem of duplicate email on register error. 1. Open up cPanel and start phpAdmin 2. Click on Database tab and select the data base you are using for phpVMS 3. Select the phpvms_pilots table and click the structure icon second from the left (on the same line as the table name) 4. Select the operations tab 5. copy the table to something like phpvms_pilots2 (this in case the table is breaks you have a copy) 6. Return to the Operations tab 7. Change the storage engine to myISAM and the collation to utf8_bin click GO 8. If the table refuses to change and you get an error then try changing the copy one thing at a time. 9. Once you have the table changed repair it and change the name back to phpvms_pilots (you will need to rename the original table first) It should work after this.
  2. I found a fix, in the end it was a table error of some kind. I can't remember specifics at the moment as I am not home but will place a step by step later. Basically you need to change the table type via phpadmin to isql or something like that and then repair the table. Make sure you copy the php users table first so you don't loose any data.
  3. How could this be a host problem? Is there someway of turning of the the duplication of email check?
  4. Did you guys figure out what is happening here, coz I got the same problem and I aint about to reinstall everything and loose all the work I have done over the last few days. Just heads up I have checked the pilots table and no is registered except myself and a friend.
×
×
  • Create New...