Thanks, I use PHPMyAdmin myself so I hadn't noticed Updating Adminer to latest version fixed the problem.Bug Report:
Selecting Database Management
Created:
Warning: Declaration of Min_DB::connect($O, $V, $G) should be compatible with mysqli::connect($host = NULL, $user = NULL, $password = NULL, $database = NULL, $port = NULL, $socket = NULL) in C:\Program Files (x86)\ED ToolBox\EDTB\admin\adminer.php on line 204
EDIT ADDED:
From EDTB Errors is a recuring:
12.02.2016 15:15:16 action\updateAPIdata.php 71 Error: no output from API, see http://edtb.xyz/?q=common-issues#api_info for help
and not as regular:
source\curSys.php 186 {"msgnum":402,"msg":"An entry for the same system already exists just before the visited date."}
While a good idea, it's not exactly a simple task with how EDTB is built. I'll think about it though, maybe I can come up with a reasonable solution.Formal Request: High Priority (first one of THESE for me)Create a security login that allows edit menu and personal data BUT can share the general data remotely with other users (or if not a localhost secure things won't able to be seen). I would love to be able to make my travels public. But not things like my API and login. The public version would have to be a option of course and may have firewall issues.
I can, of course, let people see it now, but they can see my private data too.
Perhaps a "Just my logs are public" option as well with option to make non-public logs so they can't see trading comments?
While a good idea, it's not exactly a simple task with how EDTB is built. I'll think about it though, maybe I can come up with a reasonable solution.
EDIT: the "An entry for the same system already exists just before the visited date" is a message from EDSM. Are you using other programs simultaneously that also update your logs to EDSM?
Did you download after I made a fix at about 3 PM GMT? If so, seeing the httpd.conf file would help debugging.Tried to update to 1.1.2 but "Err_connection_refused". same problem with update and clean install. I tried both download links, no difference
Downgrading to 1.1.1 works fine.
C:\Program Files (x86)\ED ToolBox\bin\apache\bin>httpd.exe
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/Program Files (x86)/ED ToolBox/bin/apache/conf/httpd.conf:61(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted.
AH00072: make_sock: could not bind to address 0.0.0.0:443
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs
Hmm.. Do you see any fatal error messages in the Apache error log or the windows event viewer?all firewalls turned completely off, no luck
Hmm.. Can't reproduce this error. Anyone else having this issue? Can you PM me your httpd.conf from bin/apache/conf.
v.1.1.2
- Added ability to minimize the left panel
- User's local IP address range is now automatically
added to httpd.conf to allow connections
- Marvin's rants are now in text files in Marvin/Rants
and can be customized to suit any allegiance or
preferred power
- Added a third log type (personal log) and the ability
to pin logs to to the top of the list, as well as the
option to give titles to log entries
- Added option to record audio logs using a microphone
Most likely some other program is using the port 443, which (I've just realised) isn't even needed by ED ToolBoxall firewalls turned completely off, no luck
When running 1.1.1 I see the Apache httpd.exe process running but with 1.1.2 it refuses to start.
If I try to start http.exe manually I get:
Code:C:\Program Files (x86)\ED ToolBox\bin\apache\bin>httpd.exe AH00548: NameVirtualHost has no effect and will be removed in the next release C:/Program Files (x86)/ED ToolBox/bin/apache/conf/httpd.conf:61(OS 10048) Only one usage of each socket address (protocol/network address/port) is normally permitted. AH00072: make_sock: could not bind to address 0.0.0.0:443 AH00451: no listening sockets available, shutting down AH00015: Unable to open logs
Most likely some other program is using the port 443, which (I've just realised) isn't even needed by ED ToolBox
Remove the lines that say "Listen 443" and "NameVirtualHost *:443" from your httpd.conf and see if it makes a difference.
Awesome! I'll put out v.1.1.3 with the fix. Anyone with a working 1.1.2 can ignore it.BINGO!
Started without a hitch
Netlogs imported, screenshots imported, API working... watar is a happy commander
Originally for the https (needed for audio logs on Chrome if accessing from another device) but later decided port 3002 was better.Ummm... WHY did you add 443 anyhow?