Joomla! 3 installation freezes at creating database table

This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term “ENGINE=InnoDB” and replace ALL with “ENGINE=MyIsam” MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it’s quickstart setup.

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

WAMP port 80 busy

This problem can be also from SQL Server Reporting Services. You need to stop/disable this service from: Control Panel->System and Security->Administrative Tool->Services and stop the service named SQL Server Reporting Services (InstanceName) Open SQL Server Configuration Manager -> SQL Server Services stop/disable SQL Server Reporting Services (InstanceName)

How to change the URL from “localhost” to something else, on a local system using wampserver?

WINDOWS + WAMP solution Step 1 Go to C:\wamp\bin\apache\Apache2.2.17\conf\ open httpd.conf file and change #Include conf/extra/httpd-vhosts.conf to Include conf/extra/httpd-vhosts.conf i.e. uncomment the line so that it can includes the virtual hosts file. Step 2 Go to C:\wamp\bin\apache\Apache2.2.17\conf\extra and open httpd-vhosts.conf file and add the following code <VirtualHost myWebsite.local> DocumentRoot “C:/wamp/www/myWebsite/” ServerName myWebsite.local ServerAlias myWebsite.local <Directory … Read more

Can’t import database through phpmyadmin file size too large

For Upload large size data in using phpmyadmin Do following steps. Open php.ini file from C:\wamp\bin\apache\Apache2.4.4\bin Update following lines max_execution_time = 259200 max_input_time = 259200 memory_limit = 1000M upload_max_filesize = 750M post_max_size = 750M than after restart wamp server or restart all services Now Upload data using import function in phymyadmin. Apply second step if … Read more

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