MODULO FINANCEIRO NAO CONSIGO ABRIR NO SISTEMA DAR ESSE ERRO # #2261
chinayder15
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
} else {
header('HTTP/1.1 503 Service Unavailable.', true, 503);
echo 'Your view folder path does not appear to be set correctly. Please open the following file and correct this: ' . SELF;
exit(3); // EXIT_CONFIG
}
define('VIEWPATH', $view_folder . DIRECTORY_SEPARATOR);
/*
*/
require_once BASEPATH . 'core/CodeIgniter.php';
ParseError thrown with message "syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE)"
Stacktrace:
#1 ParseError in /home/u335401584/domains/chinayderiphones.com.br/public_html/sistema/application/controllers/Financeiro.php:249
#0 require_once in /home/u335401584/domains/chinayderiphones.com.br/public_html/sistema/index.php:306
Beta Was this translation helpful? Give feedback.
All reactions