billerby
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Bug reportFailed to paste the screenshot here, so uploaded it here instead:
https://pasteboard.co/c2Dc9lPZi5A0.pngMaybe this could be browser related? I am on Chromium on a linux host but then I think the before padding should also fail (which its not).
Yeah noticed that in google calendar for example. Would be great with such an implementation!
Thanks!
Elaborating a bit here. Basic auth is not supported OOTB in WordPress but could be achieved with plugins. However I suppose there could be other (supported) ways to put the iCal webfeed behind an authenticated endpoint.
- This reply was modified 4 years, 1 month ago by billerby.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Problem with mixed content after importThis is really interesting (and annoying). Inspected the sql-backupfile after a successful extraction. In the wp_posts and wp_postmeta I am looking at id=17 which is the startpage where I got mixed content for an image according to the chrome inspector after import.
However in the backupfile the img-src is prefixed correctly with https. So something in the import process replaces the ssl-one with a plain http. I guess I must have something in some configuration that tells your plugin to do this replacement? Interested in how the url:s are calculated in the import routine? Could you point me in the right direction somehow?
Thanks!
/ErikForum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Form does not appearThis is interesting. Yesterday I migrated my site to a new server (same domain) and the block times gui stopped working with mixed content errors in the console. The css-files were served by http instead of https it said.
I rolled back the whole migration process yesterday, but need to do this migration soon.
however in any case is recommended to fix the theme scripts broken.
How do you recommend fixing those broken scripts?
- This reply was modified 4 years, 4 months ago by billerby.
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Delete appointmentThanks for your prompt reply, I am still using the free version so I guess this was the right place to ask after all ??
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] bug in padding timeOk, this seems like a regression bug introduced in one of your recent versions (not sure which one). It seems like padding time (at least after a time slot) is not functional at all anymore. Tried adding a new booking first one day (8.00 — 8.50) which is 50 minutes with a 10 minutes padding afterwards and all the subsequent times started 8.50, 9.50, 10.50 etc
Regards!
/ErikForum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] bug in padding timeThis really freaks me out. Trying to look into the db and compare this timeslot with another the same day without understanding how the padding time got lost. (However its not trivial to understand where the padding time is added to the other time before displaying free time slots…)
This is the json payload for the “faulty booking”:
a:19:{s:11:"final_price";s:6:"895.00";s:4:"apps";a:1:{i:0;a:11:{s:2:"id";i:1;s:9:"cancelled";s:0:"";s:12:"serviceindex";s:1:"1";s:7:"service";s:10:"Behandling";s:8:"duration";s:2:"50";s:5:"price";s:3:"895";s:4:"date";s:10:"2019-09-26";s:4:"slot";s:11:"11:00/11:50";s:8:"military";i:1;s:5:"field";s:10:"fieldname1";s:5:"quant";s:1:"1";}}s:13:"app_service_1";s:10:"Behandling";s:12:"app_status_1";s:0:"";s:14:"app_duration_1";s:2:"50";s:11:"app_price_1";s:3:"895";s:10:"app_date_1";s:10:"2019-09-26";s:10:"app_slot_1";s:11:"11:00/11:50";s:15:"app_starttime_1";s:5:"11:00";s:13:"app_endtime_1";s:5:"11:50";s:14:"app_quantity_1";s:1:"1";s:6:"formid";i:1;s:8:"referrer";s:38:"https://rostfabriken.se/onlinebokning/";s:10:"fieldname1";s:39:" - 2019-09-26 11:00-11:50 (Behandling) ";s:10:"fieldname2";s:11:"XXX XXXXX";s:5:"email";s:20:"[email protected]";s:10:"fieldname4";s:20:"Second visit";s:10:"fieldname3";s:24:"Jag accepterar villkoren";s:10:"itemnumber";s:3:"385";}
s:10:
feels like it could be the padding time here…/Erik
Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsGreat work!
I’ll try it out ??
Thanks!
BTW. Are you urlencoding the querystring? I guess that reservation field, could contain some data that when not encoded correctly messes things up for me?
/Erik
Hi!
Ok, just tested that out. Went to the General Settings and posted the following thank you page url:
https://www.myhomepage.com/thankyou?behandlingstyp=%fieldname1%&namn=%fieldname2%&email=%email%&other=%fieldname4%
Before trying to use the parameters on the thank you page (ie its still a vanilla page saying thank you) I posted a reservation request and ended up with the following error message:
“Warning: Header may not contain more than a single header, new line detected in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/appointment-hour-booking/cp-main-class.inc.php on line 1194”
Did I do wrong in my url or did I stumble upon a bug?
Thanks!
/ErikForum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Time between slotsThats great news!
Thanks!
/ErikForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] S3-upload failureThanks David for your prompt support.
/Erik
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] S3-upload failureHi,
version 1.4.6
region: “eu-west-1”I guess a change in the switch statement below will solve it? ??
Thanks!
/Erikfunction set_endpoint($obj, $region) {
switch ($region) {
case ‘EU’:
$endpoint = ‘s3-eu-west-1.amazonaws.com’;
break;
case ‘us-west-1’:
case ‘us-west-2’:
case ‘ap-southeast-1’:
case ‘ap-southeast-2’:
case ‘ap-northeast-1’:
case ‘sa-east-1’:
$endpoint = ‘s3-‘.$region.’.amazonaws.com’;
break;
default:
break;
}
if (isset($endpoint)) {
$obj->setEndpoint($endpoint);
}
}Forum: Plugins
In reply to: [WP Glideshow] [Plugin: WP Glideshow] 3.3 Not WorkingWell I noticed that the subdirectory scripts with the js-file slider.js is not present in the distribution. Adding this made my work with 3.3