You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Windows version from a clean install you cannot create a backup from within the web browser - you receive the message "*** BACKUP ERROR ***"false""
In order to get the backup function to work you need to create a folder called:
x:\tmp
or
x:\multiotp\_temp
note: I couldn't find any mention of these temp folders in the documentation.
Might help new users if a _temp folder is added to base directory in the zip?
Otherwise could the tmp backup location be changed to x:\multiotp\windows\config
(The restore function puts cfg files in here and file naming don't seem to clash)
multiotp.server.php:
case mb_strtoupper("BackupConfig",'UTF-8'):
$tmp = '/tmp';
to
$tmp = '/conf';
The text was updated successfully, but these errors were encountered:
Using the Windows version from a clean install you cannot create a backup from within the web browser - you receive the message "*** BACKUP ERROR ***"false""
In order to get the backup function to work you need to create a folder called:
x:\tmp
or
x:\multiotp\_temp
note: I couldn't find any mention of these temp folders in the documentation.
Might help new users if a _temp folder is added to base directory in the zip?
Otherwise could the tmp backup location be changed to x:\multiotp\windows\config
(The restore function puts cfg files in here and file naming don't seem to clash)
multiotp.server.php:
The text was updated successfully, but these errors were encountered: