Jump to content

rowdyplace

Member
  • Posts

    91
  • Joined

  • Last visited

Everything posted by rowdyplace

  1. Thanks to all who came to my rescue!! Using the Softaculous import function, I was able to capture the site to a new server. But never able to get the lost password feature to work. Upon learning that the customer had reduced the number of products (significantly), it became easier to just cut-n-paste into a new CC6 installation on a new server and change the nameservers. Again, Thanks a million...
  2. Ok gang, that worked!! It took a while to import but using phpMyAdmin shows me the data structure as well as the contents of the CubeCart_admin_users file. But, now for round 2. I see the Admin login name (admin) but the password is encrypted... In this form, I so not see how this is usable info. Suggestions requested, please...
  3. As I employ Softaculous to install CC6 on a new server, I see their CC6 "import" feature. I know the FTP address and FTP password for the original installation. Can I import this old CC6 version to this new hosting server where I will have access to the PHPMyadmin? I am sure i will still have the original (lost) CC6 admin password, but will this allow me to follow the earlier advice in this thread for recovery?
  4. Thanks for all the good advice. It looks like I am my own "worst enemy". I can see this site but I cannot locate the hosting account I used. I have decided to just create a new CC6 site on a different hosting account and change the nameservers. Again, thanks to all!!
  5. Thanks for the input: 1. Is this a single file (admin_users table) inside CC? Where, please. Is that the real file name? (I have installed a parallel store on a separate server and cannot locate it.) 2. Will any PHP editor do the job? It appears that all I need to do is view the file contents in ASCII format.
  6. I have not touched this site since 2015. Now the customer wants to "finish" it and neither of us remember the user name/password. I have downloaded (FTP) the complete site to my local computer. What CC file contains this info? Is it encrypted?
  7. Once again, you have rescued me from the jaws of disaster... Thanks a million, my friend!!!
  8. I am running V6 - pretty much "out of the box". Each time I upgrade to the latest version, my (page 1 slide show) pictures are replaced by the Samsung phones. I can fix this via ftp, but am looking for a way to prevent this for future upgrades since I am ultimately turning this over to my customer for their maintenance.
  9. My bad... You are correct - I am talking about "Latest Products". (One should fully recover from the afternoon nap before seeking professional advice.) Thanks (again) for your timely assistance! bsmither: You, my friend, are a genious!!! That fixed me up!!! Thanks a million.
  10. Re reading my post, I did not make it clear that I want only "Golf" products being displayed as "New Products" Or, maybe a different question may be How do I select the products that are presented as "New Products"?
  11. Re: www.pvcsports.com This store has multiple product categories. I only want to display "Golf" (category) products on this front page. How do i do that?
  12. Thanks Dirty Butter- Yes. I have entered reasonable data in all of the FedEx fields, from actual live account data to a package size of 12"x4"x12" and a low weight of 1.5lbs... I have also adjusted a specific product weight to a low value. But, still getting the same blank screen and hanging there...
  13. bsmither- Adjusted weight on a couple of items to no success... Feel free to make sample product(s), etc. i can clean this up later...
  14. Corrected language to US. Corrected Alabama to AL Corrected United States to US. Still have blank screen problem - error_log attached. error_log Looking at the error_log in a formatted editor seems to tell me that the FedEx portion is talking to FedEx. But, still blank screen issue.
  15. Seemed to be effective in trapping some info: error_log: (just the latest 2 entries) (I attached the file) --------------- [11-Aug-2015 18:09:59 America/Chicago] PHP Fatal error: FedEx Error: No shipping quotes could be obtained for 35209, US in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 217 [11-Aug-2015 18:10:35 America/Chicago] PHP Fatal error: FedEx Error: No shipping quotes could be obtained for 35209, US in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 217 ---------------[11-Aug-2015 19:52:54 America/Chicago] PHP Fatal error: stdClass Object ( [HighestSeverity] => WARNING [Notifications] => stdClass Object ( [Severity] => WARNING [Source] => crs => 556 [Message] => There are no valid services available. [LocalizedMessage] => There are no valid services available. ) [TransactionDetail] => stdClass Object ( [CustomerTransactionId] => *** Rate Available Services Request v13 using PHP *** ) [Version] => stdClass Object ( [ServiceId] => crs [Major] => 13 [Intermediate] => 0 [Minor] => 0 ) ) in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 189 [11-Aug-2015 19:53:13 America/Chicago] PHP Fatal error: stdClass Object ( [HighestSeverity] => WARNING [Notifications] => stdClass Object ( [Severity] => WARNING [Source] => crs [Code] => 556 [Message] => There are no valid services available. [LocalizedMessage] => There are no valid services available. ) [TransactionDetail] => stdClass Object ( [CustomerTransactionId] => *** Rate Available Services Request v13 using PHP *** ) [Version] => stdClass Object ( [ServiceId] => crs [Major] => 13 [Intermediate] => 0 [Minor] => 0 ) ) in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 189 error_log
  16. You, sir, are priceless! Thanks for the good info.
  17. Update: Hosting provider guided me thru initializing "soap". Customer added unique FedEx account data. Now it looks like i am talking to Fed Ex but they are rejecting a request for rates...(35209 is the customer's zip code.) [11-Aug-2015 13:41:38 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 ------------ [11-Aug-2015 13:55:01 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 13:55:21 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 --------------- [11-Aug-2015 14:00:30 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 --------------- [11-Aug-2015 15:50:50 America/Chicago] PHP Fatal error: FedEx Error: Authentication Failed in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 221 ---------------Latest attempt: (Tried twice) [11-Aug-2015 18:09:59 America/Chicago] PHP Fatal error: FedEx Error: No shipping quotes could be obtained for 35209, US in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 217 [11-Aug-2015 18:10:35 America/Chicago] PHP Fatal error: FedEx Error: No shipping quotes could be obtained for 35209, US in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 217 ---------------
  18. I understand the unique account data required by the first 4 line items. But, what is the purpose of the last 6 in this list? Account Number Account Password Account Key Meter Number Packaging Weight Packaging Length (Inches) Packaging Width (Inches) Packaging Height (Inches) Handling Cost Tax Type Are they mandatory fields? My customer ships many packages each day of various size and weight. Tax is based on a per state basis...
  19. Customer chasing FedEx account data now. Hosting provider instructed me thru cPanel to enable "soap" -did so. What next coach? - Still getting blank page - see latest error_log: [11-Aug-2015 13:41:38 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 ------------ [11-Aug-2015 13:55:01 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 13:55:21 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 --------------- [11-Aug-2015 14:00:30 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 ---------------Latest entry - no soap issues, but still getting blank page. [11-Aug-2015 15:50:50 America/Chicago] PHP Fatal error: FedEx Error: Authentication Failed in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 221
  20. Thanks! I'm waiting on hosting provider for "soap" and my client for FedEx account info...
  21. Thanks!!! I will contact them right now. In the meantime, do I need to have filled in the data (account number, etc.) in the manage plugin for Fed Ex before i can further test?
  22. Thanks Dirty Butter. New error_log: ------------Only Paypal module installed: [11-Aug-2015 13:41:38 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 ------------Installed FedEx but not enabled (check mark unchecked): [11-Aug-2015 13:55:01 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 13:55:21 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 ---------------Checked the "enable" checkmark: [11-Aug-2015 14:00:30 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 Here is where i now get the hanging blank page... I have not yet entered any of the detailed Fed Ex account data...
  23. There are 2 versions of the Fed Ex module. I'm 99% sure i used the latest (FedEx-1.0.1.zip) and created the token for auto-install. Below is the error_log. One can see several attempts to access the cart. Question: Can i delete the error_lg and have the system create a fresh new one? error_log from root of CC6 server: [02-Jun-2015 00:54:08 Europe/London] PHP Warning: unlink(/home/pvcsports/public_html/setup) [<a href='http://docs.php.net/manual/en/function.unlink.php'>function.unlink.php</a>]: No such file or directory in /home/pvcsports/public_html/admin/sources/dashboard.index.inc.php on line 38 [03-Jun-2015 02:26:26 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 02:33:55 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 01:51:11 UTC] PHP Warning: Invalid Security Token in /home/pvcsports/public_html/classes/sanitize.class.php on line 113 [03-Jun-2015 02:51:28 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 02:52:17 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/classes/ajax.class.php on line 133 [03-Jun-2015 02:54:11 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [03-Jun-2015 02:58:24 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/classes/ajax.class.php on line 133 [03-Jun-2015 03:04:35 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [03-Jun-2015 03:07:32 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 15:51:42 UTC] PHP Warning: Invalid Security Token in /home/pvcsports/public_html/classes/sanitize.class.php on line 113 [03-Jun-2015 17:20:25 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 17:27:39 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 17:31:28 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 17:35:32 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [03-Jun-2015 22:48:35 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:49:44 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:50:13 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:51:32 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:53:15 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:53:16 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 22:53:17 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 23:12:21 UTC] PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '108.238.110.101' New IP Address: '108.238.110.101' Old User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36' New User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36' in /home/pvcsports/public_html/classes/session.class.php on line 650 [03-Jun-2015 23:12:21 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 23:18:58 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [03-Jun-2015 23:20:34 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [04-Jun-2015 00:00:19 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [04-Jun-2015 00:04:48 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [04-Jun-2015 00:10:36 UTC] PHP Fatal error: No valid language found! in /home/pvcsports/public_html/classes/language.class.php on line 95 [04-Jun-2015 01:05:50 UTC] PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '108.238.110.101' New IP Address: '108.238.110.101' Old User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36' New User Agent: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 OPR/29.0.1795.60' in /home/pvcsports/public_html/classes/session.class.php on line 650 [05-Jun-2015 22:46:00 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 15:34:43 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 15:34:43 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 18:53:23 Europe/London] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1596 [06-Jun-2015 19:10:53 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:14:18 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:24:34 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:25:06 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 19:31:27 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:31:50 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 19:39:16 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:39:36 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 19:42:57 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 19:43:09 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:03:18 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 20:03:31 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:07:43 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 20:08:29 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:21:19 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:21:19 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:21:37 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 371 [06-Jun-2015 20:26:58 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 23:28:57 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 23:35:35 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 23:42:55 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [06-Jun-2015 23:44:32 Europe/London] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1596 [06-Jun-2015 23:57:50 Europe/London] PHP Warning: Invalid argument supplied for foreach() in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 370 [09-Jun-2015 00:41:39 UTC] PHP Warning: Invalid Security Token in /home/pvcsports/public_html/classes/sanitize.class.php on line 113 [10-Jun-2015 03:07:44 UTC] PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '108.238.110.101' New IP Address: '108.238.110.101' Old User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36' New User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36' in /home/pvcsports/public_html/classes/session.class.php on line 650 [10-Jun-2015 13:34:22 UTC] PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '108.238.110.101' New IP Address: '108.238.110.101' Old User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36' New User Agent: 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36' in /home/pvcsports/public_html/classes/session.class.php on line 650 [09-Aug-2015 18:01:09 America/Chicago] PHP Warning: fread() [<a href='http://docs.php.net/manual/en/function.fread.php'>function.fread.php</a>]: Length parameter must be greater than 0 in /home/pvcsports/public_html/admin/sources/maintenance.index.inc.php on line 237 [10-Aug-2015 12:10:33 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 07:25:16 America/Chicago] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/pvcsports/public_html/admin/sources/products.index.inc.php on line 372 [11-Aug-2015 08:32:12 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 08:32:24 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 08:33:03 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 08:36:39 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 08:36:39 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 13:42:37 UTC] PHP Warning: Invalid Security Token in /home/pvcsports/public_html/classes/sanitize.class.php on line 113 [11-Aug-2015 08:46:34 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 08:47:07 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 08:48:32 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:12:32 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:17:14 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:30:15 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:31:29 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:38:28 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:41:38 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:46:22 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:47:10 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:47:18 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:48:29 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:53:24 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:54:03 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:54:39 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:55:04 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:55:17 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 09:55:27 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:04:43 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:06:31 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:06:40 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:36:21 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:36:55 America/Chicago] PHP Fatal error: Class 'SoapClient' not found in /home/pvcsports/public_html/modules/shipping/FedEx/shipping.class.php on line 129 [11-Aug-2015 10:38:18 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 10:46:24 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 [11-Aug-2015 10:50:42 America/Chicago] PHP Warning: Shipping not setup or allow no shipping not enabled in /home/pvcsports/public_html/classes/cubecart.class.php on line 1600 //end of my post entry//
  24. Good Morning bsmither!!! So glad to see you are here. Basic PayPal, Fed ex and UPS. In "Manage Plugins", the Status of UPS is unchecked. Now, I will go read the link. Removing the Fed Ex plugin seems to eliminate my blank page issue... But, This customer only ships via Fed Ex...(It's always sumpin!) Is there an alternative way to add a Fed Ex plugin?
  25. New installation of CC6 with latest upgrade installed. I've added Categories and Products and am now trying to test system. When I select a product, add to basket, and then try to checkout or view my basket, my system hangs on a blank screen looking for "http://pvcsports.com/index.php?_a=basket" or "http://pvcsports.com/index.php?_a=checkout". I have used more than one computer and have also used different browsers with same results. The only way out is to restart CC6. Then, I am able to see from the top cart icon that the items are in my basket but clicking on the basked (view or checkout) results in the same hanging...
×
×
  • Create New...