Fix flickr

This commit is contained in:
Nicolas Le Goff
2014-12-15 15:33:29 +01:00
parent fec39e76bc
commit b83bce0254
3 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
"require": { "require": {
"php" : ">=5.3.3", "php" : ">=5.3.3",
"alchemy/oauth2php" : "1.0.0", "alchemy/oauth2php" : "1.0.0",
"alchemy/phlickr" : "0.2.8", "alchemy/phlickr" : "0.2.9",
"dailymotion/sdk" : "~1.5", "dailymotion/sdk" : "~1.5",
"data-uri/data-uri" : "~0.1.0", "data-uri/data-uri" : "~0.1.0",
"doctrine/orm" : "~2.3.0", "doctrine/orm" : "~2.3.0",

12
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "21f40dfe13f0a9507d9c36b25c54d4f1", "hash": "fadb1c02db78a5cbeec681a90b45fdf8",
"packages": [ "packages": [
{ {
"name": "alchemy-fr/tcpdf-clone", "name": "alchemy-fr/tcpdf-clone",
@@ -282,16 +282,16 @@
}, },
{ {
"name": "alchemy/phlickr", "name": "alchemy/phlickr",
"version": "0.2.8", "version": "0.2.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/alchemy-fr/Phlickr.git", "url": "https://github.com/alchemy-fr/Phlickr.git",
"reference": "26b7764fd45c15062cb1b21c9389aff919e8c2bd" "reference": "f9af93e27e9235db43e61ce2f9588d8ce9859b68"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/alchemy-fr/Phlickr/zipball/26b7764fd45c15062cb1b21c9389aff919e8c2bd", "url": "https://api.github.com/repos/alchemy-fr/Phlickr/zipball/f9af93e27e9235db43e61ce2f9588d8ce9859b68",
"reference": "26b7764fd45c15062cb1b21c9389aff919e8c2bd", "reference": "f9af93e27e9235db43e61ce2f9588d8ce9859b68",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@@ -301,7 +301,7 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"time": "2014-07-07 16:25:07" "time": "2014-12-15 14:27:57"
}, },
{ {
"name": "dailymotion/sdk", "name": "dailymotion/sdk",

View File

@@ -78,6 +78,7 @@ class task_period_apibridge extends task_appboxAbstract
$this->update_element($element); $this->update_element($element);
} }
} catch (\Exception $e) { } catch (\Exception $e) {
$this->log("process error: " . $e->getMessage());
$sql = 'UPDATE bridge_elements SET status = :status WHERE id = :id'; $sql = 'UPDATE bridge_elements SET status = :status WHERE id = :id';
$params = array( $params = array(