Jump to content

flywithpascal

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by flywithpascal

  1. Hi there,

    today I started developing a theme based on Bootstrap 4. All went well so far until I came to the point where "bids" won't work.

    The error that shows up reads "No route passed" once I clicked on "add to bid".

    This is an error Log from the console:

    Quote
    
    phpvms.js:27 Uncaught TypeError: $(...).ajaxForm is not a function
        at HTMLDocument.<anonymous> (phpvms.js:27)
        at j (jquery.min.js:2)
        at Object.fireWith [as resolveWith] (jquery.min.js:2)
        at Function.ready (jquery.min.js:2)
        at HTMLDocument.I (jquery.min.js:2)
    (anonymous) @ phpvms.js:27
    j @ jquery.min.js:2
    fireWith @ jquery.min.js:2
    ready @ jquery.min.js:2
    I @ jquery.min.js:2

     

     

    also attached you find the theme I am currently working on (very basic progress): custom.zip

    Info: PHPVMS 5.5 on PHP 7.1.3

    Thanks in advance

    Pascal

×
×
  • Create New...