cdaluk
Forum Replies Created
-
Forum: Plugins
In reply to: [StageShow] No seating plan when adding a price planThanks bobocop, I ended up using WPRollback and installed stageshow 9.6 (last tagged release in svn).
I had a similar issue last time I setup a show when setting the seatingID manually such as admin users unable to add sales manually and the ticket list not printing exporting at all, which was a pain as I had to write an SQL statment for each performance to try and get the list out in a form the ticket desk could understand
Forum: Plugins
In reply to: [StageShow] No seating plan when adding a price planjust come here to say I can replicate the above with a vanilla install with only stageshow plugin active
latest wordpress and latest shageshow
Forum: Plugins
In reply to: [StageShow] Error creating barcodesHi Malcolm,
Thanks for getting back to me and I hope you had a good break!
Yes I’ve since reverted back to 5.6, I had some trouble with the stripe integration also under 7.0 however that may have been due to a missing library, after this show run is complete I’ll have a play with php 7.1 and see what happens. Happy for you to mark this as resolved in the mean time though!
Thanks once again,
Seb
Forum: Plugins
In reply to: [StageShow] Error creating barcodesSo after a bit of digging, looks like this is an incompatibility between the barcode generation code and php 7.
Currently I’ve set the ‘createImage’ method to return null, so at least tickets can be purchased. Without this, clicking ‘View Email’ returns a server 500 error and no emails get sent when tickets attempt to get bought.
I’ll see if I can knock together some replacement code until an official fix is out.
Thanks,
Seb
Forum: Plugins
In reply to: [StageShow] Having trouble getting seating plan rightThanks for your pointers Malcolm, all solved
Just for anyone who is interested I ended up using the following:
CSS to ‘insert’ text into ‘STAGE’ image:
#stageshow-boxoffice-ChurchHall-block1:before {
content: “STAGE”;
}3 separate zones:
Main block definition:
[rd5.5]1.1-1.8,[rd5.15]1.9-1.10,
[rd6.5]2.1-2.8,[rd6.15]2.9-2.10,
[rd7.4]3.1-3.9,[rd7.15]3.10-3.12,
[rd8.4]4.1-4.9,[rd8.15]4.10-4.12,
[rd9.4]5.1-5.9,[rd9.15]5.10-5.12,
[rd10.3]6.1-6.10,[rd10.15]6.11-6.13,
[rd11.3]7.1-7.10,[rd11.15]7.11-7.15,
[rd12.3]8.1-8.10,[rd12.15]8.11-8.15,
[rd13.4]9.1-9.4,[rd13.15]9.5-9.8,
[rd14.3]10.1-10.5,[rd14.15]10.6-10.10Rows legend:
[5.1]R1-11
Image definition (stage):
[i1]1.3-2.16
For those with this error I have discovered a way around the problem.
If you create your new post and click ‘Save draft’ you’ll then have access to click the ‘Protect this post and it’s decendants’ You should then get the ‘An error occurred:’ pop up. If you then dismiss the pop-up by clicking ‘OK’ and click ‘Save Draft’ again you should gain access to the list of groups and you can apply rules as normal by selecting relevant groups and publishing as normal.
Hope this helps whilst the plugin is being fixed!
S
+1 for me too ??
willing to donate $5 for a fix