[P] Room shop [P]

  • Hallo,
    und zwar habe ich da ein Problem wenn ich auch ein Model klicke kommt da immer : Unknown column 'owner_id' in 'field list'

    Wie kann ich es ändern ?

    Danke schon mal =)


  • Hey, ich weiss nicht ob du noch hilfe brauchst.

    Deine php datei vom roomshop musst du ändern.

    deine KÖNNTE so aussehen:

    Zitat

    mysql_query("INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner_id`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`) VALUES

    änder es in:

    Zitat

    mysql_query("INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`) VALUES

  • Danke könntest du alles Rel also :
    mysql_query("INSERT INTO rooms (`roomtype`, `caption`,`owner`,`category`,`model_name`,`description`,`owner`,`room_shop_id`) VALUES ('private','Habbo: Raum Model - 2', '".mysql_real_escape_string($name)."', '1', 'model_big_2', 'Habbo - Solche Räume könnt ihr bei Homepage KOSTENLOS erstellen.', '".$my_id."', '2')") or die(mysql_error());


    Weil bei mir kommt immer wieder fehler....

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!