Menu

#4 (1.0-b3) Looking for Profiles table which does not exist

open
nobody
php_users (3)
5
2004-04-27
2004-04-27
Kat R.
No

(1.0-b3) Looking for Profiles table which does not exist
in schemes/mysql, or the upgrade script.

Discussion

  • Kat R.

    Kat R. - 2004-04-27
    • labels: --> php_users
     
  • ezubillaga

    ezubillaga - 2005-04-20

    Logged In: YES
    user_id=1184353

    I think my reply is late and probably the Jay already
    solve this issue. Anyway here is how I solve it:

    Simply create a table using the following SQL
    command:

    CREATE TABLE Profiles(
    userId int(11) NOT NULL
    );

    Question: is this project still alive?????

     
  • Nobody/Anonymous

    Logged In: NO

    test

     

Log in to post a comment.