officialsabbir
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Error establishing a database connectionWelcome & thank you too.
Forum: Fixing WordPress
In reply to: Website not responding and non-editableYou can’t access your website dashboard?
Forum: Fixing WordPress
In reply to: This webpage is not availablecheck the DNS , if DNS is ok than login cpanel > goto file manager > rename your plugin folder name. than try to reload website.
Forum: Plugins
In reply to: [Zendesk Chat] Zopim chat in wordpress menu.Put this code into your header.php file & into <head> </head> seciton
<script type=”text/javascript>
javascript:void($zopim.livechat.window.openPopout())
</script>Forum: Localhost Installs
In reply to: Error establishing a database connectionWhen you are working on the localhost. Don’t need database password.
Now just you on this for install wordpress.
Database name : wordpress44
Username : root
password : blank
host name: localhostWhen you are working on the web server then you can create database password.
Forum: Localhost Installs
In reply to: Error establishing a database connectionYou can install wordpress manually. I think it’s better for you.
1) Unzipped the WordPress folder and placed it in my MAMP application folder’s htdocs folder.
2. Create Database using “phpmyadmin”
3. call link on your browser ” localhost/wordpress(wp folder name)
4. select language
5. set database name ” “
6. set usernaem ” root”
7. password blankthat it…..
I can’t see this class on you social facebook section
Forum: Localhost Installs
In reply to: Error establishing a database connection/** MySQL database password */
define(‘DB_PASSWORD’, ‘root’);i hope you put wrong :)Remove Database password.
Try to put on this..
/** MySQL database password */
define(‘DB_PASSWORD’, ‘’);