chamster
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WC Home page 404 errorI’ll look into some of those other suggestions.
But in case I can’t get WC home working, is that a problem? Can I use WooCommerce without having access to whatever is on the Home link?
Forum: Plugins
In reply to: [WooCommerce] WC Home page 404 errorI did the following:
– Updated WP and all plugins, themes.
– Disabled all plugins except WC, including all WC extensions.
– Switched to different themes: 2021, 2019, Storefront.
– Deleted and resinstalled WC.In all cases I still get the error at https://mysite.com/wp-admin/admin.php?page=mwc-admin
Any other ideas? Thanks.
No js errors in dev console.
My php error log shows this:
[29-Nov-2017 01:09:00 UTC] WordPress database error Table 'discovery.wp_woocommerce_sessions' doesn't exist for query SHOW FULL COLUMNS FROM
wp_woocommerce_sessions` made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_Session_Handler->save_data, QM_DB->query
[29-Nov-2017 01:09:04 UTC] WordPress database error Table ‘discovery.wp_woocommerce_sessions’ doesn’t exist for query SELECT session_value FROM wp_woocommerce_sessions WHERE session_key = ‘1’ made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WooCommerce->init, WC_Session_Handler->__construct, WC_Session_Handler->get_session_data, WC_Session_Handler->get_session, QM_DB->query`Forum: Fixing WordPress
In reply to: Media files not showing up in media libraryI’m not sure what to look for.
Forum: Fixing WordPress
In reply to: Media files not showing up in media libraryI just downloaded a copy onto my local machine to see if it works there. One thing that happened at the same time as the images disappearing: My menus disappeared from the site. Then when I went to Appearance > Menus, the menus are there but all the items in the menus say (Pending) after them. E.g. About Us (Pending). At the top of the page it says, “Click Save Menu to make pending menu items public.”
Seems like it may be related to the disappearing images issue, where the resources are still there but don’t show up in some places.
Forum: Fixing WordPress
In reply to: Media files not showing up in media libraryI haven’t moved WordPress, but I did do some updating. I updated some plugins and the child theme. But I don’t know if the problem existed before doing those updates.
So you’re saying download the images, then re-upload them. I think I see what you mean. Then I gather I’d have duplicates of all the images on the server?
Forum: Fixing WordPress
In reply to: Media files not showing up in media libraryI changed to 777. no luck.
Cpanel.
That’s awesome. Thanks for the quick reply. Do you happen to know exactly which lines need to get commented out? I’ve installed and activated the woocommerce breadcrumbs plugin. But the lines I see in Genesis Connect that would remove WooCommerce breadcrumbs appear to already be commented out.
I’m having the same issue. Did you ever figure it out? Thanks!
Forum: Plugins
In reply to: [Easy Testimonials] Widget doesn't show up on pages with custom templateThanks Richard. I looked at the template and realized that it had a line that selected a different database than the WP database. So I added at the end mysql_select_db(‘my_wp_database’) and the widget works. Dumb mistake on my part but maybe I’ll save someone else some time if they have the same issue. Thanks.
OK I did that. Thanks.
Yikes! I was running 3.5.3. I updated to 3.6 and sure enough, there’s the My Jetpack button. I followed that and disconnected from wordpress.com, so that I could reconnect with a different account. Now when I click the big Connect to WordPress.com button I get this:
Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.me/support/
It was connected before, so doesn’t seem like it could be a problem with web host. Also I followed Debugging Center and found that one of my plugins is supposedly incompatible (wp-spamshield). I disabled that, but still get the same error message when trying to connect.
I don’t really know how to post the screenshot but mine looks exactly like that except without the Jetpack logo and without the My Jetpack button.
Thanks Jeremy. I followed the instructions up to step 5 but I can not find “My Jetpack” anywhere. Can you tell me where it’s supposed to be? The Jetpack menu in the admin sidebar has the following links: Jetpack, Settings, Site Stats. Clicking on Jetpack just shows a listing of features that can be activated. Clicking Settings shows a similar list but with controls to manage them. Clicking Site Stats shows, well, site stats. Not My Jetpack anywhere that I can find.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Events don't show up unless logged inI may have found the issue, or *an* issue anyway. I have W3 Total Cache plugin so I went in and emptied the cache from within the plugin. Now the calendar seems to be working correctly.