From fa4b3608b4d326672c5d738da299877aeea7b3d0 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Fri, 28 Jul 2017 23:29:07 +0200 Subject: [PATCH] [index] Clarify error messages --- index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 95572351..140b701a 100644 --- a/index.php +++ b/index.php @@ -193,7 +193,8 @@ try {

Error {$e->getCode()} - {$e->getMessage()}

{$bridge->getName()} was unable to receive or process the remote website's content!
Check your input parameters or press F5 to retry. -
Use this link to notify the bridge maintainer if this error persists.

+
If the error persists use this link to notify the bridge maintainer. +
Notice: After clicking on the link you can review the issue before sending it.

Additional info

Error code: "{$e->getCode()}"

Message: "{$e->getMessage()}"

@@ -240,7 +241,8 @@ EOD;

Error {$e->getCode()} - {$e->getMessage()}

RSS-Bridge was unable to transform the contents returned by {$bridge->getName()}!
Check your input parameters or press F5 to retry. -
Use this link to notify the bridge maintainer if this error persists.

+
If the error persists use this link to notify the bridge maintainer. +
Notice: After clicking on the link you can review the issue before sending it.

Additional info

Error code: "{$e->getCode()}"

Message: "{$e->getMessage()}"