| @@ 640-648 (lines=9) @@ | ||
| 637 | ||
| 638 | if (is_array($this->_errors) && !empty($this->_errors)) { |
|
| 639 | $this->pageAlert(__('There were some problems while attempting to save. Please check below for problem fields.'), Alert::ERROR); |
|
| 640 | } else { |
|
| 641 | $this->pageAlert( |
|
| 642 | __('Unknown errors occurred while attempting to save.') |
|
| 643 | . '<a href="' . SYMPHONY_URL . '/system/log/">' |
|
| 644 | . __('Check your activity log') |
|
| 645 | . '</a>.', |
|
| 646 | Alert::ERROR |
|
| 647 | ); |
|
| 648 | } |
|
| 649 | } |
|
| 650 | } |
|
| 651 | ||
| @@ 810-818 (lines=9) @@ | ||
| 807 | } |
|
| 808 | ||
| 809 | // Problems. |
|
| 810 | } else { |
|
| 811 | $this->pageAlert( |
|
| 812 | __('Unknown errors occurred while attempting to save.') |
|
| 813 | . '<a href="' . SYMPHONY_URL . '/system/log/">' |
|
| 814 | . __('Check your activity log') |
|
| 815 | . '</a>.', |
|
| 816 | Alert::ERROR |
|
| 817 | ); |
|
| 818 | } |
|
| 819 | } |
|
| 820 | ||
| 821 | // Author doesn't have valid data, throw back. |
|