PrestaShop - How can I delete/rename install folder

Discussion of applications not mentioned above.
Locked
Sagittarius78
Posts: 2
Joined: 19 Feb 2020, 21:13

PrestaShop - How can I delete/rename install folder

Post 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
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: PrestaShop - How can I delete/rename install folder

Post by TMSupport »

Please take some screenshots here.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Sagittarius78
Posts: 2
Joined: 19 Feb 2020, 21:13

Re: PrestaShop - How can I delete/rename install folder

Post by Sagittarius78 »

Hello,

i have taken a screenshot
Bildschirmfoto 2020-03-28 um 23.20.58.png
User avatar
SPGoetze
Posts: 1
Joined: 05 Feb 2021, 19:27

Re: PrestaShop - How can I delete/rename install folder

Post by SPGoetze »

Same here... Did you ever get a reply?
User avatar
Ventura
Posts: 1
Joined: 09 Feb 2021, 21:17

Re: PrestaShop - How can I delete/rename install folder

Post 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.
Locked