Hello, so first of all i really do like your work it's really good and i thank you for that !!
And well after using RA (with the old trinity core version) i decided to update it to the last one with a repack server is fine but the itemstore isn't sending items correctly ?
i mean out of the 15 last purchases only 2 were sent (picture below)

i'm using the last Azer CMS version (just downloaded it and installed it)
here's the config file
//- Site Settings
$debug = 1; #- Debug Mode Enabled? (0 = No | 1 = Yes)
//- Database Connection Info
$port_host = "server's domain"; #- Domain without http:// or IP Address
$db_host = "localhost"; #- Database Host
$db_user = "root"; #- Database User
$db_pass = ""; #- Database Pass
$db_data = "www"; #- Database DB
$db_acc = "auth"; #- Account Database
//- RA/Telnet Settings - Manual Edit
$ra_host = "localhost"; #- World Server Host
$ra_user = "admins"; #- Account Username (Access = 4)
$ra_pass = ""; #- Account Password (Access = 4)
?>