Failed Chunk when uploading to Joomla

immicardy
34 Posts
immicardy posted this 09 February 2021
Ask a Question

Hi there,

I have tried speaking to my hosts in regards to this and they have increased the size but it still won't let me upload.

Many thanks,

Hi there, I have tried speaking to my hosts in regards to this and they have increased the size but it still won't let me upload. Many thanks,
Vote to pay developers attention to this features or issue.
9 Replies
Order By: Standard | Newest
immicardy
34 Posts
immicardy posted this 09 February 2021

I managed to solve with host - Their was an issue with the modsecurity for the domain

I managed to solve with host - Their was an issue with the modsecurity for the domain
Support Team
Support Team posted this 10 February 2021

Hi Immi,

Nice to hear that everything is fine now, modsecurity is a common problem in such cases.
Feel free to contact us on any occasion.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Immi, Nice to hear that everything is fine now, modsecurity is a common problem in such cases. Feel free to contact us on any occasion. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Mladen
1 Posts
Mladen posted this 06 March 2022

Hello,

Where can i change this modsecurity for the domain?

Hello, Where can i change this modsecurity for the domain?
Ch3vr0n
364 Posts
Ch3vr0n posted this 06 March 2022

your hosting control panel or your host can. This is not nicepage related.

your hosting control panel or your host can. This is not nicepage related.
giuseppe.nicepage
7 Posts
giuseppe.nicepage posted this 31 January 2023

Hello,
i have the same problem:

Apache/2.4.52 (Ubuntu)
PHP Version 8.1.2-1ubuntu2.9
JOOMLA 4.2.7
NicePage 5.4.1

PHP configured for 30MB upload file

My zip is 13MB and when i import the file is correctly present in "tmp" of the site, so in my case it is not problem/limitation by PHP.
Modesecurity is disabled

I cannot import my site exported for Version 4.x

I am in search for a solution...

Many Thanks

NOTE: the servers are mine, i am the "provider" if you have configuration for PHP ore Apache, write here a solution

Giuseppe

Hello, i have the same problem: Apache/2.4.52 (Ubuntu) PHP Version 8.1.2-1ubuntu2.9 JOOMLA 4.2.7 NicePage 5.4.1 PHP configured for 30MB upload file My zip is 13MB and when i import the **file is correctly present in "tmp"** of the site, so in my case it is not problem/limitation by PHP. Modesecurity is disabled I cannot import my site exported for Version 4.x I am in search for a solution... Many Thanks NOTE: the servers are mine, i am the "provider" if you have configuration for PHP ore Apache, write here a solution Giuseppe
giuseppe.nicepage
7 Posts
giuseppe.nicepage posted this 31 January 2023

SOLVED

In my case i installed "php zip"

UBUNTU:
1) apt-get install php-zip
2) phpenmod zip
3) Restart Apache

For me now working

Good Job!

Giuseppe

**SOLVED** In my case i installed "php zip" UBUNTU: 1) apt-get install php-zip 2) phpenmod zip 3) Restart Apache For me now working Good Job! Giuseppe
dtcid.secu
1 Posts
dtcid.secu posted this 14 March 2023

Hi!

Quick disclaimer: I'm also reporting this issue at Joomla forums for getting further help. I'm hoping to get into either solving this issue through forums or expecting a different outcome from extension updates.

I still can't seem to have figured this issue out... As of today, I'm still getting both the Failed chunk and onUploadFail errors qhen I try to hit that Import data button in order to get my project updated. Installing it goes fine, as well as importing from the template editor... It's only the button at the NicePage extension that won't budge...

I am the server host and provider, and I have already changed the upload/install limits in order for the tool to process larger files. Teh files are up there in the /tmp folder alright... I have also enabled php_zip.

This issue happens in both PHP 8.2 and 7.4

Other useful info:
PHP Version 8.2
JOOMLA 4.2.8
NicePage 5.6.2

Debug info:

{"error":true,"code":0,"message":"Empty filename","trace":"#0 
    \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/views\/actions\/view.json.php(28): NicepageModelActions->importData()\n#1 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/MVC\/Controller\/BaseController.php(639): NicepageViewActions->display()\n#2 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/MVC\/Controller\/BaseController.php(672): Joomla\\CMS\\MVC\\Controller\\BaseController->display()\n#3 
    \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/controllers\/actions.php(34): Joomla\\CMS\\MVC\\Controller\\BaseController->execute()\n#4 
    \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/nicepage.php(17): NicepageControllerActions->execute()\n#5 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Dispatcher\/LegacyComponentDispatcher.php(71): require_once('\/home\/[project_name]\/...')\n#6 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Dispatcher\/LegacyComponentDispatcher.php(73): Joomla\\CMS\\Dispatcher\\LegacyComponentDispatcher::Joomla\\CMS\\Dispatcher\\{closure}()\n#7 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Component\/ComponentHelper.php(355): Joomla\\CMS\\Dispatcher\\LegacyComponentDispatcher->dispatch()\n#8 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/AdministratorApplication.php(143): Joomla\\CMS\\Component\\ComponentHelper::renderComponent()\n#9 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/AdministratorApplication.php(186): Joomla\\CMS\\Application\\AdministratorApplication->dispatch()\n#10 
    \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/CMSApplication.php(294): Joomla\\CMS\\Application\\AdministratorApplication->doExecute()\n#11 
    \/home\/[project_name]\/public_html\/joomla\/administrator\/includes\/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()\n#12 
    \/home\/[project_name]\/public_html\/joomla\/administrator\/index.php(32): require_once('\/home\/[project_name]\/...')\n#13 {main}"}

Any hints towards the soution??

Thanks in advance.

Hi! Quick disclaimer: I'm also reporting this issue at Joomla forums for getting further help. I'm hoping to get into either solving this issue through forums or expecting a different outcome from extension updates. I still can't seem to have figured this issue out... As of today, I'm still getting both the *Failed chunk* and *onUploadFail* errors qhen I try to hit that *Import data* button in order to get my project updated. Installing it goes fine, as well as importing from the template editor... It's only the button at the NicePage extension that won't budge... I am the server host and provider, and I have already changed the upload/install limits in order for the tool to process larger files. Teh files are up there in the **/tmp** folder alright... I have also enabled **php_zip**. This issue happens in both PHP 8.2 and 7.4 **Other useful info:** PHP Version 8.2 JOOMLA 4.2.8 NicePage 5.6.2 Debug info: {"error":true,"code":0,"message":"Empty filename","trace":"#0 \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/views\/actions\/view.json.php(28): NicepageModelActions->importData()\n#1 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/MVC\/Controller\/BaseController.php(639): NicepageViewActions->display()\n#2 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/MVC\/Controller\/BaseController.php(672): Joomla\\CMS\\MVC\\Controller\\BaseController->display()\n#3 \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/controllers\/actions.php(34): Joomla\\CMS\\MVC\\Controller\\BaseController->execute()\n#4 \/home\/[project_name]\/public_html\/joomla\/administrator\/components\/com_nicepage\/nicepage.php(17): NicepageControllerActions->execute()\n#5 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Dispatcher\/LegacyComponentDispatcher.php(71): require_once('\/home\/[project_name]\/...')\n#6 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Dispatcher\/LegacyComponentDispatcher.php(73): Joomla\\CMS\\Dispatcher\\LegacyComponentDispatcher::Joomla\\CMS\\Dispatcher\\{closure}()\n#7 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Component\/ComponentHelper.php(355): Joomla\\CMS\\Dispatcher\\LegacyComponentDispatcher->dispatch()\n#8 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/AdministratorApplication.php(143): Joomla\\CMS\\Component\\ComponentHelper::renderComponent()\n#9 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/AdministratorApplication.php(186): Joomla\\CMS\\Application\\AdministratorApplication->dispatch()\n#10 \/home\/[project_name]\/public_html\/joomla\/libraries\/src\/Application\/CMSApplication.php(294): Joomla\\CMS\\Application\\AdministratorApplication->doExecute()\n#11 \/home\/[project_name]\/public_html\/joomla\/administrator\/includes\/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()\n#12 \/home\/[project_name]\/public_html\/joomla\/administrator\/index.php(32): require_once('\/home\/[project_name]\/...')\n#13 {main}"} Any hints towards the soution?? Thanks in advance.
Support Team
Support Team posted this 15 March 2023

Hello Mar

Please update your private topic 398190 with your import issues in order to investigate this further with your admin.
Thank you.
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Mar Please update your private topic 398190 with your import issues in order to investigate this further with your admin. Thank you. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Frits van Leeuwen
1 Posts
Frits van Leeuwen posted this 12 August 2023

I have the same problem, but I work local. Everything is on my PC.
I use the newest XAMPP software for Windows.
And NIcePage 5.15.1

I am very curious about a solution.

best regards,
Frits van Leeuwen

I have the same problem, but I work local. Everything is on my PC. I use the newest XAMPP software for Windows. And NIcePage 5.15.1 I am very curious about a solution. best regards, Frits van Leeuwen
You must log in or register to leave comments