I have implemented a script, which generates a backup file and saves this file to the database.
After the user can download the file.
That did work in the previous version of ScriptCase. And now I got this error:
Warning: include_once(grid_database_backup_nmutf8.php): failed to open stream: No such file or directory in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\OSSTest\grid_database_backup\grid_database_backup_doc.php on line 7 Warning: include_once(): Failed opening ‘grid_database_backup_nmutf8.php’ for inclusion (include_path=’.;C:\php\pear’) in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\OSSTest\grid_database_backup\grid_database_backup_doc.php on line 7 Fatal error: Call to undefined function NM_conv_charset() in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\OSSTest\grid_database_backup\grid_database_backup_doc.php on line 274
For the filecontent I use Document(Database)
Someone has same issue? And how to solve?