Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Jehu 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.
-
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
-
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.
-
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.
-
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
-
This started to happen after I installed netjuke database.
Someone please help.
Jehu.
-
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
-
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
-
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
-
Please forgive me but I am new to Linux and I would not know where to find these file.
Thanks for your help,
Jehu.
-
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
-
Thank you very much, I did that and got it to work.
Thanks again,
Jehu.