datasoftict
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrade Failif you are not working locally, how can you change the permissions for IIS_User?
The same information is probably valid, just use the ftp to site rather than copy to local directory. Basically a manual upload of the files. If you need to change permissions for files to run be careful, many filesystemes don’t allow 777 and don’t work – usually forcing you to use 775 or similar
http://codex.ww.wp.xz.cn/Changing_File_Permissions
http://ww.wp.xz.cn/support/topic/wordpress-file-permissions?replies=6
might help
Forum: Installing WordPress
In reply to: I have no import to import my .com blogI can’t call, but if you around I will trya nad get you through this if you are still having issues. I don’t have a WP.com, but if you have exported all your data from the .com and have it on your PC and the problem is the WP import then I shall see what we can do.
I have just run an export/import using the wp importer above. It creates an XML file which is easily imported. If you cannot get the import option then if you can ftp to the site login to your site and go to wordpress\wp-content\plugins and rename the wordpress-importer directory to another name- OLDwordpress-importer for example.
This will remove the possibility that there can be a bad install of WP Importer.
Install the importer again by selecting it from the plugins > add new button.
If the install works then you should be able to navigate on your local PC to the XML files you exported and then import them to your site.
Forum: Installing WordPress
In reply to: Cannot connect to database with installThe connections in wp-config form the connection string, so basically that is all you need to worry about at installation.
If I have connection problems to Mysql I generally run phpmyadmin from the control panel and connect to the db. Make sure the database has the correct name (silly but it has caught me out before) and then check the DB name, and the login details. If you can connect with the right information through the control panel then you have proved the DB connection and WP should connect as well.
Forum: Installing WordPress
In reply to: Upgrade FailI am assuming that you are copying this to a local PC as you mention the IIS_USER permissions.
The quickest, and probably safest way to do this is to ftp the zip file down into your PC. then use an unzip program to unzip the files into your root directory for your locall web page, http folder or wwwroot folder depending on systems.
I think this might be a safer route that changing permissions, as you can never be sure what permissions are where and, more importantly, what level of security you are breaking/overwriting.
Forum: Fixing WordPress
In reply to: Tags, Categories Do Not Show UpI clicked on ‘college basketball’ and ‘MLB’ in your tag cloud and went to a post without a problem. No problem with the categories either.
Forum: Fixing WordPress
In reply to: Permalink ConfusionPersonally I would stick with the wordpress Codex. As I understand it slow loading pages can also affect SEO rankings.
In my personal opinion there is far too much emphasis put on SEO ‘tricks’, at the end of the day good relevant well written pages will always rank. If you keep an eye of basics like the words in your titles, relating to the relavant use of the same words on your article, use of excerpts etc. This is my own opinion though!
Forum: Fixing WordPress
In reply to: Page not working fully after moving siteLooking at the page source code it would look like everything between the the <iframe> tags have been removed. This might have happened in the transfer, it is hard to guess. Try copying the specific <iframe> code from the source of the old page and pasting into the page of your new site. Don’t forget to swith to html view.
Forum: Installing WordPress
In reply to: accessing installed WordPress on own computerI have just dusted of my webmatrix and run the wordpress install.
As with you my ‘site’ is linked to a localhost port.
Open webmatrix and open the wordpress site. If your setup is the same as mine click the requests tag yop left. This shows a screen with all the http requests you make. Click capture requests.
Next go to the home page and click run. See what comes up. Go back to the requests page and watch out for any errors.
If nothing happens there then use the file listsing to go to wp-admim/install.php and run it in browser (from a right click).
My version of wordpress uses a database, but no databse is shown in the menu so claerly something is wrong! I think that the settings will be within a windows registry file somewhere and almost anything can happen if webmatrix is not setup as it should be.
Forum: Installing WordPress
In reply to: accessing installed WordPress on own computerAs fonglh says, you only need to create one database, it is the connection to the database you set up within the wordpress setup.
I think that the http://localhost:36955 you are using is a non webmatrix, direct via web host connection as the number is a port number, so apache or IIS is looking to that port to run something. If webmetrix was setup then use the webmatrix interface. If you mix the two then some parts of the process may be missed out. I have no idea what webmatrix actually does – beside use a load of disk space – but if you have installed wordpress via the webmatrix route then it has installed IIS not apache and it’s own versions of mysql and php (as you pointed out) but also probably sets them up to use in a non-standartd way. For example Mysql usually sits on port 3306, webmatrix could have linked it to port 3308 or any other one it fancied.
If you are using webmatrix then as far as I know you may be able to go into the wordpress folder by looking in the inetpub/wwwroot directory, but yet again, only if webmatrix set thet directory up as the web ‘root’.
I have webmatrix, I loaded as a way to help on another query on this forum and I hate it. It was supposed to do everything I needed but all it has done is loaded a whole load of rubbish and screwed up my working Windows/Apache/MySQL/PHP setup. But my wordpress install works!
Forum: Installing WordPress
In reply to: accessing installed WordPress on own computerWeb matrix is a strange host for the wordpress site as it uses windows PHP and windows MySQL.
You should continue to go through the install. If it is already installed it will only overwrite the information you have.
Once you have it installed you will need to run the webmatrix program. select the wordpress folder then use thye ‘run’ button at the top left of the page.
Forum: Installing WordPress
In reply to: I'm trying to install wordpress on localhost (using XAMPP)Open yor wp-config.php file in the wordpress root folder and set the WP_DEBUG to ‘true’, just change the false to true and save. (Remeber to change this back again when you have the site working!)
Go back and run the install again, log into the localhost/wordpress site, don’t go into install.php. The WP_DEBUG option will show any error messages from PHP on the screen. See if any come up when you try the installation.
I always double check through the windows administration > services interface that both apache and mysql are actually running.
Backing up should be free and can be done through your dashbaord. Select Tools > Export
You should also be able to backup through your web hosting control panel, and this is probably the best way. You should login to your site hosting control panel, select the Mysql option – I can’t say where this will be as all control panels are different.
Once in the mysql section you select your database then run an export on the entire database – not just the tables. Your hosting company will have guidance notes on this is if they have a service or support section.
The files you copied from your ipage root are the framework of WP. Your actual data, the text, pages, comments etc. that appear on your web site are in the database.
In order to see your site you will need to backup your ipage database and then restore it into your local site. Even if you get a local site running you will never see your old data unless you do a backup and restore. I would make a backup as a priority, that way you know you have your data. The files that you downloaded can be replaced from the wordpress site, but your data can’t.
If you are installing WP locally then try reading this http://codex.ww.wp.xz.cn/Installing_WordPress#Installing_WordPress_on_your_own_Computer and load the required software.
Forum: Fixing WordPress
In reply to: Created a new page – now its automatically the homepage.Check the settings in your database for home URL. (
Dashboard > Settings > General) Personally I would also go into permalinks and resave them.I don’t really trust the delete so have you actually trashed the page and emptied the trash folder?
Try putting a blank new page up as home. Sometimes old pages sit around in the cache.
Forum: Fixing WordPress
In reply to: Comments in the wrong placeI would sugest that somethiong is wrong (obviuosly) as it should be comment under post.
However, if you have a page with show latest comments then the latest comments will show in that area, no matter what post they relate too. It is difficult as you didn’t post a URL so I can’t see what is running where.
So check – are you displaying ‘Latest comments’ rather than comments.
If you are using a theme other than the default then change back to the default (usually twentyten) and check what is happening with the posts on the default setting.