Page 1 of 1
PrestaShop - How can I delete/rename install folder
Posted: 19 Feb 2020, 21:32
by Sagittarius78
Hello,
I have installed prestashop, now it says i have to delete or rename the install folder before I log back into my admin account. Where can i find the install folder to delete it? Because there is no such folder to find with the File Manager.
thank you
Re: PrestaShop - How can I delete/rename install folder
Posted: 13 Mar 2020, 12:09
by TMSupport
Please take some screenshots here.
Re: PrestaShop - How can I delete/rename install folder
Posted: 29 Mar 2020, 06:40
by Sagittarius78
Hello,
i have taken a screenshot
Bildschirmfoto 2020-03-28 um 23.20.58.png
Re: PrestaShop - How can I delete/rename install folder
Posted: 05 Feb 2021, 19:29
by SPGoetze
Same here... Did you ever get a reply?
Re: PrestaShop - How can I delete/rename install folder
Posted: 09 Feb 2021, 22:25
by Ventura
I had the same problem, but I managed to solve it.
Download PuTTY to your pc, to be able to connect via terminal to the NAS via SSH Access.
After installing enter the NAS IP and SSH Port (control Panel> Terminal & SNMP> Telnet / SSH to see the Port)
In the terminal login with user root and your admin pass
After login, execute the command to go to the Prestashop folder:
cd / mnt / md0 / application / web-ext / prestashop
To see the folders in order to know the name of the admin folder run:
ls -la
CHANGE NAME FOLDER ADMIN:
mv [name of the admin folder that is created ex. admin345ejsa3 [new name for the admin folder you want Ex. admin365]
that is
mv admin345ejsa3 admin365
DELETE "install" FOLDER:
rm -r install
Run the command to see if the name of the admin folder has been changed and to see if the "install" folder has been deleted:
ls -la
Now folder access via browser via NAS IP / prestashop / new admin folder name
I hope it will be useful.