Page 1 of 1
Linux install and config problems - no login
Posted: Thu Aug 09, 2007 11:37 pm
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
Posted: Fri Aug 10, 2007 12:16 am
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
No Green Message Box Either
Posted: Mon Aug 13, 2007 9:53 am
by Alan
No, I didn't get any message boxes
Thanks for your help (in advance
)
Posted: Mon Aug 13, 2007 10:23 am
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?
Browser version
Posted: Mon Aug 13, 2007 11:16 am
by Alan
I am using IE6 (not sure the exact version as I am offsite at the moment)
Posted: Mon Aug 13, 2007 11:40 am
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.
Testing over the web
Posted: Mon Aug 13, 2007 12:03 pm
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
Remote debug
Posted: Mon Aug 13, 2007 10:33 pm
by Alan
Personal message sent -
oh - and my browser version is 7.0.5730.11
FYI - the database is not being created
Posted: Mon Aug 13, 2007 10:51 pm
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
PHP upgrade
Posted: Mon Aug 13, 2007 11:15 pm
by Alan
I'll get PHP upgraded - and post back with the results
Thanks for your help
Alan
Re: Linux install and config problems - no login
Posted: Wed Sep 05, 2018 8:39 pm
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)
Re: Linux install and config problems - no login
Posted: Wed Sep 05, 2018 11:23 pm
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.
Re: Linux install and config problems - no login
Posted: Thu Sep 06, 2018 12:40 pm
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?
Re: Linux install and config problems - no login
Posted: Thu Sep 06, 2018 12:45 pm
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?