Re: Package Deployment Error
Published: March 27, 2020 - 09:22
I ran your command line on my virtual machine which is supposed to have owncloud installed by deployment.
Result: package not installed (see attached) even though the program itself is properly installed.
In your code, from the wapt console, I used print() to retrieve the variables: get_current_user(), url_owncloud, and application_data(). The correct values are returned.
The machine I'm deploying to doesn't have administrator privileges. I don't know if that matters during the deployment process?
It seems the folder and file creation isn't working, which is preventing me from writing the parameters. However, I'm not getting any error messages. I'll try your code and create a folder on the desktop, for example, to see if that works, and I'll let you know.
I just added some code based on yours, and it doesn't work either:
If you have any other ideas, I'm all ears.
Thank you again.
Result: package not installed (see attached) even though the program itself is properly installed.
In your code, from the wapt console, I used print() to retrieve the variables: get_current_user(), url_owncloud, and application_data(). The correct values are returned.
The machine I'm deploying to doesn't have administrator privileges. I don't know if that matters during the deployment process?
It seems the folder and file creation isn't working, which is preventing me from writing the parameters. However, I'm not getting any error messages. I'll try your code and create a folder on the desktop, for example, to see if that works, and I'll let you know.
I just added some code based on yours, and it doesn't work either:
Code: Select all
testdossier = makepath(user_desktop(),'TEST')
mkdirs(testdossier)
If you have any other ideas, I'm all ears.
Thank you again.