zak | 1 Sep 2003 22:33

Wrong Version?

Netjuke Developers:

It appears to me that the netjuke rc2 still has "1.0-rc1" in it's VERSION.txt
file.  Or maybe the wrong file is in place on the mirror I used.  See below.

[root <at> load root]# wget http://unc.dl.sourceforge.net/sourceforge/netjuke/netjuke-1.0-rc2.tar.gz
--13:26:27--
http://unc.dl.sourceforge.net/sourceforge/netjuke/netjuke-1.0-rc2.tar.gz
           => `netjuke-1.0-rc2.tar.gz'
Resolving unc.dl.sourceforge.net... done.
Connecting to unc.dl.sourceforge.net[152.2.210.121]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,527,896 [application/x-gzip]

100%[====================================>] 1,527,896     36.80K/s    ETA 00:00

13:27:08 (36.80 KB/s) - `netjuke-1.0-rc2.tar.gz' saved [1527896/1527896]

[root <at> load root]# 
[root <at> load root]# tar zxf netjuke-1.0-rc2.tar.gz 
[root <at> load root]# cat netjuke/VERSION.txt 
1.0-rc1
[root <at> load root]# 

--

-- 

Zak L Brown

Audio/Systems Engineer
www.mode3.com
(Continue reading)

Steven Adeff | 2 Sep 2003 05:53
Picon
Favicon

installer no longer works

I've had this problem since the RC releases. after I fill out the install form 
I get a blank page, no prefs file is prompted to be saved, nothing is 
displayed in the browser(blank page). the netjuke mysql database is accessed 
and added to though.

-Steven

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Adrian.W | 2 Sep 2003 08:03

abolishing login

G'day, how can I abolish the login screen so that Netjuke can be publicly accessible without prior registration?
Thanks-in-advance.
Florian Maul | 3 Sep 2003 15:28
Picon
Picon

Re: content summary block

Hello Mina,

> i want to know from where can i edit the content summary block and
> how can i disable it?
If you haven't found out yourself by now, remove the html code in the
function SummaryHeader() in lib/inc-html.php.

Florian <fmaul <at> gmx.de>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Florian Maul | 3 Sep 2003 15:33
Picon
Picon

Re: Writing back tag information

Hello Al,

> Information gets read into the database, but never appears in the
> tags. Oh, I have enabled Edit Media (There's a check mark in the
> box.)
> I really want to be able to edit tags through Netjuke, but don't seem to
> be able to do it. Am I missing something?
Make sure your media files are writeable for the user your webserver
(apche/php/netjuke) runs as, that might be www or similar (I don't
know redhat). So either do a chmod -R 777 * for your media files or
change the group/user accordingly.

Florian <fmaul <at> gmx.de>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Florian Maul | 3 Sep 2003 15:54
Picon
Picon

Re: patch for organize.php in 1.0rc1 to handle '/' in path names

Hello Matt,

> Organize.php had trouble if the destination path had any '/'s. This
> patch makes it remove '/'s before trying to copy the file.
Thanks for your last two patches, they are both in CVS now.

Florian <fmaul <at> gmx.de>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Florian Maul | 3 Sep 2003 16:00
Picon
Picon

Re: abolishing login

Hello Adrian.W,

> G'day, how can I abolish the login screen so that Netjuke can be
> publicly accessible without prior registration?
Set the security mode in the system settings to one of the 0.* modes
(the help window displays the modes). For some features like e.g.
playlists you need registered users of course.

Florian <fmaul <at> gmx.de>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
adfgdafghadfg | 3 Sep 2003 16:24
Picon

error message at setup

Hi,

can anybody help me? I installed netjuke already on my PC at home -
without any problems. Now I try to install it on a server in the web
(Suse 8,1) and get this error message when I started the
<installer.php>:

Warning: Cannot execute using backquotes in safe mode in
/home/www/web3/html/installer/lib/inc-generate.php on line 158

Warning: Cannot add header information - headers already sent by (output
started at /home/www/web3/html/installer/lib/inc-generate.php:158) in
/home/www/web3/html/installer/lib/inc-generate.php on line 537

Warning: Cannot add header information - headers already sent by (output
started at /home/www/web3/html/installer/lib/inc-generate.php:158) in
/home/www/web3/html/installer/lib/inc-generate.php on line 538

I looked at this line but don't know what to do.

Thanks in advance,
Uwe

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Florian Maul | 3 Sep 2003 16:49
Picon
Picon

Re: error message at setup

Hi Uwe,

> can anybody help me? I installed netjuke already on my PC at home -
> without any problems. Now I try to install it on a server in the web
> (Suse 8,1) and get this error message when I started the
> <installer.php>:

> Warning: Cannot execute using backquotes in safe mode in
> /home/www/web3/html/installer/lib/inc-generate.php on line 158

There is a problem with the safe mode apparently. If you don't want to
disable the safe_mode in php.ini you can try to replace the line 158
with this:

$vorbiscomment = substr (exec("which vorbiscomment", 0, -1));

Please report back if that works.

Florian <fmaul <at> gmx.de>

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Blake Watters | 4 Sep 2003 08:37
Favicon

Netjuke Call for Bug Reports

All -

I'm currently in the process of updating CVS to prepare for what will 
either be the 1.0 release of Netjuke or 1.0-rc3, depending on the 
response received from this e-mail. I've seen some nebulous reports of 
issues with the installer returning blank pages for users, but have been 
unable to duplicate this behavior. I am asking for all users who have 
experienced this or can duplicate this behavior to submit a bug report 
with the information requested below. If you have any other bugs or 
flaky behavior to report, now is the time to do so. Netjuke 1.0 will 
likely be the last release for several months as we shift to the new 
Netjuke 2.0 code base. So I guess the short of it is, speak now or 
forever hold your peace!

Blake

Netjuke Bug Report
PHP Version:
Web Server:
Host Platform:
Database Type (mysql/postgres):
Description of the problem:
Web browser used when problem surfaced:
Version of the Web browser:
Release Candidate Version of Netjuke used:
Any other information you feel is pertinent:

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Gmane