John O
Forum Replies Created
-
Hi,
Sorry I have been away without access to my computer. Ok, so which should I try first?
How do I implement this:
if ( $data['type'] = 'binary' ) { $data['value'] = '0x' . bin2hex($data['value']); }
Where in WP do I do that?
Thanks for all the help so far btw – I had no idea what to do!
Yes running latest version of Wordfence – version 6.0.20
That is the table as created by Wordfence – I have not made any changes to it.
Here is a screenshot of the table in question. I have dropped it temporarily into a folder o my website rather than my client’s website, as I don’t think I can upload images here:
I hope this helps.
As I said – when I manually export and import this database, I do not get the error. Only when I try to import the iThemes backup version.
Hi,
It’s this table, so here are the SQL commands – I’ve not posted all the INSERT commands, just an example one, as there are a lot of records.
Also – in the IP` binary(16) NOT NULL DEFAULT field there are actually a series of slashes and zeroes that it will not let me paste here.
DROP TABLE IF EXISTS
wp_wfThrottleLog
;CREATE TABLE
wp_wfThrottleLog
(
IP
binary(16) NOT NULL DEFAULT ”,
startTime
int(10) unsigned NOT NULL,
endTime
int(10) unsigned NOT NULL,
timesThrottled
int(10) unsigned NOT NULL,
lastReason
varchar(255) NOT NULL,
PRIMARY KEY (IP
),
KEYk2
(endTime
)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;INSERT INTO
wp_wfThrottleLog
VALUES(“ˇˇV?v?”,”1433493323″,”1435570972″,”8″,”Exceeded the maximum number of page not found errors per minute for humans.”);Thanks. The error goes away if you deactivate Wordfence, which is what I have had to do temporarily so that my client can log in to access her content.
Yes no problem. Thanks for the help. I have sent the email with the suspected files and a link to this thread as requested.
Ah! Sorry, here you go:
Screenshot of Wordfence settingsReally sorry for not understanding, but what do you mean when you say ‘use postimage’? Do you mean post the screenshot on the site and share it here? The site is down again so I can’t do that.
Hi – how do I attach a screenshot here? There doesn’t seem to be an option to upload anything.
Forum: Plugins
In reply to: [Rich Text Tags] Weird behaviour on category descriptions in WooCommerceUnfortunately not. I had to abandon this approach to the project as I couldn’t find a reliable way to have rich text content for category descriptions. Sorry.
Hi,
I deleted the plugin, upgraded WordPress and all other plugins, then reinstalled the plugin from scratch. It’s working now. Looks like the original installation must have failed.
Thanks for pointing me in the right direction, it’s a wonderful plugin, I am hoping to persuade my clients to buy the full version. ??
Forum: Plugins
In reply to: [WP Testimonial Widget] Shortcodes not workingHi Adam,
Thanks for this, I’ll give it a go. ??
John
Forum: Plugins
In reply to: [blueimp lightbox] Plugin installed and activated, but not workingHi,
Sorry for delay in replying – yes, the gallery shortcode is correct – as follows:
[gallery link="file" ids="172,171,184"]
Still doesn’t work.
Forum: Fixing WordPress
In reply to: WordPress function wp_list_pages not accepting "exclude" argumentHi – thanks for the suggestion, but when I replace ‘4,6’ with (4,6) I get:
Parse error: syntax error, unexpected ',' in (and then it indicates the line i have changed)
I also tried with (‘4,6’) but that got ignored again. ??
Thanks.
The first example didn’t work, but the pastebin snippet worked a treat. Thanks so much.