Winamp issues after upgrade to 3.2.3
Posted by: shaunchaney (---.sparkbb.co.nz)
Date: October 11, 2020 09:38AM

Hi all,

After rebooting my machine i had issues Aestan Tray Menu, were it would prompt with error: wamp aestan tray menu error on line 7.

I installed all missing redistributions packets from this website, upgraded wamp to 3.2.3 from 3.2.0 and then used the tool to wampmanager.ini which seemed to have allowed the tray to load and services to start.

However i now get a wamp alert

Notice: Undefined index: DocumentRoot in C:\wamp64\scripts\wampserver.lib.php on line 699
Call Stack
# Time Memory Function Location
1 0.0001 417400 {main}( ) ...\index.php:0
2 0.0038 485464 check_virtualhost( ) ...\index.php:169

with the bottom error of
The number of DocumentRoot does not match the number of ServerName in c:/wamp64/bin/apache/apache2.4.41/conf/extra/httpd-vhosts.conf file

this was a running website were i hope i havent broken any of the DBs.
I have replaced the hostname with DNSNAME

httpd-vhosts.conf
# Virtual Hosts
#
<VirtualHost *:80>
ServerName DNSNAME
ServerAlias DNSNAME.com
Redirect "/" "[lDNSNAME.com];
# DocumentRoot "C:/wamp64/www"
# <Directory "C:/wamp64/www/">
# Options +Indexes +Includes +FollowSymLinks +MultiViews
# AllowOverride All
# Require all granted
# </Directory>
</VirtualHost>

httpd-ssl.conf
<VirtualHost _default_:443>

# General setup for the virtual host
DocumentRoot "c:/wamp64/www"
ServerName DNSNAME.com:443
ServerAdmin
ErrorLog "${SRVROOT}/logs/error.log"
TransferLog "${SRVROOT}/logs/access.log"

Im pretty new with the WAMP setup, so struggle when things break. if you need any logs let me know.

Thanks in advance

Shaun

Options: ReplyQuote
Re: Winamp issues after upgrade to 3.2.3
Posted by: Otomatic (Moderator)
Date: October 11, 2020 10:10AM

Hi,

Right-Click -> Wamp settings -> Don't check VirtualHost definitions.

Note : In the file httpd-vhosts.conf localhost original definition is missing.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.