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!!
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?
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.
@luke_mersh first install the module, i think you will not face any problem and if so you can increase the limit.
Thanks
I have increased it to the max which is 512mb PHP limit.
errors:
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:14090086SL 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 .
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.
@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