EllisLab text mark
Advanced Search
     
TGL Twitter “tag cannot be processed”
Posted: 19 January 2012 01:28 PM   [ Ignore ]
Joined: 2009-04-10
79 posts

Since I couldn’t get Twitter Timeline to work, I went looking for alternatives since the client is at my neck and I need to bring their Twitter feed back to the site. TGL Twitter seemed promising, I installed it and followed the instructions to get an API key and PIN and created a test template just to see if it was going to work, and then I get the error:

Error

The following tag cannot be processed:

{exp:tgl_twitter}

Please check that the ‘tgl_twitter’ module is installed and that ‘tgl_twitter’ is an available method of the module

Here’s the code I’m using:

{exp:tgl_twitter screen_name="evergreenhosp" limit="2" create_links="urls"}
 
<div class="bucket_tweet">
  <
p>{text}</p>
  <
small>{status_relative_date}</small>
 </
div>
{/exp:tgl_twitter} 

Does anyone have any idea of what I’m doing wrong?

 
Posted: 08 February 2012 05:52 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2010-08-11
2 posts

Did you ever get this to work? I’m having the same problem and can’t find the answer. Thanks in advance

 
Posted: 08 February 2012 05:53 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2011-07-08
4 posts

I upgraded EE to 2.4 and it works.

 
Posted: 08 February 2012 05:56 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2010-08-11
2 posts

Thanks RocketDog. I’ll give that a try.

 
Posted: 26 April 2012 02:18 PM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2011-03-03
125 posts

Just leaving a note on this thread for other developers who come across this error message. The class name exists or you would not get this message, so if the function name is also spelled correctly then take a look at these two possible issues:

1) If using an older version of EE, ensure that you use PHP4 constructors for your class (ie. a function named after the class instead of __construct). This was hard-coded into EE.

2) Make sure you do not have conflicting class names, such as a Core Module file and Plugin. An overlap like this could explain why your function does not exist… (doh)

 Signature 

Chris
EpicVoyage EE Addons