Search found 6 matches

by Mr. Panda
Fri Jun 09, 2017 1:26 pm
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Re: Database error

I solved the issue! =)

Apparently the script wanted to create new tables and that conflicted with current data. So I had to rename the old tables to the new one and import data one by one.
by Mr. Panda
Fri Jun 09, 2017 11:50 am
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Re: Database error

The problem must be with the mysql server or phpmyadmin that runs on the webserver. Since I uploaded the exact same exported file on my old database and it works.
by Mr. Panda
Fri Jun 09, 2017 10:12 am
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Re: Database error

Edge100x wrote:Are you receiving an error when you do the import?
Hi, no the addon throws me the error in the console when it's trying to do stuff in the database.

It's not really something wrong the addon, but I have contacted the author anyway - to see if he knows what the issue could be.
by Mr. Panda
Fri Jun 09, 2017 3:42 am
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Re: Database error

I couldn't find the edit button. I did what you said and disabled foreign keys, but still same error =(
by Mr. Panda
Fri Jun 09, 2017 3:29 am
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Re: Database error

Edge100x wrote:It looks like your table ps2_HatPersistence was not copied over properly, from that.

When importing, you may need to turn off foreign key checks temporarily.

I also recommend against using InnoDB unless you really need it.
I am I using InnoDB? I was unaware of that. How would I change that?
by Mr. Panda
Thu Jun 08, 2017 7:39 pm
Forum: Garrysmod
Topic: Database error
Replies: 7
Views: 3241

Database error

Hi, I have just bought a nfo server and exported my old database via phpmyadmin from my old host and have imported it on my new one with nfo. However, now I am getting this database error: https://pastebin.com/rQRM2ATm Does anyone know what exactly it means? Everything works fine if I switch back to...