Menu

#1190 Go to button disappeared on upgrade

open
nobody
None
1
2017-03-14
2017-03-14
No

Go to button is no longer showing.

JavaScript errors here:

1 Attachments

Discussion

  • Campbell Morrison

    I assume you mean upgrade to 1.6.1?

    Maybe not all of the JavaScript files were loaded correctly. If you look in the Network tab of Developer tools are you getting any 404 Not Found errors?

     
  • Hedgehogs From Pluto

    All the JavaScript files load correctly. I'm still looking into the reason. I'll get back to you :)

     
  • Hedgehogs From Pluto

    I deem 1.6.1 as being unstable. Might have to go back to 1.4.9. Database upgrade worked (according to MRBS upgrade), namespace broke in function_exists, but I've manually added that patch. 'Go to' still missing, and customer telling me that they can no longer book a series.

    So many things broken it seems, and really unclear knowing how to debug all this.

     
  • Campbell Morrison

    Well, it's a lot more stable than 1.4.9. There are only two or three known issues with 1.6.1 and the 'Go to' and series problems are not among them.

    If you've made custom changes to 1.6.1, then I think the best thing to do is to install a vanilla 1.6.1 and see if you still get the problems. If you do, then we need to fix them (it may be something about your environment that we haven't met before). If you don't, then the problems are probably caused by your changes.

     
    • Hedgehogs From Pluto

      Thanks Cameron.

      I'll try a vanilla install. I only made the changes to the theme, and the
      function_exists() namespace patch. However I'll do a diff between a vanilla
      to double-check.

      If not, I'll have to investigate some more.

       

      Last edit: Campbell Morrison 2017-03-14
  • Hedgehogs From Pluto

    It looks like more namespace issues. I kept my config file from 1.4.9. The only difference (aside from comments) was that the 1.4.9 version didn't specify a namespace. Unfortunately when I do specify the namespace (as per the 1.6.1 config file), the system dies again.

    I'm guessing more problems with function_exists() calls? Is that possible?

     
  • Hedgehogs From Pluto

    Thanks Campbell. You're a genius in my eyes! :-)

    Keep up the great work. You are very good at directing people to a solution.

    Best wishes

     
  • Hedgehogs From Pluto

    p.s. the problem was that I included a newer jQuery in my header.inc!