

inswank
Members-
Content count
5 -
Joined
-
Last visited
Profile Information
-
Real Name
User Name
-
New UPS XML Shipping Module available
inswank replied to torinwalker's topic in General Add-Ons Support
I was able to get the errors e-mailed to me. It says... Error from cURL: Error [7]: Failed to connect to 96.6.49.243: Permission denied The IP seems to be UPS's. I have the access key, user name and password all entered correctly in the admin. What else could it be? Thanks Steve. -
New UPS XML Shipping Module available
inswank replied to torinwalker's topic in General Add-Ons Support
In my PHP configuration, I have the display_errors turned on. However, I don't see any errors. Just those warning messages. When testing the UPSXML module at checkout, it goes blank; or if I change line 115 to : $this->use_exec = '1', then it gives me this error... This is currently the only shipping method available to use on this order. United Parcel Service : If you prefer to use UPS as your shipping method, please contact the store owner via e-mail. -
New UPS XML Shipping Module available
inswank replied to torinwalker's topic in General Add-Ons Support
Thanks Stevel. I was able to enable the error messages, and there seems to be quite a bit. All errors are occuring in /html/admin/includes/classes/xml.php . These are the errors I'm receiving. Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_parser_set_option(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 63 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 64 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_element_handler(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 65 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_set_character_data_handler(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 66 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_parser_free(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 68 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_parse(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /html/admin/includes/classes/xml.php on line 73 Any suggestions or advice? Thanks. -
New UPS XML Shipping Module available
inswank replied to torinwalker's topic in General Add-Ons Support
I just installed the UPS XML Shipping Module to my site. Everything seemed to install correctly. I was able to enter the admin, install the new module, and select all the appropriate bubbles (filled in access keys, user names, passwords, etc). However, at check-out, the page goes blank (on checkout_shipping.php). Can someone assist me with this? Thanks in advance. -
I am having the same exact problem. My store was working perfectly fine, and all of a sudden, I started receiving the UPS error. Can someone please advise? I have tried uninstalling the module, re-installing the module, however the problem still exists. Please help!