Makarand G. Mane
Forum Replies Created
-
Will do.
Sorry for late reply on this. Unfortunately I didn’t received any notification for above reply.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Google Drive CDN 404 errorGoogle says they Deprecated web hosting support in Google Drive
https://gsuiteupdates.googleblog.com/2015/08/deprecating-web-hosting-support-in.html
Forum: Plugins
In reply to: [WooCommerce] Error 402 : Unable to create order. Please try again@chathuj Thanks for sharing.
Basically this error comes when database query fails to run insert new order.
Forum: Plugins
In reply to: [WooCommerce] Error 402 : Unable to create order. Please try againIf you reached here following this question then below is answer for you —>
I saw many people facing this issue but they didn’t find answer. Because there is no problem with WooCommerce. 402 is an exception thrown by WooCommerce at run time when try part fails to run. It will not show php error but php errors were logged in log file. Please monitor your log file to locate error with your WordPress. So you will get idea what trouble shooting going with you.
Forum: Plugins
In reply to: [WooCommerce] Error 402 : Unable to create order. Please try againBelow errors I got in php error log file
[Sun Mar 29 03:58:32 2015] [error] [client 124.123.238.234] WordPress database error Table ‘./example_db/ip_woocommerce_order_itemmeta’ is marked as crashed and should be repaired for query DELETE FROM itemmeta USING ip_woocommerce_order_itemmeta itemmeta INNER JOIN ip_woocommerce_order_items items WHERE itemmeta.order_item_id = items.order_item_id and items.order_id = 10600 made by do_action(‘wp_ajax_woocommerce_checkout’), call_user_func_array, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->create_order, WC_Abstract_Order->remove_order_items, referer: https://example.com/checkout/
[Sun Mar 29 03:58:32 2015] [error] [client 124.123.238.234] WordPress database error Table ‘./example_db/ip_woocommerce_order_items’ is marked as crashed and should be repaired for query DELETE FROM ip_woocommerce_order_items WHERE order_id = 10600 made by do_action(‘wp_ajax_woocommerce_checkout’), call_user_func_array, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->create_order, WC_Abstract_Order->remove_order_items, referer: https://example.com/checkout/
[Sun Mar 29 03:58:32 2015] [error] [client 124.123.238.234] WordPress database error Table ‘./example_db/ip_woocommerce_order_items’ is marked as crashed and should be repaired for query INSERT INTO ip_woocommerce_order_items (order_item_name,order_item_type,order_id) VALUES (‘product title’,’line_item’,10600) made by do_action(‘wp_ajax_woocommerce_checkout’), call_user_func_array, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->create_order, WC_Abstract_Order->add_product, wc_add_order_item, referer: https://example.com/checkout/
Hello wp.insider
Its really great thing that you launched updates in 24 hours. I am replying here very late on this thread..
But I found that you really give great support. Also I got good assistance on your support forum. Unfortunately my client moved to another affiliate system but I can recommend recent update of this plugin to everybody.
Best Luck,
Regards,
Makarand Mane
[signature link moderated]Hey Gerroald,
I have VPS with 8GB ram. I have already increased PHP memory and execution time for site for theme to work out properly. When I configured this plugin white screen problem started
I am also getting same errors….with this plugin
many time my site shows white screen… sometime it shows white screen for indefinite time.
Forum: Reviews
In reply to: [WP-Table Reloaded] Great pluginHi TobiasBg,
Thanks for this great plugin and your reply. I am using this plugin on my most of my sites. I am already switched to Tablepress.
But I cant understand why you changed name. (because old one was not bad)
I found solution in FAQ
Q : I’m not a hardcore developer, can you explain to me how this // and / stuff works and how I should specify the paths for CSS and JS files?<
Ans . You mean on the minify settings page right? Ok, it’s simple:
// tells the plugin to search for the file with the provided path from the document root, e.g.: ///JS/jquery/jquery.JS
/ tells the plugin to search for the file with the provided path from the server root, e.g. //JS/jquery/jquery.JSIn most cases providing an absolute path is sufficient and most reliable. You can of course use relative paths, but we discourage it unless you really know what you are doing.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Current menu problem…..Hi wiyono
i modified click code like this.
// highlight the current menu item jQuery('ul.menu li').each(function() { jQuery(this).removeClass('current-menu-item current_page_item'); }); jQuery('ul.menus li').each(function() { jQuery(this).removeClass('current-menu-item current_page_item'); }); jQuery(thiss).parents('li').addClass('current-menu-item');
check class of your menu (Class of UL )
inside custom-registration-link.php i modified in case switch at line 300
check this code
case 'login' : //Registration using 'register' action is now disabled! wp_redirect( site_url('/login') ); exit(); case 'register' : //Registration using 'register' action is now disabled! wp_redirect( site_url('/user/?action=register') ); exit();
Forum: Fixing WordPress
In reply to: Avatar missing!!! when i upgraded to wordpress 3.3.1@louhi For one more problem i replaced all files of word press after that turned on avatar and my avatar are shown now…. I had replaced files of wp-admin and wp-includes….try it
Great plugin
i did changes in its coding and i changed it to as i wanted….
https://www.yogeshbabar420.com
user cant go to back end wordpress log in page and register page
i am successfully redirected them to my custom pages…..
I installed this plugin…
i changed setting but it only redirecting to <site url>wp-login.php?registration=disabled
not to new link as they mentioned in desc.