Menu

#26 Movies dissappear when set to Multiuser mode

closed-works-for-me
nobody
None
5
2007-01-07
2006-01-10
Nickster
No

I have 450 movies entered in my database and everthing
seems to work fine. If I go into the configuration
however and change it to allow Multiuser Support all
the movies dissappear. If I then add a movie that one
movie will show up. If I then turn off Multiuser
Support all of the original movies return PLUS that one
movie I added.

I'm using Version 2.1.0

Discussion

  • Heinrich

    Heinrich - 2006-01-20

    Logged In: YES
    user_id=1432279

    The fault ist that the value of owner_id in table videodata
    is 0. If you update this to your userid (probably 2) they
    are all back

     
  • andig

    andig - 2007-01-07

    Logged In: YES
    user_id=391980
    Originator: NO

    Fixed in CVS. To fix your database, run this SQL query:

    UPDATE videodata SET owner_id=1 WHERE owner_id=0

     
  • andig

    andig - 2007-01-07
    • status: open --> closed-works-for-me
     

Log in to post a comment.