Linux install and config problems - no login

General discussion about netjukebox
Locked
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

Linux install and config problems - no login

Post by Alan »

Hi All,
Looks great from the screenshots - but I can't get it working !!

I have unpacked the files and when browsing to the index.php - I end up on the messages.php page,

there is no sign of a login button,

All I see ais blue page, with the media, favourites, playlist and config buttons and the a-z below and nothing else

When I click on the config button (or any of the others) nothing happens

I am running
redhat linux 7.3 (e-smith sme server)
php 4.1.2-7.3.6
mysql 3.23.56


Any help would be great - as I am keen to see what this can really do.

cheers

Alan
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

After first browsing netjukebox did you get a green message box with something like below?

Code: Select all

Database netjukebox@localhost created successfully.
For security reason it is advisable to change the password.

Login netjukebox: 
* username: admin 
* password: admin
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

No Green Message Box Either

Post by Alan »

No, I didn't get any message boxes

Thanks for your help (in advance :) )
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

I find it strange that you get the message.php script without any message box in it.
All error or warning messages in netjukebox should display a message, except if you directly open message.php.
Witch web browser do you use?
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

Browser version

Post by Alan »

I am using IE6 (not sure the exact version as I am offsite at the moment)
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Internet explorer shouldn't be the problem.
viewtopic.php?t=289

Alan can you send me the url of netjukebox by mail or personal message.
Than I can check with Internet Explore httpWatch if there is send POST data to the message.php script.
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

Testing over the web

Post by Alan »

Hi,
The site is restricted to my home network at the moment - when I get home I'll open it up and send you the details.

Cheers
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

Remote debug

Post by Alan »

Personal message sent -

oh - and my browser version is 7.0.5730.11

FYI - the database is not being created
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Thanks for the url.
The POST data is send correctly to the message.php script.
I don't know why it isn't displayed; the content after the header is missing.
Maybe it has something to do with the php.ini.

The POST data speaks for it self:
menu=media
message=<strong>netjukebox requires PHP 4.3.0 or higher</strong><br>you are running PHP 4.1.2
netjukebox_version=4.04e
sign=undefined
type=error
Alan
User
Posts: 6
Joined: Thu Aug 09, 2007 11:28 pm

PHP upgrade

Post by Alan »

I'll get PHP upgraded - and post back with the results

Thanks for your help


Alan
cargilcm
User
Posts: 3
Joined: Wed Sep 05, 2018 5:04 pm

Re: Linux install and config problems - no login

Post by cargilcm »

i'm running or trying to run netjukebox at my client URL and before changing the permissions to 755 (good idea?), I was getting a similar green box with the debug info about not creating the database. The database has been created and I get to the login page, but there is no config tab for me to change the admin user. Help? thx <smiley>

Clarification: the tabs exist on the page but the style settings are such that they don't appear in my browser (chrome)
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Linux install and config problems - no login

Post by wbartels »

I have the same problem on my demo site, witch is hosted on sourceforge.net.
The strange thing is that my local version is working correctly.
Also a new local installed version is working correctly.
I will investigate what is going wrong.

PS
I have found two small bugs that I will fix:
- Google search must bet set to get instead of post
- if the GeoLite2 database is not installed the license layout (textspace) is not set correctly.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Linux install and config problems - no login

Post by wbartels »

I think it was a problem with reverse proxy from sourceforge.net.
Now the old and new version are both working correctly.

cargilcm are you running netjukebox on your own server?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Linux install and config problems - no login

Post by wbartels »

cargilcm wrote: Wed Sep 05, 2018 8:39 pm I was getting a similar green box with the debug info about not creating the database.
A assume the word not was a typo?
Locked