Forum Replies Created
-
AuthorPosts
-
November 18, 2012 at 10:51 pm in reply to: eStore- Can I have logs of unsuccessful subscription payments? #51425Sabeeh ul HassanMember
I got this figured out on another of your posts.
November 18, 2012 at 10:25 pm in reply to: eStore- Can I have logs of unsuccessful subscription payments? #51424Sabeeh ul HassanMemberHey Admin!
Thank you for the reply. I was looking into my hosting support to find something that might resolve this problem but I had to contact their support and had this reply:
Is a particular port needed for this to work? Can you give us the server requirements so we know what to look into?
Can you please help me figuring this out.
November 16, 2012 at 7:03 pm in reply to: eStore- Can I have logs of unsuccessful subscription payments? #51422Sabeeh ul HassanMemberThat addresses my concern on this. On another note, I have just noticed that on the PayPal Email address, I received this notification where it says
Please check your server that handles PayPal Instant Payment Notification (IPN) messages. Messages sent to the following URL(s) are not being received:
[http://domain.com/wp-content/plugins/eStore/paypal.php]
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information.
Once you or your service provider fix this problem, you or your service provider can resend the failed messages from the IPN History page. If this problem continues, PayPal may disable the IPN feature for your account.
Can this have something to do with billings that didn’t occur? Please advice! And also, if this has nothing to do with the billing part, why did this error even show up.
Thank you and looking forward.
September 8, 2012 at 12:55 pm in reply to: eStore and WP-Payment Gateway Bundle installation error #49070Sabeeh ul HassanMemberI removed the specific line of code. And that worked. I wonder if that is going to end up in a problem.
Sabeeh ul HassanMemberThank you Ivy. Your link was pretty helpful and then the article associated but since the .htaccess trick didn’t work well, I researched a bit and one of the method did work. I am sharing all four here so users who face the same problem get it resolved.
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M
3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ‘128M’);
4. Talk to your host.
The memory of your server for php can be flexible and you can reach up to 1024M if your host allows so.
Cheers.
-
AuthorPosts