robnicholson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Payment idLater.. I did a bit of diagnosing and added some temp echos to this function:
function mt_get_ticket_purchase_id( $ticket_id = false ) { if ( ! $ticket_id ) { echo 'Getting ticket_id; '; $ticket_id = mt_get_ticket_id(); } echo 'ticket_id ['; echo $ticket_id; echo ']; '; $purchase = get_post_meta( mt_get_ticket( $ticket_id )->ID, '_' . $ticket_id, true ); $purchase_id = $purchase['purchase_id']; return $purchase_id; }ticket_id is blank so mt_get_ticket_id() isn’t working as expected?
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Payment idCoincidentally, I need this functionality as well. I’ve copied receipt.php into my own theme folder and added the following:
<div class='receipt'> <p> <code>#<?php mt_receipt_id(); ?></code> </p> <p> <code>Purchase ID #<?php mt_ticket_purchase_id(); ?></code> </p> </div>But it’s not showing the purchase ID: https://i.imgur.com/jHGlJ7s.png
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Image is shown twice on mobile viewNope, adding photo to existing event also works. Ohh well, fixed now 🙂
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Image is shown twice on mobile viewNow isn’t that bizarre – working fine now on my phone. Nope, I’ve not really done anything since adding the events.
Let me try adding a graphic to another event.
Forum: Fixing WordPress
In reply to: Cannot access image edit popup using Microsoft Edge browserSame problem here since either the last WordPress update (4.9.7) or Edge update. Considering how often Microsoft make breaking changes to Edge these days, my finger is firmly pointing at Microsoft… 🙁
Same problem here – tried to upload 100 images to new gallery and it took hours as I had to keep re-uploading failed images (image uploaded but thumbnail failed) and I also had random missed images as well.
Not sure why this post is flagged as resolved??
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Confused over custom fieldsOhh hang on, light dawns – the first adds custom fields to each *ticket* and the plugin customise the check out cart.
Might not work for my client anyway 🙁 They want to use it for ticket registration for runners at a race and need to record the details of each runner. That would only work if they only buy one ticket at a time.
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Confused over custom fieldsHmm, even more confused now 🙂 I commented out the code in functions.php around meal preference but left the custom plug in. When I went through the purchase process again, the meal preference drop down appeared – even though I’d just comment it out.
Is there some lag here?
Forum: Fixing WordPress
In reply to: Checksum error updating to v4.9.1Hi Toby – comment appreciated though as it does give more backing to it being a Fasthosts problem. My client is on the Momentum package which isn’t the bottom of the range at all – SSD disks and low contention databases, allegedly. Performance should be better than it is.
Cheers, Rob.
- This reply was modified 8 years, 5 months ago by robnicholson.
Forum: Fixing WordPress
In reply to: Checksum error updating to v4.9.1An additional thought – I’d not happy at all with the responsiveness of the website on Fasthosts. It’s taking what feels like at age to move between pages, e.g. 30 seconds to switch from the list of inactive plugins to active plugins. Could something be timing out?
Did you ever get a fix for this aside from a manual update? One of my clients has reported the same problem.
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Unexpected figure in “Owed” columnHiya – haven’t forgotten about this. Just didn’t want to mess whilst the tickets sales were live. They’ve all sold now. I’ll supply some more data. Is this the best place to talk? Can’t really attach stuff here.
Could build a complete VM and grant you access with a copy of the site if that would be useful?
Forum: Fixing WordPress
In reply to: Errors while trying to update WP 4.8 and all plugins & themesErr, I don’t understand your comment t-p. I’ve got exactly the same error so why would I post another topic on the same problem??
Forum: Fixing WordPress
In reply to: Errors while trying to update WP 4.8 and all plugins & themesI’m getting the same error with v4.8.1:
Update WordPress
Downloading update from https://downloads.wordpress.org/release/en_GB/wordpress-4.8.1.zip…
Download failed.: The checksum of the file (db3941fd244e09bcc5eaf6684715ae16) does not match the expected checksum value (1ea35c589fd15b2332f43ddf171695d8).
Installation FailedInteresting, when I generate the MD5 checksum for the manually downloaded zip file, it’s getting the expected value so this sounds like the download is not working correctly.
Forum: Fixing WordPress
In reply to: Errors while trying to update WP 4.8 and all plugins & themesAll well and good suggesting a manual update *but* why is this happening? One assumes that there is a checksum stored somewhere for the download (separate to the download) but after downloading, the checksum is incorrect calculated for the zip file doesn’t match? Does somebody need to update the download system with the right checksum?
Also, what checksum algorithm is it using?