Issues.

Stevee

Posting Freak
Mar 29, 2011
580
35
Hii, I keep getting these errors when trying to add in the tables
- first
- Second
- Third
- Four.

I also keep getting errors with the rooms with my R63B hotel.

If anyone could help it'd be great thanks.
 

Queef

Some people...
Jul 27, 2012
645
289
Image 1: No such column exists in the table your trying to insert that into it might be spelt wrong.
Image 2: Theres already something in that table under the ID of 1, try changing it to a higher number.
Image 3: No idea.
Image 4: Lines 2 and 4 are missing data in that column shown in error.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
Image 1: No such column exists in the table your trying to insert that into it might be spelt wrong.
Image 2: Theres already something in that table under the ID of 1, try changing it to a higher number.
Image 3: No idea.
Image 4: Lines 2 and 4 are missing data in that column shown in error.

Alright,

How would I fix number's 1 & 4
 

Queef

Some people...
Jul 27, 2012
645
289
For Image 4 try using this query,
Code:
INSERT INTO 'user_effects' ('id', 'user_id', 'effect_id', 'total_duration', 'is_activated', 'activated_stamp') VALUES
(1, 71, 15, 3600, '0', 0),
(2, 71, 15, 3600, '0', 0),
(3, 70, 18, 3600, '0', 1342929902);

For Image 1 try deleting the "allow_rightsoverride" in the "INSERT INTO" line and then delete all the values that correspond to "allow_rightsoverride"

Sorry about ^ its hard to explain if it doesnt work PM me your TV dets and i'll do it for ya. :)

Hope i was of help.
 

Users who are viewing this thread

Top