Greetings everyone,
Had 2 websites that I've been working on, and then my old Windows 7 x64 broke. I'm now running Windows 8.1 but now I'm finding problems with Wamp. My websites don't seem to be working.
To get all technicalities out of the way...
1 - Windows version used (Specify version number AND whether 32 or 64 bit)
Windows 8.1 Pro x64 (6.3.9600)
2 - Version WampServer (Specify version number AND whether 32 or 64 bit)
WampServer 2.5 64-bit
3 - Apache Version
2.4.9
4 - PHP Version
5.5.12
5 - MySQL Version
5.6.17
6 - What color is the WampServer icon (in the notification area of the taskbar)
GREEN
7 - Hosts file
127.0.0.1 localhost
::1 localhost
127.0.0.1 soundmute
::1 soundmute
127.0.0.1 goasia
::1 goasia
7.1 - HTTPD-VHosts file
<VirtualHost *:80>
DocumentRoot "e:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "e:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "e:/wamp/www/soundmute"
ServerName soundmute
ServerAlias soundmute
<Directory "e:/wamp/www/soundmute">
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "e:/wamp/www/goasia"
ServerName goasia
ServerAlias goasia
<Directory "e:/wamp/www/goasia">
AllowOverride All
Require local
</Directory>
</VirtualHost>
8 - Do you have access to localhost (Homepage WampServer)?
Yes
9 - Do you have access to phpMyAdmin?
Yes
10 - If you refer to an error message, please include the EXACT wording of the error in your post
For both sites is the same, with minor details:
SOUNDMUTE - Error displaying the error page: Application Instantiation Error: Table 'soundmute.smr_session' doesn't exist SQL=DELETE FROM `smr_session` WHERE `time` < '1424282561'
GOASIA - Error displaying the error page: Application Instantiation Error: Table 'goasia.goa_session' doesn't exist SQL=SELECT `session_id` FROM `goa_session` WHERE `session_id` = 's7bgbs2h43u4d395136ga8age3' LIMIT 0, 1
11 - If you use an Antivirus and / or Firewall, please include the names of these
Comodo Internet Security Premium 8.1.0.4426
12 - What is the full path to the installation of WampServer (eg D:\wamp\)
E:\wamp\
------------------------
So, basically, I don't have a problem with Wamp, so to speak, but with the database. Both sites are Joomla installations, latest versions, always updated, worked fine until I reinstalled Windows. Now I get those errors.
Interesting thing is that I've found what I think are the files that comprise the database entries in E:\wamp\bin\mysql\mysql5.6.17\data, and there are folders for both my websites (goasia, and soundmute). PHPmyAdmin and SQLbuddy both show databases. I have no idea if any are damaged by any chance.
I would really like if someone could help me out here (I'm rather new with servers and whatnot) and tell me what I should test next to see how I can get all this working again.
Thanks.