I downloaded and installed XAMP fine onto my Win7 Pro PC, it started fine, running as admin. I downloaded XIBO-cms-1.7.5 and extracted it to the HTDOCS directory. When I open a Firefox browser and go to http://localhost/XIBO and nothing appears. No errors - nothing.
Using Internet Explorer, however, I get an error “This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.For more information about HTTP errors, see Help.” IE Help is no help.
The XAMP apache access logs show "::1 - - [07/Jan/2016:13:15:20 -0500] “GET /XIBO/ HTTP/1.1” 500 - “-” “Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko” so it sees it trying. But nothing. Can anyone help?
I looked at both those pages and the only thing I changed was putting a password on the MySQL root user. Otherwise I had already done all that.
Today’s error log for XAMP:
[Sat Jan 09 09:12:56.584800 2016] [ssl:warn] [pid 11492:tid 248] AH01909: xxx.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jan 09 09:12:56.863800 2016] [core:warn] [pid 11492:tid 248] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run?
[Sat Jan 09 09:12:57.031800 2016] [ssl:warn] [pid 11492:tid 248] AH01909: xxx.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jan 09 09:12:58.618800 2016] [mpm_winnt:notice] [pid 11492:tid 248] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured – resuming normal operations
[Sat Jan 09 09:12:58.618800 2016] [mpm_winnt:notice] [pid 11492:tid 248] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sat Jan 09 09:12:58.618800 2016] [core:notice] [pid 11492:tid 248] AH00094: Command line: ‘c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache’
[Sat Jan 09 09:12:58.652800 2016] [mpm_winnt:notice] [pid 11492:tid 248] AH00418: Parent: Created child process 9724
[Sat Jan 09 09:12:59.427800 2016] [ssl:warn] [pid 9724:tid 260] AH01909: xxx.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jan 09 09:12:59.647800 2016] [ssl:warn] [pid 9724:tid 260] AH01909: xxx.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jan 09 09:12:59.698800 2016] [mpm_winnt:notice] [pid 9724:tid 260] AH00354: Child: Starting 150 worker threads.
Does the SSL error have anything to do with my inability to install the CMS?
Your server will not allow incoming connections to HTTPS if your SSL certificate is not valid.
Is the SSL certificate a necessity for your server, or could you try temporarily disabling it?
Just to make sure whether this will let you access the site.
Have you tried accessing other files than the ones provided by XIBO?
I put an index.html file in the htdocs directory to test and it came up fine when I entered http://localhost/index.html. And it runs the XAMP welcome screen when I go to Http://localhost