Hi,
I had to rebuild Windows, and this process wiped my D drive, which was not corrected.
After reinstalling Windows on C:\, I decided to install WAMP on C:\, as C is an SSD.
I then copied the contents of D:\Wamp to C:\Wamp.
When I start WampServer, I receive an error:
PHP Startup: Unable to load dynamic library.
'd:/wamp/bin/php/php5.5.12/ext/php_bz2.dll' - The parameter is incorrect.
I have searched the registry, and there is no occurrance of d:/wamp in there.
I have searched c:/wamp using Dreamweaver and Notepad++, and found no configuration files with D:/wamp, except for wampmanager.conf, where I replaced installDir = "d:/wamp" with installDir = "c:/wamp", and http.conf where I replaced ServerRoot "d:/wamp/bin/apache/apache2.4.9" with ServerRoot "c:/wamp/bin/apache/apache2.4.9".
Windows error reports:
The Apache service named reported the following error:
>>> <Directory "d:/wamp/apps/phpmyadmin4.1.14/"> path is invalid.
Where is this setting being pulled from?
Thanks.
I had to rebuild Windows, and this process wiped my D drive, which was not corrected.
After reinstalling Windows on C:\, I decided to install WAMP on C:\, as C is an SSD.
I then copied the contents of D:\Wamp to C:\Wamp.
When I start WampServer, I receive an error:
PHP Startup: Unable to load dynamic library.
'd:/wamp/bin/php/php5.5.12/ext/php_bz2.dll' - The parameter is incorrect.
I have searched the registry, and there is no occurrance of d:/wamp in there.
I have searched c:/wamp using Dreamweaver and Notepad++, and found no configuration files with D:/wamp, except for wampmanager.conf, where I replaced installDir = "d:/wamp" with installDir = "c:/wamp", and http.conf where I replaced ServerRoot "d:/wamp/bin/apache/apache2.4.9" with ServerRoot "c:/wamp/bin/apache/apache2.4.9".
Windows error reports:
The Apache service named reported the following error:
>>> <Directory "d:/wamp/apps/phpmyadmin4.1.14/"> path is invalid.
Where is this setting being pulled from?
Thanks.