php.exe is not setup as an enviornmental variable by default.
you will need to navigate the path prompt in cmd to c:\wamp\bin\php\phpx.x.x.\php.exe
you can also drop php scripts onto the php-win.exe in c:\wamp\bin\php\phpx.x.x\ to run them as CLI with out having to open the cmd prompt Forum: WampServer English
If it's a 32bit dll , then u need to use php in 32bit,
U then need to match the dll to the php build.
I don't know that extension but it's very hard to find any x64 ones.try use a php addon that matches Forum: WampServer English
its written on the homepage.. that you need the c++ redis packages, if you leave updates on your pc, it will probably be installed.
why dont you ask skype to add a message on their software that says it uses port 80 by default and make block a web server from working....
Apart from this, wamp is in bad enough condition at the moment that if it worked , it would be useful , the develo Forum: WampServer English
maybe your using something else in the mean time that uses a port
like skype or similar?
you never need to reinstall to fix an issue, get teamviewer if you need help figuring out whats causing the issue and ill help you Forum: WampServer English
well obviously something is using port 80 if you had to change the port.
if your not going to figure out what it is and stop it , and just change the port then you must include the port number in all urls
localhost:8080
localhost:8080/phpmyadmin etc Forum: WampServer English
If wampserver is "online" then it's a safety measure incase incorrect permissions were set up. There is no password set, it's just ready to set.
To disable to , open c:/wamp/apps/phpmyadmin/config.inc.php
Change the auth value from "Cookie" or"Http" to "config"
And add the username root to te username value
Save , and clear browser cache Forum: WampServer English
left click wamp tray icon> php > php.ini
add the following line into the file
disabled_functions = mail
save file, close file.
left click wamp tray icon> restart all services. Forum: WampServer English
well if the services are not working and your getting access denied, its definitly permissions with your account
grab teamviewer and ill take a quick troubleshoot with it Forum: WampServer English
you need to be an admin user to use wampserver, if your getting access denied, this sounds as if your not logged in as an admin user Forum: WampServer English
This means you were using INNODB as a storage engine and the files are most likely corrupt.
The table name db/table names are readable from the structure files but the data is damaged in the ibdata files.
You have some options..
1.Restore the db using backup in SQL format if you have it.
2. Check the mysql error log and see if it recommends using force_recovery to recover the dat Forum: WampServer English
maybe/maybe not
it depends on the db format, if they are MYISSAM , they will be ok, if they are INNODB , good chance you will corrupt them.
Phpmyadmin not working is a very bad reason to reinstall a web server!
why dont you concentrate on the issue you have?
what error are you getting? can you install teamviewer and i can take a look?
phpmyadmin can be reinstalled,
passwor Forum: WampServer English
Why are you talking like power failures are ok?!?!?
UPS!!!!!!!!!!!!!!!!!!!!!!!
Services don't restart because of file damage.
Chexk logs and complete steps given.
Get a UPS!!! Forum: WampServer English
no it doesnt matter if its off,
services are services...
look up services.msc, "net" and "SC" cmd commands to manage things in google Forum: WampServer English
you cant have both installed with out some conflictions
you will need to uninstall or disable the XAMPP services while wamp is running
they are both servers and no need to need both Forum: WampServer English