If I try to add a Qtip instance (just to make it work), I got the following message:
PDOException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXX.qtip' doesn't exist: SELECT 1 FROM {qtip} WHERE machine_name = :name LIMIT 0, 1; Array ( [:name] => qtipdef ) dans qtip_machine_name_exists() (ligne 379 dans /var/www/drupal/sites/all/modules/qtip/qtip.module).
Before this, Qtip 7.x-1.5 was working n nicely.
I was trying to update to the 7.2 version, because, in 7.1.5, it was not possible to surround a tooltip with a link (the filter was removing the <a> tag)...
Anyway, I will try the dev version

Comments

dunebl’s picture

Issue summary: View changes
dunebl’s picture

I have tried the dev version (clear cache before and after), but I couldn't make it work... impossible to add a Qtip instance... the same message is appearing
For info, I have also scald installed (I saw a bug report regarding this combination)
I will go back to the 1.5 version, and when I will have more time, I will test this deeply

dunebl’s picture

regarding this in my upper comment:
I was trying to update to the 7.2 version, because, in 7.1.5, it was not possible to surround a tooltip with a link (the filter was removing the <a> tag)...
This is not true!!!
Sorry for the misinformation... the removing of the link was due to the "Internal links" module... et more specifically to the "Internal links hide bad filter" which is not compatible with links containing accentued characters

bocaj’s picture

Status: Active » Closed (works as designed)

Hi @DuneBL: The reason for this is because I haven't built in support to upgrade from 1.x to 2.x as stated on the project page. If you uninstall (not just disable) the qtip module and then reinstall it using 2.x it should be fine.

If you, or anyone else, wants to create a patch that would handle upgrading from 1.x to 2.x I would definitely welcome it!

I put up a better description on the project page and linked to this issue so that hopefully someone that has a little more time at the moment than I do can create a patch to resolve this issue.

dunebl’s picture

Hi bocaj,
I confirm that the 2.x version could be installed without problem on a fresh install.
I will test what you explained in #4:

uninstall (not just disable) the qtip module and then reinstall it using 2.x

and will let you know if this is ok.
Thanks for the tip!

Good Job’s picture

I tried to follow the instructions on removing and replacing the module. I also cleaned the cache before and after installation, but nothing to do!