Jump to content
  • 0

How to fix this?


K e o u g h

Question


  • Group:  Members
  • Topic Count:  95
  • Topics Per Day:  0.02
  • Content Count:  259
  • Reputation:   172
  • Joined:  12/06/11
  • Last Seen:  

Hello i got error debug error do you know how to fix this?

 

wew_zps395872cf.png

 

Thank you!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

hmm seems like to moved to another database or something? because is not reading the table name

 

so i sugges you to change the name to wha it should recognize it or the name it was, so it can start to read it properly o:!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

I'd suggest running the upgrade sql-files since it says you're missing a column.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

seems u made new table? `rentstorage`.

like Judas said, u need update ur table, but just find the correct .sql upgrade file that contain about altering table for adding `unique_id`.

lol, I made a circle

ALTER TABLE `rentstorage` ADD `unique_id` MEDIUMINT (11) UNSIGNED NULL;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...