(error 8192 in line [ 31 of file [ c:\phspeedv33\xampp\htdocs\alimentos\_libs\sec_backup_lan.php ]) runtime error: [ setcookie(): passing null to parameter #2 ($value) of type string is deprecated ]
The issue is caused by the blank application being run without a language specifier. A blank application does not have a default language, but expect the definition in the url. To 'fix' the issue, open the 'set runtime parameters'. (third button in the red toolbar) Add the language variable to the correct module and set the value to en or es, or other language prefix you use. Set type to get. Now when you run the application, the get parameter is automatically passed to the application. If you have a blank application that requires post parameters then set the value to post. In that case, the application will start with a menu to enter the value for language.
We fixed an issue on this matter that was not related to the above. But we will consider to implement the default value for the language
We have upgraded PHsPeedIDE.exe, which takes care of the problem. If no language parameter is given, it will provide the default. If there is no default, then the application will still fail, but that's obvious
To install, run the config utility. Go to incremental updates, and the update should be visible.