BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inter..." DONE

- a complete refactoring on skingEngine bootstrapper, now this is a class
- the mvc templatting engine was updated to work perfectly with templates that is using extjs engine
- a new "unmodern" was added to contains the new pmos modern main interface
This commit is contained in:
Erik Amaru Ortiz
2012-04-04 18:02:32 -04:00
parent 03b6a3ba11
commit 55616696b7
36 changed files with 21657 additions and 419 deletions

View File

@@ -74,13 +74,11 @@ class adminProxy extends HttpProxyController
if ($updateRedirector) {
if (!file_exists(PATH_HTML . 'index.html')) {
if (!is_writable(PATH_HTML)) {
throw new Exception('The public directory is not writable. <br/>Please give write permission to file: /workflow/public_html');
}
throw new Exception('The index.html file is not writable on workflow/public_html directory.');
}
else {
if (!is_writable(PATH_HTML . 'index.html')) {
throw new Exception('The public index file is not writable. <br/>Please give write permission to file: /workflow/public_html/index.html');
throw new Exception(G::LoadTranslation('ID_INDEX_NOT_WRITEABLE') . ' /workflow/public_html/index.html');
}
}