Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter chalkmuppet

    (@chalkmuppet)

    Hi

    Just been through this a little more and it seesm that the SQL queries have no table names associated with them…

    CREATE TABLE ( umeta_id bigint(20) NOT NULL auto_increment, user_id bigint(20) NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (umeta_id), KEY user_id (user_id), KEY meta_key (meta_key) )

    … and, oddly, this seems to cause the problems I’m having.

    So this suggests that something in my initial config is screwy as i suggest the table names are generated from (uninitisliased) variables.

    So, given this, any ideas what i should look at ?

    Thanks

    Simon

Viewing 1 replies (of 1 total)