mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 06:56:53 +00:00
[index] Clarify error messages
This commit is contained in:
parent
97cd3e6169
commit
fa4b3608b4
@ -193,7 +193,8 @@ try {
|
|||||||
<h1>Error {$e->getCode()} - {$e->getMessage()}</h1>
|
<h1>Error {$e->getCode()} - {$e->getMessage()}</h1>
|
||||||
<p><strong>{$bridge->getName()}</strong> was unable to receive or process the remote website's content!
|
<p><strong>{$bridge->getName()}</strong> was unable to receive or process the remote website's content!
|
||||||
<br>Check your input parameters or press F5 to retry.
|
<br>Check your input parameters or press F5 to retry.
|
||||||
<br>Use <a href="{$link}">this</a> link to notify the bridge maintainer if this error persists.</p>
|
<br>If the error persists use <a href="{$link}">this</a> link to notify the bridge maintainer.
|
||||||
|
<br>Notice: After clicking on the link you can review the issue before sending it.</p>
|
||||||
<h2>Additional info</h2>
|
<h2>Additional info</h2>
|
||||||
<p>Error code: "{$e->getCode()}"</p>
|
<p>Error code: "{$e->getCode()}"</p>
|
||||||
<p>Message: "{$e->getMessage()}"</p>
|
<p>Message: "{$e->getMessage()}"</p>
|
||||||
@ -240,7 +241,8 @@ EOD;
|
|||||||
<h1>Error {$e->getCode()} - {$e->getMessage()}</h1>
|
<h1>Error {$e->getCode()} - {$e->getMessage()}</h1>
|
||||||
<p>RSS-Bridge was unable to transform the contents returned by <strong>{$bridge->getName()}</strong>!
|
<p>RSS-Bridge was unable to transform the contents returned by <strong>{$bridge->getName()}</strong>!
|
||||||
<br>Check your input parameters or press F5 to retry.
|
<br>Check your input parameters or press F5 to retry.
|
||||||
<br>Use <a href="{$link}">this</a> link to notify the bridge maintainer if this error persists.</p>
|
<br>If the error persists use <a href="{$link}">this</a> link to notify the bridge maintainer.
|
||||||
|
<br>Notice: After clicking on the link you can review the issue before sending it.</p>
|
||||||
<h2>Additional info</h2>
|
<h2>Additional info</h2>
|
||||||
<p>Error code: "{$e->getCode()}"</p>
|
<p>Error code: "{$e->getCode()}"</p>
|
||||||
<p>Message: "{$e->getMessage()}"</p>
|
<p>Message: "{$e->getMessage()}"</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user