Sissa
Sissa

Reputation: 31

Hubleto setup and installation

I tried downloading and setting up Hubleto, and I have two questions about it:

  1. 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?

  1. I used the default settings from the CLI agent, and everything seemed to run smoothly. However, I encountered an error when trying to load the page. This led me to check the index.php file, where I noticed that all paths were written like this:

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

Answers (1)

wai.blue
wai.blue

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

Related Questions