Bloggeries

Go Back   Blog Forum - Bloggeries > Blogging Basics of the Blogosphere > Blogging Basics

Blogging Basics Come here to learn the basics of blogging.

Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old September 9th, 2007, 10:55 PM
Zhuli's Avatar
Blogalicious
 
Join Date: Jun 2007
Location: Ottawa
Posts: 296
iTrader: (0)
Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future
Send a message via Yahoo to Zhuli
Default I'm lost ! Trying to set up Wordpress on Site5

Alright folks...

Hope someone can give me a hand, it's driving me crazy !

I bought a domain name and signed up with site5 (hosting). And since 2 pm I'm trying to install Wordpress...

Site5 does have a "one click" installation through Fantastic but I'm not sure it's working fine : it says

Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:correres_Blog:localhost","corr eres_Zhu","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "correres_Zhu", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("correres_Blog");


I did see my blog running though.

But when I tried to upload themes via FTP (Filezilla), I couldn't see the public_html/wordpress/wp-content/themes folder (nor I could see any folders actually...).

I basically lost. There're documentations everywhere but it's still too technical for me and I'm very confused with Site5 interface.

Can anyone point me in the right direction to :

1) Install Wordpress
2) Upload FTP files on Site5 with Filezilla

Thanks so much !
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote

Don't Like Ads?? Register as a Member and These Ads Will Disappear!

-->
  #2  
Old September 10th, 2007, 12:26 AM
jellramvort's Avatar
Blogger in Training
 
Join Date: Aug 2007
Posts: 18
iTrader: (0)
jellramvort is on a distinguished road
Default Re: I'm lost ! Trying to set up Wordpress on Site5

wow, this seems like a lot of hassle doesn't it

it looks (from the snippet) as though its having problems with reading the SQL db information..

have you been able to log in to your blog? using the wp-login.php?

give that a try, be sure to refresh the file listing with your ftp client..ohh

and i like fireftp, which is a firefox plugin.. very nice and intergrated with the browser..

Good luck, and keep a stiff upper lip
__________________
http://blogtalk.isgreat.org

:p
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #3  
Old September 11th, 2007, 07:35 PM
Bonafide Blogger
 
Join Date: May 2007
Posts: 62
iTrader: (0)
solidghost is just really nice solidghost is just really nice solidghost is just really nice solidghost is just really nice
Default Re: I'm lost ! Trying to set up Wordpress on Site5

How about the database? Did you set it up and change your configuration file?
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #4  
Old September 11th, 2007, 09:13 PM
jshaffstall's Avatar
Blogalicious
 
Join Date: Apr 2007
Location: Columbus, OH
Posts: 331
iTrader: (0)
jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future
Default Re: I'm lost ! Trying to set up Wordpress on Site5

As a Site5 user myself, I can recommend that you put in a trouble ticket about the one-click install problems. Their technical support is generally very good about these things.

That said, I don't use the one-click install much myself. The general procedure I go through is this:

1) Using FileZilla, create a directory on the server to hold the blog (say /public_html/blog)

2) Download the latest version of Wordpress to my machine and unzip it (say to c:\wp)

3) Upload everything inside c:\wp to /public_html/blog

4) In a web browser, go to your website's /blog directory (say www.example.com/blog)

5) Follow the prompts

6) One of the things you'll be asked for is the name of the database and the name of the database user

7) Create those in the Site5 control panel for your site. If your Site5 username is user, and you name your database db, then the full database name is user_db. Same with the database user you create.

As part of 7, you need to create a database user and give it full privileges on the database you also created.

8) Another thing you'll be asked for in the Wordpress install is the host for the database, use localhost.

I'm sure there are lots of details that you'll have questions about, don't hesitate to ask.

Jay
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #5  
Old September 12th, 2007, 08:53 AM
Bonafide Blogger
 
Join Date: May 2007
Posts: 62
iTrader: (0)
solidghost is just really nice solidghost is just really nice solidghost is just really nice solidghost is just really nice
Default Re: I'm lost ! Trying to set up Wordpress on Site5

Don't use the one click install if you can. The scripts there isn't always updated and may have bugs.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #6  
Old September 12th, 2007, 03:12 PM
Zhuli's Avatar
Blogalicious
 
Join Date: Jun 2007
Location: Ottawa
Posts: 296
iTrader: (0)
Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future
Send a message via Yahoo to Zhuli
Default Re: I'm lost ! Trying to set up Wordpress on Site5

Alright... after a few headaches, I finally made it yesterday. Sorry for not giving news before but... well, headache I said !

My main problem was to find the public_html (I'm new to that !) but I eventually found it, thanks to your detailed infos.

Now I'm trying to convert my blogger template to Wordpress. Any idea how to do it ? Any tip ?

I tried to pick a WP template and customize it myself but it's pretty tricky for me so far...
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #7  
Old September 12th, 2007, 03:26 PM
jshaffstall's Avatar
Blogalicious
 
Join Date: Apr 2007
Location: Columbus, OH
Posts: 331
iTrader: (0)
jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future jshaffstall has a brilliant future
Default Re: I'm lost ! Trying to set up Wordpress on Site5

I'm not good with templates myself, but I know some other forum members have created their own. Hopefully they'll chime in with advice.

Jay
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #8  
Old September 12th, 2007, 03:27 PM
Zhuli's Avatar
Blogalicious
 
Join Date: Jun 2007
Location: Ottawa
Posts: 296
iTrader: (0)
Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future
Send a message via Yahoo to Zhuli
Default Re: I'm lost ! Trying to set up Wordpress on Site5

Hope so too !
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #9  
Old September 12th, 2007, 04:55 PM
PaulR's Avatar
Blogtacular
Super Moderator
 
Join Date: Aug 2007
Location: In a very strange place.
Posts: 708
iTrader: (0)
PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute PaulR has a reputation beyond repute
Default Re: I'm lost ! Trying to set up Wordpress on Site5

The best advice i could give would be to find a similar wp theme then using a custom css modify it.

Best of luck
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #10  
Old September 19th, 2007, 12:04 AM
Zhuli's Avatar
Blogalicious
 
Join Date: Jun 2007
Location: Ottawa
Posts: 296
iTrader: (0)
Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future Zhuli has a brilliant future
Send a message via Yahoo to Zhuli
Default Re: I'm lost ! Trying to set up Wordpress on Site5

I finally made it ! Phew, took me a week... still a few bugs, but I'm quite happy with the results.

I ended up picking a basic template and doing everything myself.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:11 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1

Blog Directory | Submit Blog | Latest Blogs | Blogging Blog | Blog Reviews | Blog Forum