lcwakeman
Forum Replies Created
-
Looking at the data inserted for the event, startdate and enddate are null. Events I had enter before the problem they had valid unix timestamps as I would expect. The recurring events date picker is inserting ’10/02/2016′ where the single events date picker enters ‘Tue, Feb 16, 2016’. Your problem here is likely the setup for the date picker.
Tried it with only Events Manager activated, no joy.
Forum: Plugins
In reply to: [W3 Total Cache] No WPTC Settings pageNever mind, the cache wasn’t activated. I think that I need to re-compress the css file.
Gotta love WordPress.
The default collation on the source database is utf8mb4_unicode_ci which is not supported on my dev MySQL instance. Have to change that some day. This was set by the wp install. Why it shouldn’t use something more general like utf8_general_ci or let it go to the default which is utf8_swedish_ci.
None of the WordPress tables other that the duplicator tables are being imported.
Forum: Plugins
In reply to: [WP eCommerce] Upgrade to Version 3.8.13.3 From 3.8.6.1I have tried every last version of jQuery up to 1.11 with a fix for the browser object (which apperently WPEC uses, it’s been depreciated since jQuery 1.3) and I have compatibility issues, jQuery is throwing an exception. I disabled all plugins except WPEC and WPEC Fedex. No joy though the compatibility issue is gone, jQery 1.8.1
Forum: Plugins
In reply to: [WP eCommerce] Upgrade to Version 3.8.13.3 From 3.8.6.1The site was running jQuery 1.5.1. I upgraded it to 1.8.3 (issues with the browser object make me leary of going higher). Ther billing address checkbox is now working but the T&C box still isn’t.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECThis has been an epic upgrade, so I have keeping backups after each successful milestone, i.e. I can repeat steps if needed.
FIrst, I did make the change as documented above.
I am in the process of writing a script to add product iomages to teh media library (almost done) and then I will add the thumbnail metadata to the products.
Hope this works.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECI got the thing to finally activet, I am now having issues with the database migration.
I am getting an error on a call to wpdb->prepare, 2nd argument is missing. in \wp-content\plugins\wp-e-commerce\wpsc-admin\includes\updating-functions.php line 424. The statement form the sorce is:
$product[‘order’] = $wpdb->get_var( $wpdb->prepare( “
SELECT order FROM ” . WPSC_TABLE_PRODUCT_ORDER . “
WHERE product_id = %d
” ) , $product[‘id’] );and should be :
$product[‘order’] = $wpdb->get_var( $wpdb->prepare( “
SELECT order FROM ” . WPSC_TABLE_PRODUCT_ORDER . “
WHERE product_id = %d
” , $product[‘id’] ));Making that change, the update works correctly.
The only problem now is that the featured image is not set.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECI think the problem is just the activation code. It activates. I thought the session had to expire but apparently not as I was able to go in with another browser and things were fine and if I went back to wp-admin in the original browser, ditto.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECAnd I wnet back to the original machine and it was working there, also.
Good Luck
In the meantime I have a WP-ecommenrce 3.7.6.9 and WP 3.0.4.that stopped directing checkout to PayPal. I have to manually do the WP upgrade and the WPEC schema didn’t use the posts table for products and orders.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECI sis nothing, nada, zilch. Just went back to the wp-admin page on another computer and it was working.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECStrangeness!
I went to wp-admin ( I was going to turn on debugging to see if other errors appeared) and, Lo andn Behold! no crash. I updated the WPEC schema and all seems well with the world.
That freaks me out more than the site crashing.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECTheme 1238 By Template_Help.com Version 3
Forum: Plugins
In reply to: [WP eCommerce] WordPress 3.8.1 crash on activation of WPECUpgrading from
WordPress 3.5.1
WP e-Commerce 3.8.6.1