Tommy White
Forum Replies Created
-
Forum: Plugins
In reply to: [SmartCrawl SEO checker, analyzer & optimizer] Disable Canonical RelThat worked and was my fault. I looked at it and assumed it was “off” for adding it instead of “on” for hiding. Thank you for pointing me in the right direction as always!
WoW! I missed that. Awesome plugin and awesome clean coding / layout. I use another one you made for Reporting and knew this one would be just as nice!
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Issue Cropping PhotosThat was the issue. Thank you!
Forum: Plugins
In reply to: [WP Popular Posts] DB Table doesn’t Exsit?OK I have been going through a lot of the plugins I have installed and took out a couple I no longer use. After removing them it not works. I’m not sure which plugin was blocking the install but for me I think wordfence was it as I noticed the install was successful after disabling it.
Thanks for getting back with me!
Forum: Plugins
In reply to: [WP Popular Posts] DB Table doesn’t Exsit?I just installed the plugin at another site and the database fields were made correctly. So obviously it’s on my side. Just confused what could block it from creating the tables on install.
Forum: Plugins
In reply to: [WP Popular Posts] DB Table doesn’t Exsit?02-May-2018 02:16:03 UTC] WordPress database error Table 'my_database.cc_popularpostssummary' doesn't exist for query INSERT INTO cc_popularpostssummary (postid, pageviews, view_date, view_datetime) VALUES (1828, 1, '2018-05-02', '2018-05-02 02:16:03') ON DUPLICATE KEY UPDATE pageviews = pageviews + 1, view_datetime = '2018-05-02 02:16:03'; made by do_action('wp_ajax_update_views_ajax'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPP_Public->update_views, WPP_Public->update_views_countThis is what I get every time someone views a post. The table names appear to be popularpostssummary and popularpostsdata. I get an error for both. I deleted the plugin and reactivated it. I also disabled the calls in the theme. Still confused on this one.
- This reply was modified 8 years, 1 month ago by Tommy White.
- This reply was modified 8 years, 1 month ago by Tommy White.
Forum: Plugins
In reply to: [WP Popular Posts] DB Table doesn’t Exsit?It’s an OLD one that I’ve basically rewrote over the years to keep up with depreciated wordpress calls. I’ve heavily modified it to fit my needs. They had a call to a themes plugin folder for your plugin. I tried updating it and also disabled the call and enabled the plugin through the plugin section but I still get the same issue. I think the developer was solostream or Gavick, I’ll have to check.
I think there was a widget that displayed posts hits which is where my breaking point is. I just wasn’t sure if you still use that table or if it’s obsolete.
Forum: Plugins
In reply to: [WP-PostRatings] Not LoggingProblem resolved. Thank you good sir!
Forum: Plugins
In reply to: [WP-PostRatings] Not LoggingLester,
Thank you for getting back with me so quickly. I tried to do the above but the site would just white screen. I do however have another logging application installed and these are the two messages it gives me.
This happens when I try to clear the logs.
[26-Feb-2018 16:13:56 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1 for query DELETE FROM cc_ratings WHERE rating_postid IN () made by include('/plugins/wp-postratings/postratings-manager.php')And this happens when someone votes.
[26-Feb-2018 16:16:13 UTC] WordPress database error Column count doesn't match value count at row 1 for query INSERT INTO cc_ratings VALUES (0, 1828, 'Carrabba\\\'s Italian Grill', 5, 1519661773, '199.X.X.X', 'www.hostname.com', 'Tommy White', 1 ) made by do_action('wp_ajax_postratings'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, process_ratingsI’m sure it’s on my end. I reloaded the Plugin with a fresh copy earlier before testing to make sure.
Thanks in advance!
Thank you @lop_cz
The reason I needed this is because the one provided in the yoast plugin did not function, for what ever reason, and caused all my permalinks to change.
Someone mentioned one above they use in place of this and it works perfect for me. Maybe a bug?
FYI I tried to disable all my plugins but the make primary still wouldn’t function properly.
Forum: Plugins
In reply to: [WP Meetup] Does not work after 01/2014 updateAgree. I noticed everything was missing and when I checked I had to enter everything in again. After entering groups and setting up the plugin up it just doesn’t work.
I found a better way to resolve this since there doesn’t seem to be any support. in class-opengraph.php somewhere around line 37 is the call to insert all the facebook meta tags. I removed these calls and it works as intended now, since I have a custom function that does this, and have tried for months to reach someone at Yoast. Hope this helps someone!
Well after months of trying to get support on what causes this, it happens on every site I own, with or without other plugins installed, I just decided to disable the call to insert the graph manually from wp-seo.php at or around line 77. This disables Facebook, Twitter and Breadcrumbs I beleive. Either way it works where it wouldn’t work before.
Forum: Fixing WordPress
In reply to: Old Posts Being Made NewAnyone else have a solution? Maybe a way to disable it with a custom function? I posted this same problem 5 weeks ago and also tried contacting them directly several days ago..