K e o u g h Posted May 14, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 260 Reputation: 181 Joined: 12/06/11 Last Seen: December 7, 2024 Share Posted May 14, 2014 Hello i got error debug error do you know how to fix this? Thank you! Quote Link to comment Share on other sites More sharing options...
Kido Posted May 14, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted May 14, 2014 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:! Quote Link to comment Share on other sites More sharing options...
Judas Posted May 14, 2014 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted May 14, 2014 I'd suggest running the upgrade sql-files since it says you're missing a column. Quote Link to comment Share on other sites More sharing options...
Cydh Posted May 14, 2014 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted May 14, 2014 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; Quote Link to comment Share on other sites More sharing options...
Question
K e o u g h
Hello i got error debug error do you know how to fix this?
Thank you!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.