Jump to content

1.0.6.2 HiveExt - CUSTOM: failed to get id for


NoNameUltima

Recommended Posts

1 hour ago, NoNameUltima said:

In BD

dayz_epoch_SQL_veh.thumb.png.a7b7f12ae6dbad2f2a505a402c4c38da.png

Script for test:


Private ["_uid", "_key", "_result"];
_uid        =    "11593011387156";
_key        =    format["CHILD:388:%1:", _uid];
_result        =    _key call server_hiveReadWrite;
diag_log(format["_result 1: %1", _result]);

In RPT:

_result 1: ERROR

not work custom trade...

 

 

In 1.0.6.2 the database hive calls have changed, you need to make sure you are using the latest HiveExt.dll and the new database procedure that is in this file: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/SQL/1.0.6.2_Updates.sql

Link to comment
Share on other sites

4 hours ago, salival said:

In 1.0.6.2 the database hive calls have changed, you need to make sure you are using the latest HiveExt.dll and the new database procedure that is in this file: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/SQL/1.0.6.2_Updates.sql

i'm use new dll's, and import new(clear) bd from archive with procedure retObjID .

some problem...

Link to comment
Share on other sites

2 hours ago, NoNameUltima said:

retObjID not work in PHP 5.3.13

work in PHP: 5.5.11

 

that's because you need MySQL, not php. if you are unsure of your MySQL version, backup your MySQL databases and install 5.7.20. you do not need a web server to manage MySQL, it is an unsecure, inefficient solution where something like MySQL workbench or HeidiSQL would work fine.

Link to comment
Share on other sites

  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...