Tim S
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wp.com->wp.org using wp importerYou can import content from your wordpress.com website to your self hosted site by following the instructions given here:
Wordpress.com to self hosted wordpress migrationWhile I know it seems these instructions are host specific, you can use the same techniques anywhere. I hope this helps!
Some developers do not close the ?> since it is not needed. Closing the tag in the wp-config tag can cause issues. So you are correct, it does not close and should not be. I’ve installed WordPress multiple times on my VPS running suPHP without error. What is the exact error you are getting? Are you getting an error message?
Forum: Installing WordPress
In reply to: Permalink NightmareHi gduster,
You may want to try and reset your permalinks in your WordPress dashboard to see if that corrects the issue. I hope this helps!
Forum: Installing WordPress
In reply to: Permalink NightmareWhen I visit your site, I see the posts on the front page. Should I be looking somewhere else? Did you get your permalinks issues resolved?
Forum: Fixing WordPress
In reply to: "Cannot modify header" error messagesIt doesn’t need one. I checked my sample config file and my current one in use just to make sure.
Forum: Fixing WordPress
In reply to: "Cannot modify header" error messagesInstead of replacing the files, you may want to re-type the code. Many times the spaces aren’t visible and it can be resolved that way. Just make sure you remove excess blank lines and any spaces. Be sure to use a plain text editor when doing so. I hope this helps!
Forum: Fixing WordPress
In reply to: Site Loading Slow JetPack update pixel.quantserve.comI’m not sure what you are referring to when loading this forum. The site loads without delay for me. If JetPack is causing an issue with your website. You may want to notify the plugins developer to see if they can offer you some resolution.
Forum: Fixing WordPress
In reply to: Site Loading Slow JetPack update pixel.quantserve.comWhat happens when you disable the JetPack plugin? Does the site speed up at all?
Forum: Fixing WordPress
In reply to: Permalinks like "/index.php?post-id="Hi Konzi,
There’s a section on the link below talking about using Permalinks without Mod_rewrite. Since IIS (Windows servers) do not support mod_rewrite you’ll have to use that method.
http://codex.wordpress.org/Using_PermalinksForum: Installing WordPress
In reply to: /install.php not loadingHi frankietalks,
You may need to contact your host. You’ll need a database username and password to successfully connect to the database. This is imperative as WordPress operates from a database. As for the URL in FileZilla, I’m not sure what you mean? Have you pointed your domain to the hosting account? If so, can you provide us a link? When you say it failed, can you explain this further?
Forum: Fixing WordPress
In reply to: How to login from other website into current wordpress siteIs the other site a wordpress installation? Couldn’t you set it up to use the same database table of users? I hope this helps!
Forum: Fixing WordPress
In reply to: Site Loading Slow JetPack update pixel.quantserve.comYour site is running slow. You may want to look into using a caching plugin like w3 total cache to help speed the site up. I’m not sure what you mean it’s displaying pixel.quantserve.com? What is it supposed to display?
Forum: Installing WordPress
In reply to: Help needed in installing WordPress on VirtualminHi sameermanas,
It appears PHP is not configured correctly to execute the PHP files. You may want to contact the hosting provider to see if they can help you.
Forum: Fixing WordPress
In reply to: "Cannot modify header" error messagesHere’s a link from the codex that may help you solve this problem. Typically, it’s related to white space or an extra character:
Forum: Fixing WordPress
In reply to: user dashboardAre you sure you are logging in with the administrator account? You may want to verify this and check what role you have assigned to the user.