Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » [archived] bsl_audioscrobbler

#37 2004-09-27 14:30:12

botono9
Member
Registered: 2004-07-07
Posts: 17
Website

Re: [archived] bsl_audioscrobbler

I just tested it and it worked fine for me under rc1. I copied the base64 code out from between the single quotes and copied it into the “Install plugin:” box to install.

It seems that uploading the text file is the problem. Try copying out the base64 and installing it that way, and I’ll look into the problem with the text file this evening. Thanks for the info.


The future is… now!

Offline

#38 2004-09-30 16:45:53

gonzo409
Member
From: Ohio
Registered: 2004-06-25
Posts: 50
Website

Re: [archived] bsl_audioscrobbler

nevermind

Last edited by gonzo409 (2004-10-12 23:48:05)


Liberal. Geek.

Offline

#39 2004-10-01 19:10:49

botono9
Member
Registered: 2004-07-07
Posts: 17
Website

Re: [archived] bsl_audioscrobbler

Did you change the formatting of the tag to remove the underscores from the attribute names? My tag looks like this:

<pre><txp:bsl_audioscrobbler limit=“10” username=“botono9” form=“audioscrobbler” usecache=“1” cachepath=”./cache” feedtimeout=“2” cacheoldtime=“900” /></pre>

Also, and this is just a shot in the dark, does your PHP config require you to define variables before you use them?

Last edited by botono9 (2004-10-01 19:13:54)


The future is… now!

Offline

#40 2004-10-01 22:33:12

gonzo409
Member
From: Ohio
Registered: 2004-06-25
Posts: 50
Website

Re: [archived] bsl_audioscrobbler

Well, I recently made a half-assed attempt to install a local server on my machine, but I’m not geek enough to venture out of any hand holding tutorials, so it is possible that the variables need defined. Wouldn’t know where to start and if this was running on my web host, I most likely wouldn’t have this problem.

I tried plugging in your code (changing the cache path and username) and I still got a list of errors. Most of them stating “undefined variable,” hence what I previously said…

Last edited by gonzo409 (2004-10-01 22:33:47)


Liberal. Geek.

Offline

#41 2004-10-10 00:01:06

andrea
Member
From: la la land
Registered: 2004-02-24
Posts: 62
Website

Re: [archived] bsl_audioscrobbler

version 0.7 didn’t work for me but v0.6 did ~ perfect!

thanks so much, this is a great plugin. looking forward to using forms for formatting, but until then a simple < div > works fine for me.

Offline

#42 2004-10-14 03:19:34

botono9
Member
Registered: 2004-07-07
Posts: 17
Website

Re: [archived] bsl_audioscrobbler

In what way(s) did 0.7 not work for you? It works great for me, so I have a hard time troubleshooting problems. Can you produce any error messages?

Thanks for using it!


The future is… now!

Offline

#43 2004-11-24 16:46:46

qrayg
Member
From: USA
Registered: 2004-08-27
Posts: 81
Website

Re: [archived] bsl_audioscrobbler

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

#44 2004-11-24 16:54:24

qrayg
Member
From: USA
Registered: 2004-08-27
Posts: 81
Website

Re: [archived] bsl_audioscrobbler

Ughh!

Nevermind… I didn’t know that TXP does not activate plugins by default. My bad… sheesh.

Offline

#45 2004-12-01 21:35:33

arakune
Member
Registered: 2004-10-23
Posts: 13

Re: [archived] bsl_audioscrobbler

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

#46 2004-12-04 03:59:39

misterk
Member
From: Morris, MN
Registered: 2004-02-24
Posts: 77
Website

Re: [archived] bsl_audioscrobbler

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

#47 2004-12-04 06:57:32

kevinashworth
Member
From: Massachusetts
Registered: 2004-07-30
Posts: 26
Website

Re: [archived] bsl_audioscrobbler

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

#48 2004-12-06 21:03:25

arakune
Member
Registered: 2004-10-23
Posts: 13

Re: [archived] bsl_audioscrobbler

> 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

  1. Index
  2. » Archives
  3. » [archived] bsl_audioscrobbler

Board footer

Powered by FluxBB