Creating Batches error – due to "$" in create.php

Home Forums WPLMS AddOns WPLMS Batches Creating Batches error – due to "$" in create.php

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79502
    naginenisridhar
    Spectator
    Hi Vibe, when we use all the default plugins on create course page, there is some conflict with the "$"  in the create.php from wplms_batches plugin with the jQuery loading. In create.php , the below is the original that came with the plugin, everywhere " $this "  is used starting from line  162 where $this variable is defined till line 285 . Original: http://awesomescreenshot.com/01366i48e1 Changed: We have replaced " $this " with the  " JQuerythis " code screenshots: http://awesomescreenshot.com/05c66i4a11 http://awesomescreenshot.com/0eb66i496f
    #79504
    naginenisridhar
    Spectator
    Its working after we made the change and on our site , we did not have any third party plugins, all are recommended and all wplms- plugins.
    #79716
    H.K. Latiyan
    Participant
    It seems like you have changed the global $this in some of your js customization, which is commonly used for jQuery. This issue doesn't come in our test setups or our users setup which indicate that you have done some js customization. The fix you are suggesting will not be added in our update.
    #105446
    naginenisridhar
    Spectator
    I checked and unable to identify where its changed and developer says nothing is changed. for now even with the latest updates, V2.72 and later batches plugin , i still have to modify that after every update. Any possible way to identify that where its changed?   If there is not a way for me to find then , you can close this thread as well.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Creating Batches error – due to "$" in create.php’ is closed to new replies.