Issue information

Issue ID
#7955
Status
Invalid
Severity
None
Started
Venophobia Cirque Vox
Jan 9, 2014 19:56
Last Post
ZelosAvalon
Jul 4, 2014 7:04
Confirmation
N/A

Venophobia Cirque Vox - Jan 9, 2014 19:56

Hello Guys can someone teach me on how to debug/fix this error or Where it came from .
Thanks in advance :D
[color=#ff0000][Error] itemdb_uid_load: Unable to fetch unique_id data[/color]

This post has been edited by Venophobia Cirque Vox on Jan 9, 2014 19:57

Venophobia Cirque Vox - Jan 11, 2014 5:59

Anyone? :D

kyeme - Jan 11, 2014 7:55

I also experienced it maybe because of NSI_UNIQUE_ID ..

Haru - Jan 12, 2014 19:22

This usually means that you don't have a unique_id row in your interreg table.

This usually happens if you didn't import the tables correctly, or you wiped them without paying attention to preserving important data.

This is what main.sql does to create, and populate, the interreg table:[code=auto:0] -- -- Table structure for table `interreg` -- CREATE TABLE IF NOT EXISTS `interreg` ( `varname` varchar(11) NOT NULL, `value` varchar(20) NOT NULL, PRIMARY KEY (`varname`) ) ENGINE=InnoDB; INSERT INTO `interreg` (`varname`, `value`) VALUES ('unique_id', '0'); [/code]If you already have items in your database, you'll need to change unique_id to an appropriate value.

kyeme - Jan 13, 2014 1:44

[quote name="Haru" timestamp="1389554549"]
This usually means that you don't have a unique_id row in your interreg table.

This usually happens if you didn't import the tables correctly, or you wiped them without paying attention to preserving important data.

This is what main.sql does to create, and populate, the interreg table:[code=auto:0] -- -- Table structure for table `interreg` -- CREATE TABLE IF NOT EXISTS `interreg` ( `varname` varchar(11) NOT NULL, `value` varchar(20) NOT NULL, PRIMARY KEY (`varname`) ) ENGINE=InnoDB; INSERT INTO `interreg` (`varname`, `value`) VALUES ('unique_id', '0'); [/code]If you already have items in your database, you'll need to change unique_id to an appropriate value.[/quote]
It works! Thank you :D

Happy - Apr 20, 2014 19:43

Hallo, i encountered the same warning, how do i know which value to put on unique_id? cause I wiped the database and the old value...

ZelosAvalon - Jul 4, 2014 7:04

can anyone post the table for download please? i try to make this table but i got alot error!