Tagged: installation
- This topic has 5 replies, 5 voices, and was last updated 1 day, 13 hours ago by
robert.klain554.
-
AuthorPosts
-
July 2, 2023 at 5:12 pm #105769
Io Almagro
ParticipantI have just bought the pro and downloaded it but when I try to upload the .zip I get this message
The uploaded file exceeds the upload_max_filesize directive in php.ini.
Hoy can I fix it?
Thanks
July 9, 2023 at 3:09 pm #105818Theme Horse Support Team
KeymasterHi there,
Please follow this link to increase the upload max file size or contact your Hosting Provider.
Thank you!
August 30, 2024 at 2:52 pm #111247İrfan UZUN
ParticipantI just purchased and downloaded Pro, but if I install the .zip, will my previous news in the demo be deleted?
September 5, 2024 at 8:11 am #111291Theme Horse Support Team
KeymasterHi there,
First of all thank you for purchasing our theme.
No your news(post) won’t be deleted when you switch to any theme, but may you have to set the widgets one more time for the premium theme which will takes some min.
Thank you!
February 28, 2026 at 5:24 pm #117191hellencharless54
ParticipantHi 👋
That error message:
“The uploaded file exceeds the upload_max_filesize directive in php.ini.”
means your server’s PHP configuration is limiting the maximum file upload size, and the nopCommerce Pro package .zip is larger than that limit.
This isn’t related to the theme or plugin itself — it’s a hosting configuration issue.
🔧 How to Fix It
You need to increase these PHP values:
upload_max_filesize
post_max_size
(recommended) memory_limit
(optional) max_execution_time
✅ Option 1: Edit php.ini (If You Have Access)
Locate your php.ini file and increase the limits, for example:
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 256M
max_execution_time = 300Then restart your web server (IIS/Apache).
✅ Option 2: Edit web.config (Common in nopCommerce / IIS Hosting)
If you’re on Windows hosting with IIS, you can add this inside your web.config:
<system.web>
<httpRuntime maxRequestLength=”131072″ executionTimeout=”300″ />
</system.web><system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”134217728″ />
</requestFiltering>
</security>
</system.webServer>
✅ Option 3: Contact Hosting ProviderIf you’re on shared hosting and don’t have access to server settings, simply contact your hosting provider and ask them to increase:
upload_max_filesize to at least 128MB
post_max_size to at least 128MB
They usually fix this quickly.
💡 A Small Tip (Inspired by Letter Boxed Strategy)
Setting up nopCommerce can sometimes feel like solving a puzzle — a bit like the NYT game Letter Boxed unlimited.
In that game, you must connect all letters efficiently in the fewest moves. Similarly, when installing software:
Check server requirements first
Configure environment limits
Then upload and install
If one piece (like PHP limits) is missing, the whole chain breaks — just like an invalid word chain in Letter Boxed 😄
After increasing the limits, clear cache/restart the server and try uploading the .zip again.
If you’re not sure which hosting environment you’re using (IIS, Apache, shared hosting, etc.), let us know and we can guide you more specifically 👍
March 5, 2026 at 5:40 am #117217robert.klain554
ParticipantManaging multiple assignments, exams, and deadlines can quickly become overwhelming for students. An online exam taking service can provide structured guidance, preparation support, and timely assistance to keep you on track. With the right support, you can understand complex topics better, manage your study time effectively, and reduce academic stress. Smart academic support helps you stay focused, perform confidently in exams, and achieve your educational goals with greater ease.
-
AuthorPosts
- You must be logged in to reply to this topic.
