WampServer orange icon

Before you can fix anything you need to know which service has not started, Apache or MySQL. As the TEST PORT 80 utility is saying Apache is running its probably the MySQL service that has not started. Unless you have another Apache running! So which service has not started??? If the wampmanager icon is not … Read more

How to Import 1GB .sql file to WAMP/phpmyadmin

I suspect you will be able to import 1 GB file through phpmyadmin But you can try by increasing the following value in php.ini and restart the wamp. post_max_size=1280M upload_max_filesize=1280M max_execution_time = 300 //increase time as per your server requirement. You can also try below command from command prompt, your path may be different as … Read more

How to configure WAMP (localhost) to send email using Gmail?

Gmail servers use SMTP Authentication under SSL or TLS. I think that there is no way to use the mail() function under that circumstances, so you might want to check these alternatives: PEAR::Mail phpMailer Nette\Mail They all support SMTP auth under SSL. You’ll need to enable the php_openssl extension in your php.ini. Additional Resources: How … Read more

Fatal error: Call to undefined function: ldap_connect()

If you are a Windows user, this is a common error when you use XAMPP since LDAP is not enabled by default. You can follow this steps to make sure LDAP works in your XAMPP: [Your Drive]:\xampp\php\php.ini: In this file uncomment the following line: extension=php_ldap.dll Move the file: libsasl.dll, from [Your Drive]:\xampp\php to [Your Drive]:\xampp\apache\bin … Read more

PHPUnit. Error: No code coverage driver is available. (having xdebug installed)

There are 2 php.ini files in most Apache/PHP installations and definitely in WAMPServer To amend the correct php.ini used by PHP in Apache use the menus wampmanager->PHP->php.ini But for the php.ini file used by the PHP CLI you have to manually edit \wamp\bin\php\php{version}\php.ini the result of a php -v should look like this if XDEBUG … Read more

where does MySQL store database files?

In any case you can know it: mysql> select @@datadir; +—————————————————————-+ | @@datadir | +—————————————————————-+ | D:\Documents and Settings\b394382\My Documents\MySQL_5_1\data\ | +—————————————————————-+ 1 row in set (0.00 sec) Thanks Barry Galbraith from the MySql Forum http://forums.mysql.com/read.php?10,379153,379167#msg-379167

step-by-step instructions for installing IMAGEMAGICK on WAMP?

I know this is old post but I spend my all day to make it work, so here are the steps that helped me: Download ImageMagick Binary Release – http://www.imagemagick.org/script/download.php Install in C:\imagemagick, on last step check “Add application directory to your system path“ Download Imagick DLL: PHP5.6.x version from http://www.peewit.fr/imagick/ (I have 5.6+ version … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)