Closed (fixed)
Project:
Text Link Ads Integration
Version:
6.x-3.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2012 at 13:26 UTC
Updated:
10 May 2012 at 15:10 UTC
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
Comment #1
kropotkinthinks commentedTo 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.
Comment #2
pluginstla_chris commentedplease give the 3.5 release as shot
Comment #3
kropotkinthinks commentedI 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.
Comment #4
pluginstla_chris commentedOk 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.
Comment #5
pluginstla_chris commentedComment #6
pluginstla_chris commented