cancel
Showing results for 
Search instead for 
Did you mean: 

how do i set up stripe payments?

how do i set up stripe payments?

I have tried to instrall stripe payment method.

But my site is on a shared server and only has a max of 512mb, but desperately need stripe installed.

please help!!

5 REPLIES 5

Re: how do i set up stripe payments?

Hello @luke_mersh 

Have you installed it with a composer or FTP?
Don't you have SSH access?

What is the issue you are facing?

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: how do i set up stripe payments?

I purchased the module through the Marketplace.

I can obtain SSH access.

my issue is that I only have a max 512mb of php limit on the server.

also i will go back and check the other issue.

but i need to install the module with just 512mb of PHP limit.

Re: how do i set up stripe payments?

@luke_mersh first install the module, i think you will not face any problem and if so you can increase the limit.

 

Thanks

 

Re: how do i set up stripe payments?

I have increased it to the max which is 512mb PHP limit.

 

errors:

"Check Component Dependency

We found conflicting component dependencies. Hide detail

Command "require" failed:
In RemoteFilesystem.php line 559:

The "https://repo.magento.com/packages.json" file could not be downloaded:
SSL operation failed with code 1. OpenSSL Error messages:
error:14090086Smiley FrustratedSL routines:ssl3_get_server_certificate:certificate verify
failed
Failed to enable crypto
failed to open stream: operation failed


require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>...]

For additional assistance, see component dependency help .

PHP Settings Check *

Your current PHP memory limit is 512M. Magento 2 requires it to be set to 756M or more. As a user with root privileges, edit your php.ini file to increase memory_limit. (The command php --ini tells you where it is located.) After that, restart your web server and try again."

 

 

this is just for the module to be installed.

Re: how do i set up stripe payments?

@luke_mersh In the php.ini increase the memory limit and then use the below command to restart the server.

 

sudo service apache2 restart

Thanks