Andy2023 Posted March 9, 2023 Share Posted March 9, 2023 I try to upload the paypal module. Every time it says OOps the went wrong. And when I look for the cause it says the file is to large. Is that a setting in the shop or from my hoster? Link to comment Share on other sites More sharing options...
Micha_78 Posted March 20, 2023 Share Posted March 20, 2023 Hello Andy2023, i have the same problem. did you already solve it? Link to comment Share on other sites More sharing options...
razaro Posted March 20, 2023 Share Posted March 20, 2023 @Micha_78 Do not know German but I am guessing that says you have upload file limit set to 2MB. That limit you should set in your hosting panel, in PHP settings or ask hosting to do that for you. Link to comment Share on other sites More sharing options...
Andy2023 Posted March 20, 2023 Author Share Posted March 20, 2023 Yes, I solved it. Edit you .htaccess file in your website root directory. add at the end: php_value upload_max_filesize 10M php_value post_max_size 20M That solves it. No need to get your hoster to edit the php.ini . Link to comment Share on other sites More sharing options...
Micha_78 Posted March 24, 2023 Share Posted March 24, 2023 Thanks😀 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now