davordragic

Results 23 comments of davordragic

it's 5 years and nothing updated.

![image](https://user-images.githubusercontent.com/10212089/173501452-8d5e6160-b931-4769-9e1f-59067f48c157.png) This push took 4min and 1s. Sounds a lot for few files.

@mkllnk do you still support or develop this repository?

I'm having issue with updateing Order fulfillment status $updateInfo = array ( "fulfillment_status" => "fulfilled", ); $shopify->Order($orderID)->put($updateInfo); Request returns 200, as all fine, but order does not get updated

Only diff I see between yours and mine conf is "_" (underline). But I tried witout underline, same issue. Tried with indent or without and same

> sudo munin-run -d mysql_bytes Insecure $ENV{PATH} while running with -T switch at /usr/bin/munin-run line 155. If I change mysql login directly in plugin, it works fine. but somehow it...

What permissions do you have on config env files?

trying to check what is the line > sub check_systemd_run_permissions { > # verify whether systemd-run can be exected (e.g. unprivileged users cannot execute it) > return system("systemd-run --collect --pipe...

Anyone knows what could be issue for error `Insecure $ENV{PATH} while running with -T switch at /usr/bin/munin-run line 155.` Something explained here: https://stackoverflow.com/questions/33541262/insecure-envpath-while-running-with-t-switch but no idea wh edit: did some...

After removing `-T` parameter in /usr/bin/munin-run (line 1) it started working edit: test worked, but service still returning `DBI connect('information_schema;mysql_connect_timeout=5','root',...) failed: Access denied for user 'root'@'localhost' (using password: YES) at...