theshoaibahmed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to fix the Linkbut rest of the other working fine except this …
Forum: Localhost Installs
In reply to: Syntax error on line 229Now Apache Working,. but doesnt matter what i do my.cnf that start
port =3306
socket =/Applications/XAMPP/xamppfiles/var/mysql/mysql.sockbut noticed when i go to mysql folder i cant findmysql.sock file.
any help.
not hard coded, got e-Commence template from the web. template called “BuyShop”
i am running xmamp with lates wordpress on MAC
i got it fixed, thanks for all your idea, i just want to explain for some of my friend how are hosting from ipage,
ipage would not allow you to use either IP address or LocalHost in your config file, you have to go the database and look on top of show called SERVER: xxxxxxxxxx this is what you ahve to put on your DB-Host in your wp-config file and than good to go.thanks again
hell there i started from scretch and created a database and import the dataabase sucessfully, than copied all the WordPress Files in the hosting domain. and change the wp-config file according to the databsae i created. Now when i am tying the address it saying that”Error establishing a database connection”
and
when i am going to mydomain.com/wp-admin, it saying…
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at https://mydomain.ca. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?what i am missing. please help
the other thing what i did is as my domain is the same and hosing is with different provider, other means is i transfer my domain to other hosting company. so i copies everything from my computer to new hosting company and left .htacess and wp-config file. when i am trying to import database i am getting error mentioned above, and when i am trying the address its not getting the site, am i missing something
please help
when i am uploading the Database i am getting this
——–
Error
SQL query:
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
—
— Database:i208690_wp11
—
— ——————————————————–
—
— Table structure for tablewp_commentmeta
—
CREATE TABLE IF NOT EXISTSwp_commentmeta
(
meta_id
bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_id
bigint( 20 ) unsigned NOT NULL DEFAULT ‘0’,
meta_key
varchar( 255 ) DEFAULT NULL ,
meta_value
longtext,
PRIMARY KEY (meta_id
) ,
KEYcomment_id
(comment_id
) ,
KEYmeta_key
(meta_key
)
) ENGINE = InnoDB DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;MySQL said: Documentation
#1046 – No database selectedthis database other developer gave it to me.
can i get some help.
thanks
i am little Confused reading the above link,
let me know if this step is good.
1- Create a database and import old side databse into it.
2- unzip the old wordpress site. (All of it)
3- replace all the Content from old wordpress site to new site.anything i am missing friend
no, ok let me read through it and see if got stuck.
thanks brother
the question is how i can import or copy my zip file to my current(new) domain and how i can import the database in ipage.com
thanks JumboClick
my further question is when i got my wp-config.php info, should i copy the whole Folder in Hosing or i have to install the WordPress First on Hosting site and than move all 3 sites.