Search found 872 matches

by wbartels
Sat Oct 19, 2019 10:59 am
Forum: Linux related
Topic: Internal Server Error on hosted install of ver 6.60
Replies: 9
Views: 9418

Re: Internal Server Error on hosted install of ver 6.60

I'm not sure if it is part of the problem, but in this case, there is NO LOCALHOST. The DreamHost system gives the MySQL server its own IP and each domain/sub-domain gets its own IP address. When I installed the same code into an Oracle "VirtualBox" instance, things work almost flawlessly...
by wbartels
Fri Oct 18, 2019 10:27 pm
Forum: Linux related
Topic: Internal Server Error on hosted install of ver 6.60
Replies: 9
Views: 9418

Re: Internal Server Error on hosted install of ver 6.60

Can you login as admin and try out these scripts form you netjukebox home directory? config.php is the main config menu, and the other are sub menu's except from update.php. config.php config.php?action=playerProfile config.php?action=streamProfile config.php?action=downloadProfile config.php?action...
by wbartels
Fri Oct 04, 2019 10:00 pm
Forum: General discussion
Topic: Missing User options after 6.59.4 update
Replies: 4
Views: 5876

Re: Missing User options after 6.59.4 update

I have checked all sql files where access_add was dropped: Version 53 <=> netjukebox 6.33.3 I have uploaded the latest 5 versions with "Add Privilege" to Sourceforge: https://sourceforge.net/projects/netjukebox/files/deprecated/ It can be that these versions have bug's that now are already...
by wbartels
Wed Oct 02, 2019 6:54 pm
Forum: General discussion
Topic: Missing User options after 6.59.4 update
Replies: 4
Views: 5876

Re: Missing User options after 6.59.4 update

Hello ranman448, A longer time ago I have removed the Add and Playlist Access control, they are now combined to Play Access. This was done to make the code easier for the new switch function between Play- and Stream Mode. And the new switch between Playlist en Stream (playlist). Sorry for the inconv...
by wbartels
Sun Jan 06, 2019 5:45 pm
Forum: General discussion
Topic: In Praise of simplicity
Replies: 2
Views: 5844

Re: In Praise of simplicity

Thanks very much for the compliments!
by wbartels
Sat Jan 05, 2019 1:02 pm
Forum: Windows related
Topic: problems with Install GeoLite2 database
Replies: 3
Views: 6776

Re: problems with Install GeoLite2 database

Here is a dirty workaround, I will come with a better solution later. Replace line 299 from geolite2.php $cmd = str_replace('%destination', escapeCmdArg(NJB_GEOLITE2_DIR), $cmd); With // $cmd = str_replace('%destination', escapeCmdArg(NJB_GEOLITE2_DIR), $cmd); $cmd = str_replace('%destination', esca...
by wbartels
Sat Jan 05, 2019 10:14 am
Forum: Windows related
Topic: problems with Install GeoLite2 database
Replies: 3
Views: 6776

Re: problems with Install GeoLite2 database

I can reproduce the error with Windows 10 on VirtualBox. When pasting the unzip command on the CMD prompt you see an invalid double quote! C:\Users\test>C:\bin\unzip -oj "C:\xampp\htdocs\netjukebox\temp\geolite2\GeoLite2-Country-CSV.zip" -d "C:\xampp\htdocs\netjukebox\temp\geolite2\&q...
by wbartels
Fri Jan 04, 2019 9:53 pm
Forum: Linux related
Topic: failed to open directory...
Replies: 14
Views: 26962

Re: failed to open directory...

  1. Enable $cfg['php_info'] in the config.inc.php file.
  2. Open netjukebox > Config > PHP information.
  3. See previous post.
by wbartels
Thu Jan 03, 2019 8:49 pm
Forum: General discussion
Topic: Skins
Replies: 3
Views: 6522

Re: Skins

1islandguy wrote: Wed Jan 02, 2019 5:46 pm btw awesome script
Always nice to hear!
by wbartels
Thu Jan 03, 2019 6:25 pm
Forum: Linux related
Topic: failed to open directory...
Replies: 14
Views: 26962

Re: failed to open directory...

I have read this post expecting to find the remedy to my issue. For you, I am sure it's old hat, but I seem to be missing. I'm using web services from 1 and 1 the server is Linux. My audio files are in http://subdomain.domain.net/data/music I have set the music folder to 644 and even 777 and I stil...
by wbartels
Wed Jan 02, 2019 6:58 pm
Forum: Linux related
Topic: failed to open directory...
Replies: 14
Views: 26962

Re: failed to open directory...

I have read this post expecting to find the remedy to my issue. For you, I am sure it's old hat, but I seem to be missing. I'm using web services from 1 and 1 the server is Linux. My audio files are in http://subdomain.domain.net/data/music I have set the music folder to 644 and even 777 and I stil...
by wbartels
Wed Jan 02, 2019 5:15 pm
Forum: General discussion
Topic: Skins
Replies: 3
Views: 6522

Re: Skins

Hello 1islandguy, The skin directory must at least contain these files: style.css, template_footer.php and template_header.php And the directory name is limited to the following characters: a-z, A-Z, 0-9, - and _ This means that you also get an error message with an empty directory. // +------------...
by wbartels
Wed Jan 02, 2019 10:56 am
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 5871

Re: "netjukebox requires cookies to login."

but after I've imported netjukebox_61.sql, no more errors appeard. But I am still not able to log in (admin or anonymous):
Does the user $cfg['mysqli_user'] have write access?
I would advice to update to 6.57.13 (or later) and let netjukebox create the database.
by wbartels
Sun Dec 30, 2018 12:59 pm
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 5871

Re: "netjukebox requires cookies to login."

Update: I have successfully installed and logged in with netjukebox 6.57.13 on Windows 10 with Apache/PHP 7.30 (xampp-win32-7.3.0-0-VC15-installer).
by wbartels
Sun Dec 30, 2018 11:14 am
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 5871

Re: "netjukebox requires cookies to login."

I've imported netjukebox_61.sql This is a installation bug introduced in netjukebox 6.57.12 and fixed in 6.57.13. I have done a new netjukebox 6.57.13 installation on Linux. I can't reproduce the problem, this year I have tested netjukebox on windows with Apache. Can you send me a link to your site...