Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    I am seeing some fields missing in the frontend view, all the wpsc-* hidden fields are empty. This is a strange behavior, but the culprit is not the plugin itself, there must be some collision or code damaging the plugin.

    If possible, please try deactivating all plugins and set a default theme and try again.

    If that solve the issue try reactivating plugins one by one to identify the culprit.

    Thread Starter CryptŌtsutsuki

    (@cryptotsutsuki)

    but what I dont understand is how doing everything you said is suppose to fix the metadata? at the moment I deactivate all the plugins I remove the theme but nothing happen. ” I am seeing some fields missing in the frontend view ” yeah me too, but wht can I do to connect the Metadata? why is the transaction occur on the blockchain for the token 334 to 340 but nothing appear in my frontend neither back end. If a buyer want the token 334 how can he buy it if its on the blockchain and nowhere in my UI? this is a problem I have regularly with this plugin I even stop continue minting because I have a hole in my collection. I did everything you said nothing works, what to do next now?

    Thread Starter CryptŌtsutsuki

    (@cryptotsutsuki)

    there is something missing or maybe im doing wrong, the only thing from my UI its ask me to do is to mint the item, but if I do that its just gonna be NFT ID 351 and not 334 because its already on the blockchain. there is no way for you to change the metadata from the core of the plugin or me somehow connect the metadata me in the plugin editor . I dont know right night I am stuck and this is nothing on my own.

    on this one https://art.sugarfactorybsc.io/nft/sbbc334/ it should appear

    Owned by 0x293B2943068F3e90E460781Efc086219157D20ae

    TxId https://bscscan.com/tx/0x68d037bb4d664be7babbc84f5922803663381bce0a12c1477d83e5934495e535

    Token Id https://bscscan.com/token/0x7d218a3159e82337349bfe875168b45149def5c2?a=334

    I just need to know how to fill all fields missing in the frontend view, and undertsand why all the wpsc-* hidden fields are empty while the item are on the blockchain and how I can prevent that for the future.

    Thanks

    Thread Starter CryptŌtsutsuki

    (@cryptotsutsuki)

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    Seems like your database got corrupted.

    The error: “Item is not deployed yet” happens when the post meta field: “wpsc_nft_id” not present in your database for a NFT Item id.

    Also seems like the smart contract metadata is not properly set in your database.

    It is a Database issue, not a smart contract issue.

    My suggestions are:

    1.- Database recovery, unfortunately this recovery issues are outside of the support scope. If you have a backup of your database I suggest to restore it on a different site just for testing.

    2.- Try to reload the contract again in the database using this method:
    https://wpsmartcontracts.com/docs/doc-load.php

    Keep in mind that this second method will not link the NFT Items to your collection in the database, but as a hint the meta field in the database that connects NFT Items with NFT Collections is: “wpsc_item_collection”

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    Just as a reference here you have a partial list of some of the most important fields on the database that link the NFT Item with the collection

    View post on imgur.com

    Thread Starter CryptŌtsutsuki

    (@cryptotsutsuki)

    guys, I did everything you say before contacting you. the database, the plugins, resore backup, change theme etc etc. There nothing you gonna said to me that Ive not already did.

    How the database recovery is suppose to help me if first place there is no database because somehow the NFT was minted without any connection with my UI. thanks for giving me tips but non of them are effective and the second solution well what is that suppose to change to reload the smart contract in other collection.

    You see clearly what is my problem its just seems like its the first time you face it and you dont no how to react to solve it. I have a collection of 1000 items to mint what the point if there is already 6 nft missing and what the point to continue if I have the same problem while im minting other items and you just dont know how to help me.

    Guys please the solution you gave me are the only one???????? there is nothing you can do from your side to help me please

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    As you said:

    ”https://art.sugarfactorybsc.io/wp-json/wpsc/v1/nft/10464”

    the json files says “Item is not deployed yet”

    this endpoint:

    wp-json/wpsc/v1/nft

    is hosted in your wordpress site:

    https://art.sugarfactorybsc.io

    and the error is in the database, specifically on the item:

    10464

    Which is the WordPress post ID with the problem with the post metadata

    Thread Starter CryptŌtsutsuki

    (@cryptotsutsuki)

    But the json file can I somehow access it myself and link the endpoint of the Token ID from Bscscan and the Tx of the transaction from Bscan as well? It should be possible to do that right?

    When an item is deployed successfully and when I modify the item the json file is automatically updated but in my case where there is no data at all, is that a way for me to modify the json file and so the endpoint?

    To tell to my website where is the info for the database to be attached.

    Thanks again !

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘NO NFT ID WORDPRESS FRONTEND’ is closed to new replies.