Jump to content

Alex Vojacek

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Alex Vojacek

  1. Maybe it is related to this ? http://stackoverflow.com/questions/25854207/access-denied-on-paypal-ipn-verification What do you guys think?
  2. Hello guys I did hundreads of test on the IPN issue, I filled IPN field in Paypal with: mydomain/callback/gw/paypal_payments_standard And yet when I do a IPN test on https://developer.paypal.com/webapps/developer/applications/ipn_simulator the return is this in the logs: /callback/gw/paypal_payments_standard a:38:{s:17:"residence_country";s:2:"US";s:7:"invoice";s:7:"abc1234";s:12:"address_city";s:8:"San Jose";s:10:"first_name";s:4:"Alex";s:8:"payer_id";s:13:"TESTBUYERID01";s:6:"mc_fee";s:4:"0.44";s:6:"txn_id";s:9:"949042363";s:14:"receiver_email";s:24:"seller@paypalsandbox.com";s:6:"custom";s:6:"xyz123";s:12:"payment_date";s:24:"01:35:51 21 Oct 2014 PDT";s:20:"address_country_code";s:2:"US";s:11:"address_zip";s:5:"95131";s:10:"item_name1";s:9:"something";s:11:"mc_handling";s:4:"2.06";s:12:"mc_handling1";s:4:"1.67";s:3:"tax";s:4:"2.02";s:12:"address_name";s:10:"John Smith";s:9:"last_name";s:7:"Vojacek";s:11:"receiver_id";s:24:"seller@paypalsandbox.com";s:11:"verify_sign";s:56:"AFcWxV21C7fd0v3bYYYRCpSSRl31Ad-U1dDcU1zEP0lzEX9uR9Bk66ee";s:15:"address_country";s:13:"United States";s:14:"payment_status";s:9:"Processed";s:14:"address_status";s:9:"confirmed";s:8:"business";s:24:"seller@paypalsandbox.com";s:11:"payer_email";s:23:"buyer@paypalsandbox.com";s:14:"notify_version";s:3:"2.4";s:8:"txn_type";s:4:"cart";s:8:"test_ipn";s:1:"1";s:12:"payer_status";s:8:"verified";s:11:"mc_currency";s:3:"USD";s:8:"mc_gross";s:5:"15.34";s:11:"mc_shipping";s:4:"3.02";s:12:"mc_shipping1";s:4:"1.02";s:12:"item_number1";s:7:"AK-1234";s:13:"address_state";s:2:"CA";s:9:"mc_gross1";s:5:"12.34";s:12:"payment_type";s:7:"instant";s:14:"address_street";s:15:"123, any street";} Success https://www.paypal.com/cgi-bin/webscr a:39:{s:3:"cmd";s:16:"_notify-validate";s:17:"residence_country";s:2:"US";s:7:"invoice";s:7:"abc1234";s:12:"address_city";s:8:"San Jose";s:10:"first_name";s:4:"Alex";s:8:"payer_id";s:13:"TESTBUYERID01";s:6:"mc_fee";s:4:"0.44";s:6:"txn_id";s:9:"949042363";s:14:"receiver_email";s:24:"seller@paypalsandbox.com";s:6:"custom";s:6:"xyz123";s:12:"payment_date";s:24:"01:35:51 21 Oct 2014 PDT";s:20:"address_country_code";s:2:"US";s:11:"address_zip";s:5:"95131";s:10:"item_name1";s:9:"something";s:11:"mc_handling";s:4:"2.06";s:12:"mc_handling1";s:4:"1.67";s:3:"tax";s:4:"2.02";s:12:"address_name";s:10:"John Smith";s:9:"last_name";s:7:"Vojacek";s:11:"receiver_id";s:24:"seller@paypalsandbox.com";s:11:"verify_sign";s:56:"AFcWxV21C7fd0v3bYYYRCpSSRl31Ad-U1dDcU1zEP0lzEX9uR9Bk66ee";s:15:"address_country";s:13:"United States";s:14:"payment_status";s:9:"Processed";s:14:"address_status";s:9:"confirmed";s:8:"business";s:24:"seller@paypalsandbox.com";s:11:"payer_email";s:23:"buyer@paypalsandbox.com";s:14:"notify_version";s:3:"2.4";s:8:"txn_type";s:4:"cart";s:8:"test_ipn";s:1:"1";s:12:"payer_status";s:8:"verified";s:11:"mc_currency";s:3:"USD";s:8:"mc_gross";s:5:"15.34";s:11:"mc_shipping";s:4:"3.02";s:12:"mc_shipping1";s:4:"1.02";s:12:"item_number1";s:7:"AK-1234";s:13:"address_state";s:2:"CA";s:9:"mc_gross1";s:5:"12.34";s:12:"payment_type";s:7:"instant";s:14:"address_street";s:15:"123, any street";} Success /callback/gw/paypal_payments_standard s:285:"<HTML><HEAD> <TITLE>Access Denied</TITLE> </HEAD><BODY> <H1>Access Denied</H1> You don't have permission to access "http://www.paypal.com/cgi-bin/webscr" on this server.<P> Reference #18.88b59fb1.1413880694.a74a312 </BODY> </HTML> "; Error. And my payments are done but they are not checked on blesta. I double checked nginx configuration i'm using the recomended blesta 3.0 config that was posted earlier on this forums and on the web. I'm using a standard VPS with Centos 6.5 and remi nginx pack with php 5.4 Everything else seems to be working just fine. Any ideas on what may be wrong?
  3. For future reference. You need to upgrade each plugin inside the plugin area for it to work, otherwise, errors like this can happen. After upgrading each plugin blesta works properly.
  4. I updated succesfully to Blesta 3.1 following the gui method and everything appears to be working properly, but I received an error today when trying to open up a ticket to a customer. As soons as I try to open a ticket for tech support for a customer, it jumps into an error screen that says: Oh noes!SQLSTATE[42S22]: Column not found: 1054 Unknown column 'support_departments.override_from_email' in 'field list' on line 124 in /home/web/clients/lib/model.php Printing Stack Trace: #0 /home/web/clients/lib/model.php(124): PDOStatement->execute(Array) #1 /home/web/clients/components/record/record.php(655): Model->query('SELECT `support...', Array) #2 /home/web/clients/plugins/support_manager/models/support_manager_tickets.php(853): Record->fetch() #3 /home/web/clients/plugins/support_manager/controllers/admin_tickets.php(240): SupportManagerTickets->sendEmail('21', Array) #4 /home/web/clients/lib/dispatcher.php(111): AdminTickets->add() #5 /home/web/clients/index.php(21): Dispatcher::dispatch('/admin/plugin/s...') #6 {main} Any idea what can i do?
  5. Excellent work, I concurr on the paypal thing, gives a donation link
  6. I'm dying to try this, but as i have quite a few clients already, I will have to wait till the official launch.
  7. I can hapily inform that the payments are processing perfectly now, i just received another payment today and it went without a hitch ! Definetly you need to include this fix in the upcoming patches.
  8. I can hapily inform that the payments are processing perfectly now, i just received another payment today and it went without a hitch ! Definetly you need to include this fix in the upcoming patches.
  9. Done, as soon as a client pays we will know if it works! Thanks so much Cody !
  10. I know it has the customer information but the customer is about to leave my service if I don't fix this. I remove the important bits.
  11. Does nobody has this problem? Can anyone help me?
  12. As the topic says. If I register a new service, the payment is successful, but my clients pay the bills and they are not registered. This is the log for 2checkout. /index.php/callback/gw/1/_2checkout/ a:35:{s:14:"middle_initial";s:0:"";s:3:"sid";s:7:"1936995";s:3:"key";s:32:"CD940710A6E8CBE34CE14AC010DEEB18";s:5:"state";s:1:"B";s:5:"email";s:22:"xxxxxx@hotmail.com";s:8:"submit_y";s:2:"28";s:12:"order_number";s:10:"5148010180";s:7:"cart_id";s:12:"4-1386116475";s:13:"currency_code";s:3:"USD";s:4:"lang";s:2:"en";s:8:"invoices";s:76:"YToxOntpOjA7YToyOntzOjI6ImlkIjtpOjQzO3M6NjoiYW1vdW50IjtzOjU6IjE0Ljk5Ijt9fQ==";s:10:"invoice_id";s:10:"5148010201";s:5:"total";s:5:"14.99";s:21:"credit_card_processed";s:1:"Y";s:3:"zip";s:4:"5881";s:5:"fixed";s:1:"Y";s:11:"cart_weight";s:1:"0";s:6:"submit";s:18:"Pay with 2Checkout";s:9:"last_name";s:6:"xxxxx";s:4:"city";s:5:"xxxxx";s:14:"street_address";s:11:"ruta 5 2390";s:13:"cart_order_id";s:12:"4-1386116475";s:7:"country";s:3:"ARG";s:17:"merchant_order_id";s:0:"";s:10:"ip_country";s:9:"Argentina";s:4:"demo";s:1:"N";s:9:"client_id";s:1:"4";s:8:"submit_x";s:2:"79";s:10:"pay_method";s:2:"CC";s:13:"cart_tangible";s:1:"N";s:5:"phone";s:25:"phone phone";s:15:"street_address2";s:15:"Rincon del Este";s:18:"x_receipt_link_url";s:70:"https://clients.elysiumservers.com/index.php/callback/gw/1/_2checkout/";s:16:"card_holder_name";s:15:"Nicolás Alaniz";s:10:"first_name";s:8:"Nicolás";} Status: ERROR And the payment is actually registered in 2checkout but comes with ERROR for blesta so it never get's registered. This is serious, all my clients are complaining that they don't get the receipt and that the system appears not to be working. If I make a new payment for a new service it works, it's just won't work for my clients recurring bills. HELP !!
  13. Your modification to the template work PERFECTLY. Now it is properly sent, the service created and I get the reminder that I already have an account with the "if" you provided. THANK YOU SO MUCH !
  14. I modified the template. Will let you know if this works.
  15. When I try to manually activate the service on the panel, I receive this: Oh noes!unexpected character in filters : "=" at 865 on line 233 in /home/web/clients/vendors/h2o/h2o/parser.php Printing Stack Trace: #0 /home/web/clients/vendors/h2o/h2o/parser.php(114): ArgumentLexer->parse() #1 /home/web/clients/vendors/h2o/h2o/parser.php(75): H2o_Parser::parseArguments('
  16. That tag is not present on the list of tags, still, I added and now it won't provision correctly, am I going insane?. The service is up, but the welcome email never comes ! Tags: {client.id} {client.id_code} {client.first_name} {client.last_name} {pricing.term} {pricing.period} {pricing.currency} {pricing.price} {pricing.setup_fee} {pricing.cancel_fee} {module.host} {module.port} {service.solusvm_vserver_id} {service.solusvm_console_user} {service.solusvm_console_password} {service.solusvm_hostname} {service.solusvm_main_ip_address} {service.solusvm_internal_ip} {service.solusvm_extra_ip_addresses} {service.solusvm_node} {service.solusvm_username} {service.solusvm_password} {service.solusvm_plan} {service.solusvm_root_password} {service.solusvm_template} {service.solusvm_type} {service.solusvm_virt_id} {service.solusvm_vnc_ip} {service.solusvm_vnc_port} {service.solusvm_vnc_password}​
  17. Everything is working fine with SolusVM but I am having the problem that after the client has the VPS active, the solusvm module creates the user with a blank password and the user can't enter into the solusvm panel for itself because there is no password. I'm using the service.solusvm_password tag but the welcome e-mail comes with all data except the this field which came blank. Is there anything I did wrong?
  18. Found a solution, I complete delete EVERY job listed in the SQL query provided before. now everything started working again! Alex
  19. I did everything the thread says. When I delete the top job in the SQL query, and run cron, the service is up and provisioned ok. But, as soon as i create a new service it will get stuck once again. I can run the SQL query again , delete the top job and it will provision again when cron is run, but, will get stuck again and next service creation. Alex
  20. Alex Vojacek

    Release 3.0.6

    Let's continue here. http://www.blesta.com/forums/index.php?/topic/1570-auto-provisioning-paid-pending-services-not-working/
  21. I think the Provision pending services task is not working. After a while, if I don't manually create the service, it will display this error on the Dashboard There are one or more cron tasks that have been executing for more than 60 minutes. View Automated Tasks
  22. As the title says. It was working before the update but now it wont. I have already checked the "Provision paid pending services" box. The cpanel server module is connecting appropiately with blesta and If I manually activate the service, it goes perfectly. Plus the logs reflect the succesfull account creation with cpanel module when I do it manually from blesta admin. But, if I pay a service it will not auto provision, plus the logs indicate that it never runs the provision module so, this is why it never goes active. Any ideas where to start?
  23. Alex Vojacek

    Release 3.0.6

    False alarm. Now i can manually create the service, the connection to the cpanel module works, but, it won't automatically provision it
  24. Alex Vojacek

    Release 3.0.6

    Nevermind, iptables !!! It's all working now. When I create a new service, everything works, let's see if the recurring clients can pay their accounts now.
  25. Alex Vojacek

    Release 3.0.6

    The logs/module just says "cpanel" and the date. No idea how to check for an error there. When i try to connect to cpanel it stays waiting, can't connect. The problems seems to be that blesta no longer connect to my cpanel server
×
×
  • Create New...