Koozali.org: home of the SME Server

Netjuke

Jehu

Netjuke
« on: November 01, 2002, 02:31:04 AM »
I installed Netjuke after trying and trying. Finally I get it working to the point where
I can login.  I put my music in and I can't see it in the playlist or anywhere else.
When I check Mysql I see this error message.
Error
The additional Features for working with linked Tables have been deactivated. To find out why click.
Help.

Jehu.

Guck Puppy

Re: Netjuke
« Reply #1 on: November 01, 2002, 02:37:21 AM »
Jehu wrote:

> When I check Mysql I see this error message.
> Error
> The additional Features for working with linked Tables have
> been deactivated. To find out why click.
> Help.

Are you "checking Mysql" using phpmyadmin?

what happens when you click as it suggests?

G

Netjuke

Re: Netjuke
« Reply #2 on: November 01, 2002, 05:41:26 AM »
When I click what it suggest this is what it says.
PMA Database ... not OK[ Documentation ]
General relation features Disabled .
Hope this will help.

Jehu.

Jehu

Re: Netjuke
« Reply #3 on: November 01, 2002, 05:00:47 PM »
Here is some more info when I click Documentation.
$cfg['Servers'][$i]['pmadb'] string
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as the bookmark feature you will need to create a new db.

To use this functionality as superuser create a new database:
create a new database for phpmyadmin:
  CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT and DELETE privileges on this database. Here is a query to set up those privileges (using "phpmyadmin" as the database name, and "pma" as the controluser):
  GRANT SELECT,INSERT,DELETE ON phpmyadmin.* to 'pma'@localhost;
do not give any other user rights on this database.
enter the databasename in $cfg['Servers'][$i]['pmadb']


Please Help,

Jehu.

Guck Puppy

Re: Netjuke
« Reply #4 on: November 01, 2002, 11:54:21 PM »
This is not a netjuke problem :)

This is just in reference to some "nice to have, but not required" functionality of PhpMyAdmin. Nothing at all to do with netjuke.

You'll have to look elsewhere for reasons why netjuke isn't working...

G

Jehu

Re: Netjuke
« Reply #5 on: November 02, 2002, 12:00:25 AM »
This started to happen after I installed netjuke database.

Someone please help.

Jehu.

Guck Puppy

Re: Netjuke
« Reply #6 on: November 02, 2002, 12:09:04 AM »
Jehu wrote:
> This started to happen after I installed netjuke database.

Well, let's leave that for now...

Do you at least see the netjuke database listed in PhpMyAdmin? If so, can you see information about your music inside the netjuke database tables?

G

Jehu

Re: Netjuke
« Reply #7 on: November 02, 2002, 12:15:29 AM »
I can see the database netjuke.. but there  the word error at the bottom of the page in phpmyadmin.  All the error are the ones I listed before.
sure could use some help. I cannot see the music also when I login to netjuke with my admin username and password. I did put the music in the right directory also.

Jehu

Guck Puppy

Re: Netjuke
« Reply #8 on: November 02, 2002, 12:31:39 AM »
Make sure that all of the following variable in your phpmyadmin config.inc.php are empty :

$cfg['Servers'][$i]['pmadb']
$cfg['Servers'][$i]['bookmarktable']
$cfg['Servers'][$i]['relation']
$cfg['Servers'][$i]['table_info']
$cfg['Servers'][$i]['table_coords']
$cfg['Servers'][$i]['pdf_pages']
$cfg['Servers'][$i]['column_comments']

if they are all empty, phpmyadmin should shut up about that error and you can focus on fixing the netjuke problem.

G

jehu

Re: Netjuke
« Reply #9 on: November 02, 2002, 01:33:25 AM »
Please forgive me but I am new to Linux and I would not know where to find these file.

Thanks for your help,
Jehu.

Jesper Knudsen

Re: Netjuke
« Reply #10 on: November 04, 2002, 02:50:46 PM »
Did you start the audio finder after installation ?

if not then:
login to Netjuke as Admin

Go to the Admin tab and click "RECURSIVE AUDIO FILE FINDER". If you have placed your MP3 files in the var/music folder then simply press the "Start Scanning". Be aware that it takes a while dependant of the amount of MP3 files your have there.

/Jesper

Jehu

Re: Netjuke
« Reply #11 on: November 04, 2002, 03:53:43 PM »
Thank you very much, I did that and got it to work.
Thanks again,

Jehu.