Trying to update from TextLinkAds 6.x-3.3 to 6.x-3.5, I received the error message that the function textlinkads_check_update() could not be found. It was being called from line 88, from the function function textlinkads_update_1()

I also tried to uninstall then install the module, but that caused the function textlinkads_install() to complain about a missing function textlinkads_inlinks_set_max_post_id()

Something appears to be missing here.

Comments

kropotkinthinks’s picture

To update this, it looks like the textlinkads and the inlinks modules are getting mixed up. The missing functions being called by the textlinkads module are available in the inlinks module, with slightly different names.

pluginstla_chris’s picture

please give the 3.5 release as shot

kropotkinthinks’s picture

I tried 3.6 and got the same message. The problem is that in the textlinkads.install file, update_1 still calls the check_update function, and that function does not exist (called on line 88).

For the moment, I've created the textlinkads table manually, according to the schemas in the install file, and everything seems to be working fine.

pluginstla_chris’s picture

Ok i have replaced the textlinkads.install file with the correct one please try the 3.7 release my apologies the textlinkads.install file did not get updated with the previous release.

pluginstla_chris’s picture

Status: Active » Fixed
pluginstla_chris’s picture

Status: Fixed » Closed (fixed)