librefm-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-bugs] [bug #26497] Can't install locally since the move from md


From: David Mignot
Subject: [Librefm-bugs] [bug #26497] Can't install locally since the move from mdb2 to adodb
Date: Sat, 09 May 2009 16:13:22 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10

Follow-up Comment #4, bug #26497 (project librefm):

Thanks, I don't know why I don't thought about that. With that, i moved to
the same error as i posted in comment #2.

In the "Error" table, I changed "id INTEGER(11) AUTO_INCREMENT KEY," to "id
SERIAL PRIMARY KEY,".

Next, "Delete_Request" table has a missing )
PRIMARY KEY(code)");  becomes PRIMARY KEY(code))");

Should i commit thoses changes, including the $adodb_connect_string thing?

I'm now blocked with:
Fatal error: Uncaught exception 'ADODB_Exception' with message 'postgres7
error: [-18: ERROR: relation "relationship_flags" does not exist] in
EXECUTE("CREATE TABLE User_Relationship_Flags ( uid1 INTEGER, uid2 INTEGER,
flag VARCHAR(12) REFERENCES Relationship_Flags(flag), PRIMARY KEY (uid1, uid2,
flag), FOREIGN KEY (uid1, uid2) REFERENCES User_Relationships (uid1, uid2))")
' in /usr/share/php/adodb/adodb-exceptions.inc.php:78 Stack trace: #0
/usr/share/php/adodb/adodb.inc.php(1036): adodb_throw('postgres7', 'EXECUTE',
-18, 'ERROR: relatio...', 'CREATE TABLE Us...', false,
Object(ADODB_postgres7)) #1 /usr/share/php/adodb/adodb.inc.php(1011):
ADOConnection->_Execute('CREATE TABLE Us...', false) #2
/home/idflood/workspace/librefm/trunk/gnukebox/install.php(272):
ADOConnection->Execute('CREATE TABLE Us...') #3 {main} thrown in
/usr/share/php/adodb/adodb-exceptions.inc.php on line 78

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26497>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]