• Resolved mwilsonkim

    (@mwilsonkim)


    Seems to be the only plugin that had a option for having multiple ‘products’, which is what i needed (preferred not to have to write my own).

    However, lots of bugs for me in this first release.. Will list them below and describe an overview of what i did to fix them.

    Work Orders didn’t save (just kept seeing “Loading…”)
    – Fix: commented out a lot of stuff in index1.php and widget.php – basicaly commented out anything relating to akismet or recaptcha since the include files that are referenced don’t exist in the install package).

    Can’t close or delete messages:
    – Fix: class-ticketsys-admin.php is the file that sets the session parameters that the plugin uses to authenticate permissions, etc – only it never sets the permissions. Edited around line 90 to:

    if (is_user_logged_in()) {
    			if (session_id() == "")
    			{	session_start();}

    That seems to have fixed it.

    also edited contact.js to fix a lot of the posting problems and other ajax stuff to make sure it would go through and also added some basic logic spam prevention (click these boxes, etc).

    There’s a bunch of other errors i’ve come across in it (FAQs, etc), but dont’ intend to use them so haven’t bothered to look at them.

    This seems like it shouldn’t have been released yet because of the obviousness of the bugs – but regardless i’m grateful i suppose since i didn’t have to build something from scratch. Hope the developer gets to work in fixing it or something though soon for others.

    https://www.ads-software.com/plugins/b1st-ticket-system/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bunch of Bugs and Fixes’ is closed to new replies.