Small error on fresh install or update
Posted: Thu Sep 29, 2022 7:56 pm
Hi,
An error appears during a new installation or update (on Wampserver)
An error appears during a new installation or update (on Wampserver)
Code: Select all
[30-Sep-2022 17:49:00 UTC] PHP Warning: file_get_contents(C:\wamp64\www\sisf2\core/languages/ Dutch.sql): failed to open stream: No such file or directory in C:\wamp64\www\sisf2\core\nusystemupdatelibs.php on line 478
[30-Sep-2022 17:49:00 UTC] PHP Stack trace:
[30-Sep-2022 17:49:00 UTC] PHP 1. {main}() C:\wamp64\www\sisf2\index.php:0
[30-Sep-2022 17:49:00 UTC] PHP 2. nuImportNewDB() C:\wamp64\www\sisf2\index.php:18
[30-Sep-2022 17:49:00 UTC] PHP 3. nuImportLanguageFiles() C:\wamp64\www\sisf2\core\nusetuplibs.php:35
[30-Sep-2022 17:49:00 UTC] PHP 4. file_get_contents() C:\wamp64\www\sisf2\core\nusystemupdatelibs.php:478
[30-Sep-2022 17:49:00 UTC] PHP Notice: Undefined index: nuProcedureEval in C:\wamp64\www\sisf2\core\nusystemupdatelibs.php on line 81
[30-Sep-2022 17:49:00 UTC] PHP Stack trace:
[30-Sep-2022 17:49:00 UTC] PHP 1. {main}() C:\wamp64\www\sisf2\index.php:0
[30-Sep-2022 17:49:00 UTC] PHP 2. nuImportNewDB() C:\wamp64\www\sisf2\index.php:18
[30-Sep-2022 17:49:00 UTC] PHP 3. nuImportLanguageFiles() C:\wamp64\www\sisf2\core\nusetuplibs.php:35
[30-Sep-2022 17:49:00 UTC] PHP 4. nuInstallException() C:\wamp64\www\sisf2\core\nusystemupdatelibs.php:482
[30-Sep-2022 17:49:00 UTC] PHP Notice: Undefined index: nuSystemEval in C:\wamp64\www\sisf2\core\nusystemupdatelibs.php on line 82
[30-Sep-2022 17:49:00 UTC] PHP Stack trace:
[30-Sep-2022 17:49:00 UTC] PHP 1. {main}() C:\wamp64\www\sisf2\index.php:0
[30-Sep-2022 17:49:00 UTC] PHP 2. nuImportNewDB() C:\wamp64\www\sisf2\index.php:18
[30-Sep-2022 17:49:00 UTC] PHP 3. nuImportLanguageFiles() C:\wamp64\www\sisf2\core\nusetuplibs.php:35
[30-Sep-2022 17:49:00 UTC] PHP 4. nuInstallException() C:\wamp64\www\sisf2\core\nusystemupdatelibs.php:482
[30-Sep-2022 17:49:00 UTC] PHP Notice: Undefined index: nuProcedureEval in C:\wamp64\www\sisf2\core\nusystemupdatelibs.php on line 81
[30-Sep-2022 17:49:00 UTC] PHP Stack trace:
[30-Sep-2022 17:49:00 UTC] PHP 1. {main}() C:\wamp64\www\sisf2\index.php:0
[30-Sep-2022 17:49:00 UTC] PHP 2. nuImportNewDB() C:\wamp64\www\sisf2\index.php:18
[30-Sep-2022 17:49:00 UTC] PHP 3. nuImportLanguageFiles() C:\wamp64\www\sisf2\core\nusetuplibs.php:35
[30-Sep-2022 17:49:00 UTC] PHP 4. nuInstallException() C:\wamp64\www\sisf2\core\nusystemupdatelibs.php:488
[30-Sep-2022 17:49:00 UTC] PHP Notice: Undefined index: nuSystemEval in C:\wamp64\www\sisf2\core\nusystemupdatelibs.php on line 82
[30-Sep-2022 17:49:00 UTC] PHP Stack trace:
[30-Sep-2022 17:49:00 UTC] PHP 1. {main}() C:\wamp64\www\sisf2\index.php:0
[30-Sep-2022 17:49:00 UTC] PHP 2. nuImportNewDB() C:\wamp64\www\sisf2\index.php:18
[30-Sep-2022 17:49:00 UTC] PHP 3. nuImportLanguageFiles() C:\wamp64\www\sisf2\core\nusetuplibs.php:35
[30-Sep-2022 17:49:00 UTC] PHP 4. nuInstallException() C:\wamp64\www\sisf2\core\nusystemupdatelibs.php:488
Code: Select all
C:\wamp64\www\sisf2\core/languages/ Dutch.sql
Code: Select all
C:\wamp64\www\sisf2\core\languages\Dutch.sql
Code: Select all
SELECT `set_languages_included` FROM `zzzzsys_setup`;
Code: Select all
["Afrikaans","Arabic","Armenian","Catalan","Chinese","Czech","Danish", "Dutch","French","German","Greek","Hindi","Italian","Malay","Polish","Portuguese","Romanian","Russian","Spanish","Tamil","Vietnamese"]
Code: Select all
$file = __DIR__ . DIRECTORY_SEPARATOR . 'languages'. DIRECTORY_SEPARATOR . $l[$i]. '.sql';
Code: Select all
$file = __DIR__ . DIRECTORY_SEPARATOR . trim('languages'. DIRECTORY_SEPARATOR . $l[$i]. '.sql');