Common Error solution during prestashop 1.7 installation

cpujjwal

Member
XNullUser
Joined
Feb 3, 2022
Messages
31
Reaction score
3
Points
8
NullCash
8
Error 1
-------------------------------------
Admin Panel First Time Login Error
Error Msg
For security reasons, you cannot connect to the back office until you have:

deleted the /install folder
-------------------------------------------------
Solution

C:\xampp\htdocs\prestashop\
Delete Install Folder
``````````````````````````````````````````````````````````````````````
Error 2
During Theme Installation Error is showing

The uploaded file is too large.

---------------------------------------------
Solution
Goto php.ini file and search
upload_max_filesize
post_max_size=100M
change value
 
Top