hello,
i just upload the new version 2.8.4 and i can not even seen the hello world post! i have not plug-ins. my theme is the default theme. i have not added anything special or new. the posts would just not show up.
need help please!
hello,
i just upload the new version 2.8.4 and i can not even seen the hello world post! i have not plug-ins. my theme is the default theme. i have not added anything special or new. the posts would just not show up.
need help please!
If you are cutting and pasting from Word, don't.
URL?
the funny thing is that i do not get any error. i just get a blank page.
http://www.pollbotsurvey.com/Beauty/?p=1
i do not exactly know what you mean by cutting and pasting, but i have not been doing that, at all.
i have changed the default theme by the classic theme and did not work either.
i have read the forum but i cannot find anything that gives me a lead to solve this problem. even if i add a new post, it would not show up (same as above=blank)
need ideas...
sorry. this is the new link
the funny thing is that i do not get any error. i just get a blank page.
http://www.pollbotsurvey.com/Beauty/hello-world/
i do not exactly know what you mean by cutting and pasting, but i have not been doing that, at all.
i have changed the default theme by the classic theme and did not work either.
i have read the forum but i cannot find anything that gives me a lead to solve this problem. even if i add a new post, it would not show up (same as above=blank)
need ideas...
What are your Permalinks set to?
Settings > Permalinks
permalinks: custome structure --> /%postname%/
Hmmm. What does your .htaccess file contain?
I'm getting a redirect loop y'see.
this is what it has:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Beauty/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Beauty/index.php [L]
</IfModule>
# END WordPress
this is foreign language to me.
thanks for your time
Oh ok.
On Settings > General, what have you got as the WordPress address and the Blog address? I think that's the bit that's possibly wrong.
both are:
http://www.pollbotsurvey.com/Beauty
any ideas?
I don't know what your issue is but what the guy meant by copy and paste is by copying the content, either you wrote it up on work or even off of a different site and then you paste it into the edit area of your new post.
I don't know if this is your problem but I did experience what you are awhile back. Try to view your website on a different browser, firefox shows stuff that Internet Explorer cannot. OR and easy way to fix what I'm talking about it to go to the edit area of the post and select the HTML view and see if any really weird encoding is there.
I was copy pasting from microsoft word 2007 and it was adding a weird AJAX coding or something like that. It made all my pages blank in IE but they would show up normal in FF.
Oh I forgot how to tell you how to fix it if you are getting weird code.
Simply stay in Html mode and then paste the text again. No code will be added.
Markthedude,
thanks for your suggestion.
unfortunately i am not getting anywhere. i tried in IE, firefox, chrome but somehow nothing is showing up, not even the pages which makes me think if this have to do with the database for the blog? what do you think?
any suggestions?
If it was a database issue you wouldn't even be able to view your site, you would have a big ERORR ESTABLISHING DATABASE when you try to load your site.
However I have had weird things happen with wordpress.
To see if your database is right open up your config.php file in notepad, I use adobe dreamweaver but not everyone has it.
Use a Ftp client to get to your file, right click on the file and select view>edit.
Look at the names that are setup for the username, database and password.
Now, go into your Cpanel, I use hostgator so this part may be different for you.
But I goto MySql Databases and it shows me the databases and user names. It will not show you the password but if the other 2 are not matching make a new user, new database, add the user to the database. edit the config.php file with the username, password, and database name. Re-upload just that file and see if that does it for you.
Do this with caution though! If this is not the issue and you miss type something your site will go down until you get everything straightened out. If you don't know what you are doing better to ask questions and do things slowly.
Ok I just checked out your site again, when I try to load a page it doesn't work as you know, but at the end of the url there is/php.install.
I'm going to try something real quick and post back.
Ok so this is all that I checked.
http://www.pollbotsurvey.com/wp-admin/install.php
It's registering the you have it installed. I'm thinking that the install files are in the wrong place or in an extra folder.
How did you install WP, fantastico or ftp client?
(sorry been out tonight)
The WordPress and Blog address (on Settings > General) will need to be:
http://www.pollbotsurvey.com/
(as it looks like you've installed WordPress in the root directory and not in a 'Beauty' sub-directory)
G'night.
To fix the issue that your having if alism is right, which I think he is, is to uninstall wordpress and install it into the sub folder he mentioned.
Good Luck!
Alism,
thanks for your input. i did what you suggested and to my bad luck, it did not work.
Markhedude,
i get the same as you. i have checked and install.php is in the wp-admin folder.
i installed WP using FTP. this is not the first time i install WP and in the previous ocasions i did not have this weird problem.
the only thing which differs now from my previous attempts to use WP is that this time i am using the latest version 2.8.4.
i am really clueless. i have google redirect loop and have followed the suggestions and i still cannot make it work.
what is happening? i do not think it is WP? or is it?
thanks for the comments,
Is this your blog? http://www.pollbotsurvey.com/ If so there are some errors that may be causing problems shown here, http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.pollbotsurvey.com%2f
If that is not your blog and it is supposed to be . . . pollbotsurvey.com/beauty, where by the way it seems wp is installed then your settings under dashboard, general for where wp and your blog are located are incorrect. Be careful here. If you put in the wrong settings you will have a hard time getting it corrected.
If the "beauty" is your blog, I am not sure why you are installing it within a half-finished messed up blog pollbotsurvey. It certainly makes things confusing.
kmessinger,
i want to thank you for your time and input.
finally i had this issue solved. i knew i had installed wp in the root directory /pollbotsurvey. so in order to have wp worked in the /beauty/ subdirectory, i delete wp from the root.
now i have this fixed and i can see the posts.
Alism and Markhedude, thanks to both of you too!
regards
You must log in to post.