Help - Search - Members - Calendar
Full Version: Wordpress Install Tutorial
Zymic Webmaster Forums > Zymic Free Web Hosting > Tutorials
Pages: 1, 2, 3
lizon
Installing Wordpress on Zymic is probably the easiest CMS install of the 3 major CMS systems out there (Drupal, Joomla, Wordpress). The install requires no edits to the basic code and files. Here's a quick rundown of the install process. First a recap of the basic Zymic setup can be found HERE.

This tutorial starts after you've created your web account and database.

Download the latest version of Wordpress.

Unzip these files and save them somewhere you can locate quickly. Your desktop should suffice.

Next open up your favorite FTP program and upload the files to your web directory using the FTP information you got earlier from when you were setting up Zymic.

Grab a cup of coffee this should take a few minutes.

Once all the files are uploaded goto your website (example: lizonwp.uuuq.com)

You should now get this page, put in your Blog Title and E-mail address. You can leave the check box checked off if you like.



Next you get this page. Write down your username and password. This will be needed later. Click on Log In.



Type in your username and password and log in.



Congrats! Almost done. Notice the warning message on top. Click on yes to change your password right now. You might as well do it now rather than later.



Scroll down to the bottom of the page and type in your new password and click on update profile.



That's it! Wordpress is installed! See told you it was simple.
IamShipon1988
Fixing the WordPress Upload by DroNix

1. Create a folder called uploads - it doesn't have to have that name but for sake of simplicity - inside of wp-content. If there isn't such folder (uploads) just create it.
2. Set the folders permission to 777.
3. Go to you wordpress dashboard, Settings>Miscellanous (only for Wordpress 2.0>2.9).
....For anyone using WordPress 3.0+ the location is now Settings>Media
4. Enter wp-content/uploads for the Store uploads in this folder field.

You should now be able to upload files. I've just went through the steps myself and it works just fine.


Changing your domain - The Back-door Way by IamShipon1988

If you are using wordpress, then you can change your site settings in the database. If you have already installed wordpress and would like to change your domain from yoursite.com to www.yoursite.com or to from yoursite.zxq.net to yoursite.com, these steps will guide you through the process. Note that I have yet to test this process out.

1. Load up control panel.
2. Select and open phpmyadmin.
3. Select your wordpress database (database name can be found in wp-config.php) from the left sidebar.
4. Click on "wp_options" on the left sidebar. This gives you the general structure of that table.
5. Click on "Browse" from the top navigation.
6. Entry (option_id) 39 of the wp_options table is home and entry (option_id) 1 is siteurl. Click the pencil to edit the entry. Note that this option might be on the next page.
7. In the option_value textbox, replace the entered domain name with your preferred domain name (ex. yoursite.org to www.yoursite.org)
8. Click go

If you change both home and siteurl to contain www in the domain, all your pages should now include it or go from subdomain to full domain. Now whether you type in yoursite.com, www.yoursite.com or your subdomain, they both will redirect to www.yoursite.com. All links on your WordPress will contain link such as: www.yoursite.com/page...


Themes, Plugins and Modifying Code by IamShipon1988 and Dronix

Change themes - Themes provide the ability to make your site look and feel different than it previously did. WordPress has a built in function that allows you to install themes via the dashboard. However, at Zymic, this feature is disabled. You will have to download all themes manually and upload the folder via FTP or filemanager to the wp-content/themes/ directory.

Add plugins - Plugins allow more flexibility and features to your site. Furthermore, plugins can also function as widgets for your site. You will have to download all plugins manually and upload the folder via FTP or filemanager to the wp-content/plugins/ directory. Do note that you might need to CHMOD some files for the plugins to work. If you do, it will be included in a read-me file or on the site where you downloaded the plugin from or included in the plugins archive you downloaded.

Modify code - Among the many user editable files in a standard WordPress installation are a Theme's Template and Stylesheet files. If you wish to change the footer.php file of your template, you can accomplish this without needing to login to your control panel. You can easily edit it via your WordPress dashboard. The Appearance Editor SubPanel allows you to edit those Theme files. This built-in Theme Editor allows you to view or change any code kept in a Theme Template or Stylesheet files. The particular file contents are displayed in the large text (or edit) box that dominates this SubPanel. Do note that you will have to CHMOD the wp-content/plugins/ and files under it to 0755 or 0777.

Reference: http://codex.wordpress.org/Appearance_Editor_SubPanel
jonioinweb
Hi, I'd tried to upload .htaccess on my website' root, but don't work! The file was deleted. Why this?
goldenbear02
QUOTE(lizon @ Feb 3 2010, 07:23 AM) *
That's it! Wordpress is installed! See told you it was simple.



I keep getting an error when trying to upload wordpress file via Classic FTP for mac. The error says, "unable to change to directory"
Does anyone have suggestions for me?
lizon
QUOTE(goldenbear02 @ Mar 8 2010, 06:33 PM) *
I keep getting an error when trying to upload wordpress file via Classic FTP for mac. The error says, "unable to change to directory"
Does anyone have suggestions for me?



My guess would be that your folder premissions aren't set properly. Make sure their set to 667 at least. I encountered zero problems with my install of WP. And it was by far the smoothest install of all the major CMS systems out there.
asdtrader
@lizon Thanks for the Tutorial.
englishgeek
QUOTE(IamShipon1988 @ Feb 26 2010, 01:39 AM) *
Fixing the WordPress Upload by DroNix

1. Create a folder called uploads - it doesn't have to have that name but for sake of simplicity - inside of wp-content. If there isn't such folder (uploads) just create it.
....
....


Nice post
lqn2010
I am new to WPress and this is my first attemp to install WP on my Zymic Account.

I received the following errors while trying to run the install.php:

QUOTE
-----------------------------------
Warning: require_once(): Unable to access /www/zxq.net/l/n/2/ln2010/htdocs/wordpress/wp-includes/wp-db.php in /www/zxq.net/l/n/2/ln2010/htdocs/wordpress/wp-includes/functions.php on line 2825 Warning: require_once(/www/zxq.net/l/n/2/ln2010/htdocs/wordpress/wp-includes/wp-db.php): failed to open stream: No such file or directory in /www/zxq.net/l/n/2/ln2010/htdocs/wordpress/wp-includes/functions.php on line 2825
-----------------------------------

CODE
ERROR: %s'), $error); ?>
    
/>

'.__('Already Installed').'

'.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'

' . __('Insufficient Requirements') . '

-----------------------------------


Would appreciate any help on how to fix this ...

Thanks

========================================
Problems solved !

Apparently the FTPing to my account did not complete successfully and this in turn caused the above errors when I tried to run the script.

I have now completed all the basic-5-mins installation OK.
chanchalseo
Hi their,


Thanks for this tutorial it is very useful for me! As a seo it is much useful for me i was just searching for this, and i think my search is end here.


Thanks for sharing this great information!!!
violinvelocity
I'm still pretty lost with this tutorial... let me start off by saying I have the most basic HTML experience, from years ago, and am coming from FrontPage making web pages with tables. Ugh...

I uploaded wordpress through FTP to my user account, andper the tutorial created the username and password. Unfortunately it still gives me an error:

"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 localhost. This could mean your host's database server is down."

I made sure my user has all the permissions checked off. Is there something I'm missing?

QUOTE(violinvelocity @ Jul 1 2010, 03:48 PM) *
I'm still pretty lost with this tutorial... let me start off by saying I have the most basic HTML experience, from years ago, and am coming from FrontPage making web pages with tables. Ugh...

I uploaded wordpress through FTP to my user account, andper the tutorial created the username and password. Unfortunately it still gives me an error:

"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 localhost. This could mean your host's database server is down."

I made sure my user has all the permissions checked off. Is there something I'm missing?


I saw there's a basic zymic setup for drupal... do I have to do something with wordpress to get it working?
ssfdre38
QUOTE(violinvelocity @ Jul 1 2010, 08:57 AM) *
I'm still pretty lost with this tutorial... let me start off by saying I have the most basic HTML experience, from years ago, and am coming from FrontPage making web pages with tables. Ugh...

I uploaded wordpress through FTP to my user account, andper the tutorial created the username and password. Unfortunately it still gives me an error:

"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 localhost. This could mean your host's database server is down."

I made sure my user has all the permissions checked off. Is there something I'm missing?
I saw there's a basic zymic setup for drupal... do I have to do something with wordpress to get it working?


Make sure that you have assign the user that you made to your database to clear up that error. If you dont know how to do that, you can go to this site and look for Zymic DB setup
http://videosupport.zzl.org/videos
lizon
9 times out of 10 just by reading the error that you get you can find the solution.

QUOTE
"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 localhost. This could mean your host's database server is down."


IF the databse server was down you mearly have to try it again.

If the server is up open up the wp-config.php file and look for the database information and put your databse information where indicated.
Affilojetpack
I think I'm in the right thread. I am learning so much from the tutorials that you guys shared. Thank you for sharing this. Now, I can easily tweak my Affilojetpack website.
10zen
I'm new to this web design wordpress... I've been using blogger, haven't used wordpress.com before. So, this seems quite complicated. I uploaded wordpress now I'm not able to create any folder inside wp-content, it says can't create 'directory name'.
edwar_mo
I really need this tutorial i want to install wordpress on my site thank you very much for sharing such a nice post.
Warriorccc0
QUOTE(10zen @ Jul 12 2010, 10:31 AM) *
I'm new to this web design wordpress... I've been using blogger, haven't used wordpress.com before. So, this seems quite complicated. I uploaded wordpress now I'm not able to create any folder inside wp-content, it says can't create 'directory name'.


You can fix this by changing the "wp-content" permissions.

I'm having another problem, this keeps on showing up:

QUOTE
RSS Error: WP HTTP Error: :


In the "Incoming Links", "WordPress Blog", and "Other WordPress News" sections in the Dashboard.
GorGor
Whenever I try to upload an images etc. I get this message: "The uploaded file could not be moved to /www/zxq.net/g/o/r/gordondowling/htdocs/wp-content/uploads."

What's going wrong? I've made sure all permissions are on etc. I'm lost.
dolly
QUOTE(IamShipon1988 @ Feb 26 2010, 01:39 AM) *
Fixing the WordPress Upload by DroNix

1. Create a folder called uploads - it doesn't have to have that name but for sake of simplicity - inside of wp-content. If there isn't such folder (uploads) just create it.
2. Set the folders permission to 777.
3. Go to you wordpress dashboard, Settings>Miscellanous.
4. Enter wp-content/uploads for the Store uploads in this folder field.

You should now be able to upload files. I've just went through the steps myself and it works just fine.



Hello, I am Dolly from China.
I just tried according to what you said above, however I cannot find "Miscellanous" from "Settings". I could only find "General", "writing", "reading", "discussion",etc. The last one is "links".
Therefore I cannot set this folder as default uploads folder.

I just tried to upload files, but did not succeed.
Right now I could only take URL from other websites to show the pictures.

Could you please help me to see what happened?
Thanks.
nemaless
Hi to everyone

WordPress is well known for its ease of installation. Under most circumstances installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. However, if you wish to install WordPress yourself, the following guide will help. Now with Automatic Upgrade, upgrading is even easier.

The following installation guide will help you, whether you go for the Famous 5 Minute Installation, or require the more detailed installation guide.

* Things to Know Before You Begin Installing WordPress
* The Famous 5-Minute Installation
* Detailed Installation Instructions
* Common Installation Problems
* WordPress in Your Language
* Installing WordPress in Your Language
* How to Install Multiple Blogs
* How to Install on Your Own Computer
* Easy 5 Minute Wordpress Installation on Windows
* Getting Started with WordPress (much more installation info)



By the way, folks

Before you begin the install, there are few things you need to have and do.

You need access to your site and its directory and software to proceed with the installation. These are:

* Access to your web server (via shell or FTP)
* A text editor
* An FTP Client
* Your web browser of choice

Things You Need to Do to Install WordPress

Begin your installation by:

1. Checking to ensure that you and your web host have the minimum requirements to run WordPress.
2. Download the latest release of WordPress.
3. Unzip the downloaded file to a folder on your hard drive.
4. Be prepared with a secure password for your Secret Key
5. Print this page out so you have it handy during the installation.

Good Luck


http://www.websitetemplates.bz/
shans2213
Thanks for sharing... Keep it up
nemaless

In WordPress, there are three ways to respond to a post: you can leave a comment, leave a trackback, or just link to the post to create a pingback. When displaying all of the responses to your posts, it’s a good idea to separate the comments from the pingbacks and trackbacks. Uninterrupted comment threads are a pleasure to read, as are well-styled lists of pingbacks. This is an excellent way to improve the usability, organization, and stylishness of your comment areas.

_____________________
www.websitetemplates.bz
vanyagor
QUOTE(dolly @ Aug 9 2010, 01:36 PM) *
Hello, I am Dolly from China.
I just tried according to what you said above, however I cannot find "Miscellanous" from "Settings". I could only find "General", "writing", "reading", "discussion",etc. The last one is "links".
Therefore I cannot set this folder as default uploads folder.

I just tried to upload files, but did not succeed.
Right now I could only take URL from other websites to show the pictures.

Could you please help me to see what happened?
Thanks.


As far as I understand "Miscellaneous" has been replaced by "Media" in newer versions of Wordpress. However in my case it has been already set to the correct default folder anyway and I still can not upload files.


QUOTE(GorGor @ Aug 4 2010, 11:54 AM) *
Whenever I try to upload an images etc. I get this message: "The uploaded file could not be moved to /www/zxq.net/g/o/r/gordondowling/htdocs/wp-content/uploads."

What's going wrong? I've made sure all permissions are on etc. I'm lost.


I have exactly the same problem. And from searching the forums it looks like many of us have the same issue.

I would greatly appreciate if one of the gurus follows the "5-minute" quick procedure by Wordpress from scratch using the latest version of Wordpress and checks if they get the same issue.

Thanks a lot.
mariahpc02
Thanks for this tutorial. It cleared some of my doubts. Keep rocking laugh.gif
handyhelpers
Thank you. smile.gif
IamShipon1988
QUOTE(dolly @ Aug 9 2010, 09:36 AM) *
Hello, I am Dolly from China.
I just tried according to what you said above, however I cannot find "Miscellanous" from "Settings". I could only find "General", "writing", "reading", "discussion",etc. The last one is "links".
Therefore I cannot set this folder as default uploads folder.

I do apologize for not seeing this before. Since the recent update, the menu options on WP 3.0+ have changed. For anyone using WP 3.0+ the location is now Settings > Media
tryingc1
Hi, I encountered this problem when trying to install the wordpress. could help? ( i have been scratching my head, don know where did I do wrongly)

Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the tryingc1_99k_wordpress database.

•Are you sure it exists?
•Does the user 296059_wordpress have permission to use the tryingc1_99k_wordpress database?
•On some systems the name of your database is prefixed with your username, so it would be like username_tryingc1_99k_wordpress. Could that be the problem?
If you don't know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.
ssfdre38
make sure you assign the user to the db and if you dont know how go to http://zymickb.zxq.net/index.php/MySQL
tryingc1
QUOTE(ssfdre38 @ Oct 23 2010, 06:39 AM) *
make sure you assign the user to the db and if you dont know how go to http://zymickb.zxq.net/index.php/MySQL



Thanks alot! I have solved the problem.
vansci123
 I was actually looking for this resource a few weeks back. Thanks for sharing with us your wisdom.This will absolutely going to help me in my projects.
cnkl
thanks for share Tai chi
sweety8786
thanks . I will keep it up.
credasys
Thanks for this guide. I'm a newbie in wordpress and this is the best guide for me.
Jeremy745
Very nice tutorial. THank you for sharing with us. Now, I know how to install wodpress.
eXshade
Thank you for the tips, i was having the permissions problem. Now it's over.

eXshade
ayanmw
Install is eay,configure it (like a good theme) and add content is very important !
Whitelane
Hi, I was just downloading wordpress - second time.. Both times, my FTP program (filezilla) doesn't download all the files (allways more than 100 files doesen't get to the host...). What the problem and what can I do sad.gif ?
ssfdre38
just increase your timeout to 60 or higher
Whitelane
Thank you very much - now it works smile.gif!
Techzonebd
@ Lizon, Thanks for your helpful worpdress tutorial on new installation in wordpress
seoiwc2010
Hey... really very thanks i am going to do Create my Blogging in wordpress once again really very thanks..... smile.gif smile.gif





Indian Invitations | Thank You Cards India | Latest Designer sarees | Latest Designer sarees



Vikashbihar
thanks a lot for ur tutorial
rappin
Some free hosts can be really hard to install wordpress, because they don't have cpanel, you need to create base on different system, and not to use local host
ssfdre38
wp is really easy to install on any hosting site.
Unseen
Thanks for the tutorial!

I am having trouble opening my web page after I've uploaded Wordpress. I get a 403 Forbidden, and when I try to open wordpress file "Install.php" I get an error message stating "php is not running."

Any suggestions?
ssfdre38
php is running and make sure everything is on your root '/'
Unseen
QUOTE(ssfdre38 @ Feb 3 2011, 08:12 PM) *
php is running and make sure everything is on your root '/'


Hm, still nothing. WP is in subdirectory on my root.



EDIT: Ah ha, I figured out I wasn't typing my url exactly right since I hadn't yet named the root. *facepalm*

Thanks so much for the help!
Teejay007
Thanks...i found it very useful....wordpress installation is a very vast and important topic to discuss
auscamp11
WOW it's a Extremely and impressive information...

Thanks for sharing...
germanweb
After follow the easy steps of installing WordPress it does not run.

The website seems okay as you can see here http://webpinoy.zzl.org/

If I try to go to the login page it tells me

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-login.php on line 337

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-login.php on line 349

As it shows still the login fields, I tried to login, but then comes error messages only:

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-login.php on line 337

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-login.php on line 349

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-includes/pluggable.php on line 690

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-includes/pluggable.php on line 691

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-includes/pluggable.php on line 692

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/w/e/b/webpinoy/htdocs/wp-config.php:1) in /www/zzl.org/w/e/b/webpinoy/htdocs/wp-includes/pluggable.php on line 890

What should I do. It is the latest version 3.0.5 - german version of WP.
ssfdre38
delete all your wp files and try again
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.