• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Vinance - Digital Trading Platform

Vinance - Digital Trading Platform v1.5.0 Untouched

No permission to download
Please did anyone get it to work?. Installing was successful but shows this after.
I noticed the admin is working fine, even changing to maintenance mode works well but when opening the landing page normally gives this error 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 0, rank ASC limit 8' at line 1'
 
I noticed the admin is working fine, even changing to maintenance mode works well but when opening the landing page normally gives this error 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 0, rank ASC limit 8' at line 1'
Goto Currency.php model
and replace:
public function scopeRankOrdering($query)
{
return $query->orderByRaw('rank = 0, rank ASC');
}
with
public function scopeRankOrdering($query)
{
return $query->orderByRaw('`rank` = 0, `rank` ASC');
}
 
  • Like
Reactions: emyhunk
Goto Currency.php model
and replace:
public function scopeRankOrdering($query)
{
return $query->orderByRaw('rank = 0, rank ASC');
}
with
public function scopeRankOrdering($query)
{
return $query->orderByRaw('`rank` = 0, `rank` ASC');
}
Thanks a lot, it worked. Do you have any updates, I noticed the trading view chart configure issue was fixed in v1.4
 
Pls why is nobody talking about the open trade issue. ...it doesn't get filled, its just stuck at zero percent.

how do you make it to successfully complete a trade order on the spot trade?
 
  • Like
Reactions: DatDudeUpStairs
Pls why is nobody talking about the open trade issue. ...it doesn't get filled, its just stuck at zero percent.

how do you make it to successfully complete a trade order on the spot trade?
I'm still experiencing this. Any fix for this?
 
Please how you make the currency icon works. Because after importing through auto import. No icon is included
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock