Reputation: 31
I tried downloading and setting up Hubleto, and I have two questions about it:
ConfigEnv.dbName (database will be created) (press Enter for 'my_hubleto'): -> my_hubleto
It says that the database will be created automatically, but when I didn't create it manually, I got an error. Once I created it myself, everything worked fine, and the tables were populated correctly. Is this the expected behavior, or should it have been created automatically?
require("C:\xampp\htdocs\hubleto-0.5-ce/vendor/autoload.php");
After changing it to:
require("C:/xampp/htdocs/hubleto-0.5-ce/vendor/autoload.php");
everything started working as expected. Do you think I messed something up? I didn’t notice an option to set accountFolder separately in the agent.
Thanks for your response!
Upvotes: -1
Views: 20
Reputation: 26
Check the latest Hubleto release (links below) which contains many bugfixes and possibly this problem is also resolved.
https://developer.hubleto.com/download-and-install
https://www.hubleto.com/en/install
Upvotes: 0