Markus Neubauer

Results 18 comments of Markus Neubauer

[current plan]https://github.com/OllisGit/OctoPrint-SpoolManager/wiki/rdbs-scheme-development @Lumute: Could be solved by adding a record to SpoolHistory, is an additional text really needed?

There could be a field "originator" which could be (ab)used with a comment, but limited to 16 chars. But could be enough to show something like a short reason for...

Open for discussion https://github.com/OllisGit/OctoPrint-SpoolManager/wiki/rdbs-scheme-development

Done. ``` {"reqId":"[same_ID]","level":3,"time":"2017-12-16T10:16:36+00:00","remoteAddr":"x.x.x.x","user":"[a_user]","app":"PHP","method":"POST","url":"\/index.php\/apps\/ocsms\/push?format=json","message":"Invalid argument supplied for foreach() at \/srv\/s28058\/2\/www\/owncloud\/apps2\/ocsms\/controller\/apicontroller.php#112","userAgent":"nextcloud-phonesync (1.3.4)","version":"12.0.4.3"} {"reqId":"[same_ID]","level":3,"time":"2017-12-16T10:16:36+00:00","remoteAddr":"x.x.x.x","user":"[a_user]","app":"PHP","method":"POST","url":"\/index.php\/apps\/ocsms\/push?format=json","message":"Invalid argument supplied for foreach() at \/srv\/s28058\/2\/www\/owncloud\/apps2\/ocsms\/db\/smsmapper.php#264","userAgent":"nextcloud-phonesync (1.3.4)","version":"12.0.4.3"} ``` Same result. Looks to me like there is some misfunction in...

if I add a statement before the for each loop in the php files ``` file_put_contents ( "/tmp/ocsms.log", print_r(array($smsCount,count($smsDatas),$smsDatas),true), FILE_APPEND); ``` results in ``` Array ( [0] => [1] =>...

SMS is visible now! Don't know why haven't changed anything else. Could be closed from my point of view, except we can improve/test something.

Refering: PDF417 helpful resource: https://github.com/leongrdic/php-pdf417

May I second the request, where can I add a pool car to a calender event?

@nielsdrost7 I've setup the basic implementation. There is still a missing part to setup up the date according to customer/client with fallback to system setup. If anybody has quick idea...

@nielsdrost7 Please check whether the changes are according to our common needs. Pls PM me to give advice if changes are not accourding. The Coding parts seemed to better implemented...