User Activity

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    Ok, just skipping the empty variable breaks other things, it's better so set it to ZERO instead, if we use postgres. Forget about the code above. In the same function, apply this fix: if ($operator == "NULL") { $querypart = $field . ' IS NULL'; } elseif ($operator == "NOTNULL") { $querypart = $field . ' IS NOT NULL'; } else { // THIS IS THE FIX. if (isset($struct[$field]) && $struct[$field]['type'] == 'num' && db_pgsql() && $value == '') $querypart = $field . $operator . "NULL"; else $querypart =...

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    Are you using a postgres database, like I do? Possibly yes! Ok, I'll share what I found out, step by step: the id-field is initialized in the model/FetchmailHandler.php as an empty string. That is ok as far as I can judge that. I'm traced the error to the 'build_select_query' function in the model/PFAHandler.php. Here the database query is created. It's the creation of the $where-variable used for the database query, which is done by the db_where_clause-function imported from the functions.inc.php....

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    I also would be interested in a solution here. Thanks.

  • Posted a comment on ticket #12 on libosmscout

    Have the same problem here, on Xubuntu 64bit. Do you remember which lib to insta...

  • Posted a comment on ticket #14 on libosmscout

    Yes, I updated and tested and it works, thank you!

  • Created ticket #14 on libosmscout

    syntax error near unexpected token 'AX_APPEND_FLAG'

View All

Personal Data

Username:
treerun
Joined:
2015-10-21 14:48:42

Projects

  • No projects to display.

Personal Tools