|
798 | 798 | "text": "It looks like you are trying to run Joomla! from our git repository. To do so requires you complete a couple of extra steps first.", |
799 | 799 | "link": "J4.x:Setting_Up_Your_Local_Environment", |
800 | 800 | "linkText": "More Details", |
801 | | - "destFile": "/templates/system/build_incomplete.html" |
| 801 | + "destFile": ["/templates/system/build_incomplete.html"] |
802 | 802 | }, |
803 | 803 | "unsupported": { |
804 | 804 | "title": "Joomla: unsupported PHP version", |
805 | 805 | "header": "Sorry, your PHP version is not supported", |
806 | 806 | "text": "Your host needs to use PHP version {{phpversion}} or newer to run this version of Joomla!", |
807 | 807 | "link": "J4.x:Unsupported_PHP_Version", |
808 | 808 | "linkText": "Help me resolve this", |
809 | | - "destFile": "/templates/system/incompatible.html" |
| 809 | + "destFile": ["/templates/system/incompatible.html", "/includes/incompatible.html"] |
810 | 810 | }, |
811 | 811 | "noxml": { |
812 | 812 | "title": "Joomla: Missing PHP-XML library", |
813 | 813 | "header": "Sorry, your PHP is missing a vital library", |
814 | 814 | "text": "Your host needs to use PHP with support for the XML library to run this version of Joomla!", |
815 | 815 | "link": "J4.x:Missing_XML_Library", |
816 | 816 | "linkText": "Help me resolve this", |
817 | | - "destFile": "/media/system/html/noxml.html" |
| 817 | + "destFile": ["/media/system/html/noxml.html"] |
818 | 818 | }, |
819 | 819 | "fatal": { |
820 | 820 | "title": "An Error Occurred: {{statusText}}", |
821 | 821 | "header": "Sorry, there was a problem we could not recover from.", |
822 | 822 | "text": "The server returned a \"{{statusCode_statusText}}\"", |
823 | 823 | "link": "J4.x:FatalError", |
824 | 824 | "linkText": "Help me resolve this", |
825 | | - "destFile": "/templates/system/fatal-error.html" |
| 825 | + "destFile": ["/templates/system/fatal-error.html"] |
826 | 826 | } |
827 | 827 | } |
828 | 828 | } |
|
0 commit comments