after migrating: app.js:3 Uncaught TypeError: $(...).tooltip is not a function

Permalink
Hi,

After migrating a site i get the following error:
app.js:3 Uncaught TypeError: $(...).tooltip is not a function

Site: houtpunt.be

I can login, but once i click the edit button on a page in my site i get a blank screen.
Check the screenshot for the error.

Any ideas?

1 Attachment

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi grafoman,

By migrating, do you mean moving a site from localhost to live production server or updating a site from one concrete5 version to another?

If you switch your theme to the default Elemental theme, do you still experience the issue?
grafoman replied on at Permalink Reply
By migrating i mean moving the site from an existing domain to a new domain. So i guess that's transferring then :)
MrKDilkington replied on at Permalink Reply
MrKDilkington
@grafoman

If you switch your theme to the default Elemental theme, do you still experience the issue?
grafoman replied on at Permalink Reply 1 Attachment
Hey MrKDilkington, thanks for the suggestion.
When Switching to a the default theme i get another message relatable to the addon 'easyImageGallery'.

I added a screenshot.

When switching back the problem remains (uncaught reference...) with the custom theme for Houtpunt.
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
@grafoman

Just to clarify, if you switch to the default Elemental theme, do you receive the "tooltip is not a function" error?

The Easy Image Gallery add-on error I believe is related to PHP 7.
https://www.concrete5.org/marketplace/addons/easy-image-gallery/chan...
1.4.1 - Fix a PHP7 issue
grafoman replied on at Permalink Reply
ah, i found the problem. Just by changing the php version on our hosting from 7.1 to 5.6 all problems seem to be solved.

Thanks MrKDilkington for a push in the right direction!

Grafoman