JiffB

Results 27 comments of JiffB

@Bukkk > Have you installed mesa from source?? Nope, I have a lot of testing coming on this SBC and not very much free time, I also can't risk to...

Yep I'm preparing it and will send it to the email address of your gtihub profile ASAP.

Raaahhh, this time, I tried to import the closest schemas, 'public' and 'resto' but there was another error, a more concerning one : null pointer exception :/ Here is the...

O_o I also have this null pointer exception while trying to import the 'public' schema *only* !

I also missed a warning on the command line from which I launched Mogwai : ``` 2020-04-21 22:24:33,777 [main] de.erdesignerng.dialect.DataTypeIO INFO : [] Replacing datatype clob[] WARNING: An illegal reflective...

Between Ranges, arrays and object being the same name that are impossible to import, it is unusable for my projects :/ Anyway, thanks for your time and best try.

On Tue, 24 Aug 2021 07:48:47 -0700 Marc Worrell ***@***.***> wrote: > Do you have the `controller_default_contact` ? > > Apparently that is used by your templates for sending emails,...

Yup, here is it's content : ``` %% @author author %% @copyright YYYY author. %% @doc Example contact-form handler. -module(controller_default_contact). -export([event/2]). -include_lib("zotonic.hrl"). event(#submit{message={contact, []}}, Context) -> Vars = [{mail, z_context:get_q("mail",...

On Fri, 20 Oct 2017 08:52:03 +0000 (UTC) Sergey Prokhorov wrote: > Hi. Thank you for your report. I'll look into this in a few days. > Hi, you're welcome;...