Brian A. Teller

Results 13 comments of Brian A. Teller

I'm typically a Linux/UNIX user but I just quickly installed WAMP to test this and was successful in uploading using upload.php I installed the inventory system to: http://localhost/warehouse-inventory-system-master/ So i'd...

You should be able to login initially with the admin/admin credentials. This is assuming you've created an SQL DB with the following structure: https://github.com/siamon123/warehouse-inventory-system/blob/master/oswa_inv.sql Outside of that, the program is...

Related to #43

See: https://github.com/opsgenie/terraform-provider-opsgenie/issues/288 (Although officially closed, the issue is very much still persistent)

Related to https://github.com/opsgenie/terraform-provider-opsgenie/issues/288 The release with binaries yesterday _finally_ resolved this issue: https://github.com/opsgenie/terraform-provider-opsgenie/releases/tag/v0.6.14 This issue should be considered resolved and closed

Is there a specific feed or configuration value that causes this error to occur? If I can pinpoint what throws the error I can fix it. date_default_timezone_set should be the...

Looks like the script is failing at: > CONFIG_URL=`echo $VIDEO_XML | grep data-config-url | perl -p -e 's/^.*? data-config-url=(.*?)".*$/$1/g' | perl -pe 's/&/&/g'` Because `data-config-url` is no longer included in...