Git Product home page Git Product logo

Comments (8)

effgarces avatar effgarces commented on July 18, 2024

I,ve only used the repeat option once or twice in an older version, but seem to recall, that it was possible to edit/delete. I've marked as a bug, but still need to test and reproduce. If you have further info on it, error logs, etc. it would be helpfull

from app.

scmu49 avatar scmu49 commented on July 18, 2024

I have same problem, here the log
Tue Oct 11 16:57:00.539286 2022] [php7:warn] [pid 6840:tid 1780] [client 10.10.30.1:7963] PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\Booked\tpl_c\b78fcaf096b73254cead3e799494561e4c5bd2c3_0.file.pdf.tpl.php on line 167, referer: http://xxx/booked/Web/schedule.php

How to solve?

from app.

effgarces avatar effgarces commented on July 18, 2024

Thanks for the log, I will try to reproduce this on my test machine and see if I can pinpoint what is causing it

from app.

scmu49 avatar scmu49 commented on July 18, 2024

Thank you very much, i'm looking forward to your update

from app.

Andy-xy avatar Andy-xy commented on July 18, 2024

any news on this? :)

from app.

Andy-xy avatar Andy-xy commented on July 18, 2024

Found a solution:
in ...\xampp\htdocs\booked\tpl\Reservation\pdf.tpl we edited row 120:

old: {if count($RepeatWeekdays) gt 0}
new: {if (is_array($RepeatWeekdays) && count($RepeatWeekdays) gt 0)}

Now it's working for me...

from app.

Andy-xy avatar Andy-xy commented on July 18, 2024

@effgarces : same code has to be edited in \xampp\htdocs\booked\tpl\Reservation\view.tpl at row 66.

from app.

LpSolit avatar LpSolit commented on July 18, 2024

@effgarces : same code has to be edited in \xampp\htdocs\booked\tpl\Reservation\view.tpl at row 66.

Yes, I confirm that. Else you get an "unknown error" message instead of being able to edit the reservation. Trivial fix, please commit.

from app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.