Results 17 comments of Katzman

Thanks for a quick response. Took that code from the example but also tried what you are suggesting. Unfortunately that leads to this error: ```panic: unsupported kind (struct), need slice...

Did some more research! If I replace the printing line with ```go fmt.Printf("data[%d]: %v\n", i, p) ``` Then there are two possible results dependant on the defintion of the struct:...

What a shame ... maybe someone could fork it and update it. Currently it gives warning related to 'The dash_core_components package is deprecated.'

Hi, no problem! The case is this: - have a table with many rows - you use .Where to create a subset of rows, storing it into another datatable -...

Hi there, there are two parts into using master account: - ability to use Modoboa Webadmin to "peak" into users' mailboxes - this one I personally do not miss 😉...

Can I suggest to change the subject of the issue to mysql: search functions do not work ? This issue does not impact sqlite users. Thanks!

Can you be more specific? Is the DB sitting on the same machine? What is the OS? Can you access the file from the web host using OS commands or...

I had the same but did not dare to give 0777. I gave 0744 (rwxr--r--) to files and 0755 (rwxr-xr-x) to directories. This had resolved it. But I guess that...

It maybe easier than you think. In the config.ymp for CoreProtect, there is this line: mysql-database: database Just give it a name of your new world. I would use some...

Unfortunately, there is no other solution than either granting the process the privileges by using chmod or using the database. CP is great, I like it. And this web interface...