link not working. Please Help
manufacturing download link
This is happened some time.
So, remove image from virtual box and try import again.
Note:-
You should use VirtualBox V7 latest instead of v6.
i use some software from QNAP.
I made the VM now two times again. But unfortunately still the same error.
@alexhell
Sorry to say that I am not a professional.
If this image not working with external software’s I can’t help you there.
You can buy Professional Service Support on this issue or can wait for someone will help you on this.
But one thing I am sure that this image definitely works on local PC without hassle free.
Can this be used for development as well?
I repeated the setup procedure several times as recommended.
Now it worked
thanks!!!
You need to go to the virtual network adapter/interface settings, not VM settings.
There you need to disable DHCP and set a static IP range.
Sorry, I’m not using Virtualbox anymore (since I discovered Qemu/KVM) so I cannot recall the exact steps to follow. However, if you can not make it, I can give it a flashback for you. Let us know.
In the VM network settings you set Adapter 1 as Attached to Bridged Adapter. It should be Attached to Host-Only Adapter that you defined in network adapter settings.
Yes, I already did…
However, the problem is as it is…
I think that the problem is not with the size of the VDI, but rather with the space allotted for the database, the user, or something like that. As I cannot create more than one site, or install many applications in the site…
There is another solution for this.
1:- Go > frape-bench directory.
bench backup
2:- After create backup of database you do reset ERPNext.
bench --site frappe.com reinstall --force
3:- Now, you can restore backup of database.
bench restore [path_of_backup] --force
After complete above steps you should restart system.
Note:- If you face Permission [error no13] then do like as below.
chmod -R o+rx /home/frappe
sudo nano /etc/supervisor/supervisord.conf
Add extra these lines under [unix_http_server]
chmod=0755
chmod=0760
chown=frappe:frappe
Save & exit
Reboot system after restart supervisor services
sudo service supervisor restart
sudo reboot