wPcoMuser
Forum Replies Created
-
I will try, but this is on a site I can not take down for testing easily. I can more easily test the “blank screen” issue in the other thread.
error_log shows the same hits as the WP error messages : functions.php errors at those same line items.
None of these line items are helpful, unfortunately, as functions.php at those points is just the code for these errors.
I’m now of course locked out of my site again. FTP’g in, and renaming the security plugin directory (to kill it) fixes the blank screen.
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /x/wp-includes/functions.php on line 3739
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /x/wp-includes/functions.php on line 3624Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /x/wp-includes/functions.php on line 3624Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /x/wp-includes/functions.php on line 3624The only issues I experienced were since the update, but I do not know if they started immediately after updating or not.
Yes, I had long ago whitelisted my IPs permanently, and also when I log-in and change settings I generally also temporarily whitelist my IP (although unnecessary no doubt).
I tried uninstalling and reinstalling the plugin, same issue.
I also dropped all three “itsec” tables, and then reinstalled, and same issue.
I gave up before going through the options table to remove all options there.
I had the same issue from my home and my work IP. Did not try from my phone (to give a third IP). When I get a moment I’ll reinstall, re-enable, and test that.
Well then it overwrote my whitelist of my own IP. And yes, I’m on a static.
Forum: Plugins
In reply to: [SlimStat Analytics] "No Data to Display" after latest updateI notice that the IP records format has changed. Do you happen to know a command that might convert the old format to the new? Right now I have a mix of values in those two columns.
Forum: Plugins
In reply to: [SlimStat Analytics] Since 4.1.3 udate : no new logsAgree a new thread helps with tracking each person’s resolution, but it is poor at keeping all information about a certain issue in the same location. anyway, all posted to other thread.
Forum: Plugins
In reply to: [SlimStat Analytics] "No Data to Display" after latest updateAppears to be fixed, although all IP information since the June upgrade is lost.
Created two columns in the new slim_stats table, called “ip” and one called “other_ip”, with the command as listed earlier in this thread.
Then copied all values from the old backup table (from the upgrade process) to the new one with the following command. Replace PREFIX with the prefix of the tables in question.
UPDATE PREFIX_slim_stats INNER JOIN PREFIX_slim_stats_3 ON PREFIX_slim_stats.id = PREFIX_slim_stats_3.id SET PREFIX_slim_stats.ip = PREFIX_slim_stats_3.ip, PREFIX_slim_stats.other_ip = PREFIX_slim_stats_3.other_ipForum: Plugins
In reply to: [SlimStat Analytics] "No Data to Display" after latest updateI have just realized that I have the same problem, and no data since approximately June.
I get the following error: ” 215 Unknown column ‘other_ip’ in ‘field list’ “
I have tables called
_slim_stats
_slim_stats_3
(and two empty archive tables)I tried copying the backup table (_3) to _slim_stats, but that resulted the following error:
215 Unknown column ‘content_type’ in ‘field list’Should I just create the two columns as above? If so, I guess I lose all IP values. Any way to use the backup table?
If you want this as a separate thread, happy to do so.
Forum: Plugins
In reply to: [SlimStat Analytics] Since 4.1.3 udate : no new logsPLEASE IGNORE THIS POST. I’VE POSTED IT IN THE MORE RELEVANT THREAD HERE:
https://wordpress.org/support/topic/no-data-to-display-after-latest-update?replies=9I have just realized that I have the same problem. No data since June. Error: 215 Unknown column ‘other_ip’ in ‘field list’
[snipped moved post as I cannot delete it]
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat doesn't workLooks like the site is back up and running at this point, and this topic can possibly be closed?
Forum: Plugins
In reply to: [SlimStat Analytics] tabs goneFor me, the options screen still shows tabs, and the option to turn on a column for post views is under the GENERAL (first) tab.
Not sure why they aren’t showing for you. I just upgraded to the latest version, too.
Forum: Installing WordPress
In reply to: HELP!! Error message w/update! Blog entirely down!I auto-updated and get the following when I try to access the blog:
Fatal error: Call to undefined function: wp() in …/wp/wp-blog-header.php on line 14
I also get a blank wp-admin.php page when I try to access that page.
The auto-updater appeared to stall during update. I hope it’s just a matter that I need to upload some of the 3.0.3 files.