You are not logged in.
I can’t seem to get 0.7 to work at all. It does not throw any errors… it just does not spit out anything. I have the form created with the correct code.
I have the tag inside of a UL tag but when I view the page all I get is an empty UL tag.
I thought maybe it was the cache path so I created my cache dir in multiple places and CHMod 777 on all. I don’t understand what is wrong.
Offline
I just tried installing 0.7, and get the following error when I activate it:
Fatal error: Call to undefined function: curl_init() in /u2/afs/home/arakune/web_tree/pretty.cp/textpattern/publish.php(767) : eval()‘d code on line 513
I’m calling it with the following tag:
txp:bsl_audioscrobbler limit=“10” username=“arakune” form=“audioscrobbler” usecache=“1” cachepath=”./cache” feedtimeout=“2” cacheoldtime=“900”
and am using the sample “audioscrobbler” form provided above.
Offline
I can’t get version seven to work, but if I use version 6 it works fine… Anyone have any ideas as to why this would happen? I’m using the example of the audioscrobbler form above, and I remember that it worked at one point in time. The plugin tag looks like the one above.
Offline
If it helps, here’s mine:
<pre><txp:bsl_audioscrobbler username=“kevinashworth”
limit=“4” form=“audioscrobbler” usecache=“1” cachepath=”./as_cache”
notworkingmessage=“This feature is having technical difficulties; please stand by.” /></pre>
The audioscrobbler form is thus:
<pre><span class=“songauthor”><txp:author /></span>:
<txp:permlink><span class=“songtitle”><txp:title /></span></txp:permlink><br /></pre>
Last edited by kevinashworth (2004-12-04 07:00:02)
Offline
> kevinashworth wrote:
> If it helps, here’s mine:
<pre><txp:bsl_audioscrobbler username=“kevinashworth”
limit=“4” form=“audioscrobbler” usecache=“1” cachepath=”./as_cache”
notworkingmessage=“This feature is having technical difficulties; please stand by.” /></pre>
The audioscrobbler form is thus:
<pre><span class=“songauthor”><txp:author /></span>:
<txp:permlink><span class=“songtitle”><txp:title /></span></txp:permlink><br /></pre>
Using your txp:bsl_audioscrobbler tag & form, I still get the same error:
Fatal error: Call to undefined function: curl_init() in /u2/afs/home/arakune/web_tree/blog.cp/textpattern/publish.php(767) : eval()‘d code on line 946
Offline
This continues to work for me as I described it previously. A couple of possibilities, hopefully not too obvious.
1. Don’t use username=“kevinashworth”, but your own Audioscrobbler username.
2. Make sure the cachepath directory has proper write permissions (I don’t know what “proper” is, but try 777, at least as a test), and the directory has already been created.
If these things don’t help, I’m at a loss.
By the by, I’ve never seen the notworkingmessage appear, but I have seen blank information. Don’t know what that means.
Offline