dougdavis22
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customers & Orders – move to a new WP installEasy to say, but when you’re developing for a charity with very little spare cash, even small expenses like this need to be avoided if possible. But also what you’ve said is wrong – I’d need to export tool as well to get the data out, as this one only does the import.
Forum: Plugins
In reply to: [WP Fastest Cache] Clearing cache on page/post publish/updateNot 100% sure, but the category page was the one that wasn’t updated until I manually cleared the cache.
Forum: Plugins
In reply to: [Participants Database] Unable to load next page of search resultsMy hosting provider have so far not been forthcoming with the log file, and only offer the ability to ‘enable PHP error display’ which shows some errors on the site which don’t really look any different to the WP Debug messages to me. I’ll try pressing them harder.
Forum: Plugins
In reply to: [Participants Database] Unable to load next page of search resultsThis is what I’m getting when DEBUG is enabled:
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 1267 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 1304 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 1308 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 1336 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 3456 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 3463 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/gravityforms/common.php on line 3476 Deprecated: define(): Declaration of case-insensitive constants is deprecated in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/admin-custom-login/admin-custom-login.php on line 17 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2″? in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/participants-database/participants-database.php on line 1848 Warning: session_set_save_handler(): Cannot change save handler when headers already sent in /customers/e/1/b/kcacr.org.uk/httpd.www/wp-content/plugins/participants-database/vendor/wp-session-manager/vendor/ericmann/sessionz/php/Manager.php on line 133 Read more” >Read more” >Read more” >Read more” >”/>
Is that any help?
I’ve had a total of 9 emails about backups this morning – 8 are about DB backups and only 1 is for files & database. Really need this resolved ASAP.
It’s Wednesday again and again I’m getting multiple DB backups. Really need some help with this ASAP. Thanks.
They only appear once each in the list as expected.
Doug.
Looks like I’m still getting the same problem – 3 database backups so far today, and the files backup has yet to complete. Here’s the 3 log files created so far:
https://www.dropbox.com/s/u4g736yl723zt09/log.db529b3aeb84.txt?dl=0
https://www.dropbox.com/s/us586xb3kk4r4ro/log.6a99c348f314.txt?dl=0
https://www.dropbox.com/s/wjo1gcln1nq2llp/log.eb996ec13bb0.txt?dl=0Rgds,
Doug.Here’s the 3 log files from yesterday:
https://www.dropbox.com/s/vqlgcmlau4dafvl/log.a3183b3598c6.txt?dl=0
https://www.dropbox.com/s/wtvf481k4ljouox/log.3bc48743d45e.txt?dl=0
https://www.dropbox.com/s/uubasfwluqopmpq/log.2ad0291d87a0.txt?dl=0Rgds,
Doug.Hi,
Sorry, this is still happening and only just found the time to give you some logs.
Full Backup Log from today: https://drive.google.com/open?id=0B3anJe9l7OF8TjBfZWI3OWEzVms
DB Backup Log from today (1): https://drive.google.com/open?id=0B3anJe9l7OF8c01kMHBHbFZXMXc
DB Backup Log from today (2): https://drive.google.com/open?id=0B3anJe9l7OF8cExtWm9OcW9JRWc
DB Backup Log from today (3): https://drive.google.com/open?id=0B3anJe9l7OF8ZzN3NzFpU3RUNG8
Thanks,
Doug.Forum: Plugins
In reply to: [Tabulate] WordPress 4.6 Issue with pagination buttonsFatal error: Class ‘WordPress\Tabulate\Controllers\Controller’ not found in /home/cccbr/public_html/wp-content/plugins/tabulate/src/Menus.php on line 136
Forum: Plugins
In reply to: [Tabulate] WordPress 4.6 Issue with pagination buttonsI’m getting the same error on my site. Check this URL:
https://cccbr.org.uk/services/library/bellringers-obituaries-index/
Forum: Plugins
In reply to: [Participants Database] Column width for single row on signup pageThe only niggle I’ve found with what I managed to get working above, is that the default text doesn’t get saved into the record of the person who’s signing up. Any way to make this work?
Thanks,
Doug.Forum: Plugins
In reply to: [Participants Database] Column width for single row on signup pageOK, I found a way to do this but I had to fiddle!
I create 2 fields – a text area field and a multi-select checkbox. The problem arose when I wanted to pre-populate the text area field with the data protection notice – it kept throwing up an error when saving. I guessed it was because the amount of text was too much for the field, so I change the default field in the database to be of type TEXT instead of TINYTEXT and this solved the issue.
This has achieved what I wanted it to, but obviously it’s not graceful and not ideal having to fiddle with the DB.
If there’s a better way to do this I’d be much happier!
Cheers,
Doug.