hero12
Forum Replies Created
-
no problem, so I will test it on the next versions. Thank you for now.
plugin updated but another:
Deadlock found when trying to get lock; try restarting transaction on query DELETE FROM wp_options WHERE option_name = '_transient_wpsso_h_8252917ac00655b398d78927d7facedahonestly, apart from that…
I had to uninstall it because was impossible to save options and also it took a long time to deactivate the plugin and in the meanwhile it causes high load on the server.
In all sincerity, this plugin at the moment is too heavy compared to what I need, that is just open graphs meta, mainly. That’s it, anyway…best regards and thank you
- This reply was modified 8 years, 6 months ago by hero12.
something like this, for the query…
query UPDATE wp_options SET option_value = 'a:12319:{s:127:\"locale:it_IT_url:https://mydomain.com/blog/comment-subscriptions/?srp=247151&srk=3fa5aa85148dc704686e75989a3af542&sra=s&srsrc=f\";a:39:{i:0;a:7:{i:0;s:75:\"<!-- generator:1 --><meta name=\"generator\" content=\"WPSSO Core 3.48.0/G\"/>\n\";i:1;s:4:\"meta\";i:2;s:4:\"name\";i:3;s:9:\"generator\";i:4;s:7:\"content\";i:5;s:19:\"WPSSO Core 3.48.0/G\";i:6;s:11:\"generator:1\";}i:1;a:7:{i:0;s:0:\"\";i:1;s:4:\"link\";i:2;s:3:\"rel\";i:3;s:9:\"shortlink\";i:4;s:4:\"href\";i:5;s:0:\"\";i:6;s:0:\"\";}i:2;a:7:{i:0;s:69:\"<!-- fb:admins:1 --><meta property=\"fb:admins\" content=\"myname.it\"/>\n\";i:1;s:4:\"meta\";i:2;s:8:\"property\";i:3;s:9:\"fb:admins\";i:4;s:7:\"content\";i:5;s:9:\"myname.it\";i:6;s:11:\"fb:admins:1\";}i:3;a:7:{i:0;s:56:\"<meta property=\"fb:app_id\" content=\"1620023941618248\"/>\n\";i:1;s:4:\"meta\";i:2;s:8:\"property\";i:3;s:9:\"fb:app_id\";i:4;s:7:\"content\";i:5;s:16:\"1620023941618248\";i:6;s:0:\"\";}i:4;a:7:{i:0;s:162:\"<meta property=\"og:url\" content=\"https://mydomain.com/blog/comment-subscriptions/?srp=247151&srk=3fa5aa85148dc704686e75989a3af542&sra=s&srsrc=f\"/>\n\";i:1;s:4:\"meta\";i:2;s:8:\"property\";i:3;s:6:\"og:url\";i:4;s:7:\"content\";i:5;s:125:\"https://mydomain.com/blog/comment-subscriptions/?srp=247151&srk=3fa5aa85148dc704686e75989a3af542&sra=s&srsrc=f\"...and so on and so on… 350 MB…
made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/sparkling/page.php'), get_header, locate_template, load_template, require_once('/themes/sparkling/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WpssoHead->show_head, WpssoHead->get_head_html, WpssoHead->get_head_array, SucomUtil::update_transient_array, set_transient, wp_cache_set, W3TC\ObjectCache_WpObjectCache->set... ...could be a conflict with Subscribe To Comments Reloaded plugin and/or W3TC ? OR could be BEFORE?
Thanks- This reply was modified 8 years, 6 months ago by hero12.
Forum: Fixing WordPress
In reply to: Error log entries “return flattened”Hello, I noticed the same in the log…
so, is it wordpress related?
thanksok, I had to delete the plugin and reinstall…
then, enable and it creates the
wp_subscribe_reloaded_subscribers
for now…I will let you know if any issue
thanksstill the same issue here, even with version 170607
if you enable the plugin, it doesn’t create
wp_subscribe_reloaded wp_subscribe_reloaded_subscribersyes, they contain…
<author>… or <dc:creator>
already writtenthanks
Hello,
in your example there is the link…
then, is this the exact code?
####post_link####?how to… for author full name?
thanksForum: Plugins
In reply to: [W3 Total Cache] Unusual really slow queries…ops, understood…they are queries from an updated theme…
already contacted the theme dev about this.
Sorry for the post, thanks
Forum: Plugins
In reply to: [Max Mega Menu] Menu string where it shouldn’t be…I had to hide it from my theme custom CSS
like
li#mega-menu-item-nav_menu-2.mega-menu-item.mega-menu-item-type-widget.widget_nav_menu.mega-menu-columns-8-of-8.mega-menu-item-nav_menu-2 { display: none !important; }obviously is not the right way,
please let me know why that’s generated.
thank youok, that was the problem…nevermind
maybe found, but I’m not sure about…
I have a plugin which disables the iframe tag… maybe this is the issue and I changed the line 899 to
$post['post_excerpt'] = $post['post_content'] = '<p>[embed width="648" height="365"]http://www.youtube.com/watch?v=' . $id . '[/embed]</p>'I did it the last time but forgot…
now I see if it works and let you know
if this may help…
I can see
cyberseo_post_linkwith the youtube video link set
on Custom Fields inside the post edit page…so, what’s wrong?
thanksForum: Plugins
In reply to: [Max Mega Menu] Categories showing on one column only…If I choose flyout menu instead of mega menu, that is not shown…
Forum: Plugins
In reply to: [Max Mega Menu] Categories showing on one column only…the menu now is
Categories --cat 1 --cat 2 --cat 3 ... and so onit works good except for that “nav_menu-2” which appears in the upper…under Categories…