SourceMod-Store / store-webpanel

A Webpanel for Alongubs Store Plugin
https://forums.alliedmods.net/forumdisplay.php?f=157
Other
7 stars 14 forks source link

No Categories are currently available. #48

Closed Bonkorn closed 9 years ago

Bonkorn commented 9 years ago

I added this line on database,cfg

    "store"
    {
        "driver"            "mysql"
        "host"              "localhost"
        "database"          "store"
        "user"              "root"
        "pass"              ""
    }

backend.cfg

    "base_url"                  "http://localhost/store"

It stores player credits but No Categories are currently available. I have created Categories by using import json

Arrow768 commented 9 years ago

Thats Problem with the store plugin. The WebPanel can only add the data to the database. If the data is in the DB, its up to the store plugin to display it.

Bonkorn commented 9 years ago

Nvm, It's fixed because i didin't add smjansson.ext extensions.