neogarfield
Forum Replies Created
-
There is a little workaround this, if you are willing to sacrifice the header image. If the header-image call is commented out, it stops displaying this error. To do this, go to Appearance>Editor and click on header.php
The very last line of the code will be
<?php get_template_part( 'header-image' ); ?>
Change it to
<?php /* get_template_part( 'header-image' ); */ ?>
That should do the trick. Please note that this will remove the header image. This is only a workaround; it stopped showing errors, but that doesn’t mean this is foolproof. Someone should look into what about Jetpack causing this…
Forum: Fixing WordPress
In reply to: WP site hacked – index.php replaced, locked out of admin… Curious…Thanks mate. But i figured out that i was being stupid and i still had FTP access. Accessed through phpmyadmin and got information about the hackers too. They were stupid enough to leave their email id with their domain name in the recovery email field.
Forum: Fixing WordPress
In reply to: Site hacked — WordPress vulnerabilities?Thanks…
But it still does not explain why it happened..
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sent by…Do you have a plugin named Subscribe2Comments?
I had this plugin, and it was unsuitable with WP 2.1. I just deactivated the plugin, and now I dont get this error anymore.
Actually the More Smilies plugin is conflicting with anything to do with AJAX!
I had this Ajax Calandar enhancer, and I got this same error. I disabled the Smileys thing, and its OK now…
Forum: Installing WordPress
In reply to: Forgot my username and password to log into my blogOh, sorry for the wrong information! I thought it might be true, since we configured the default username and pass using wp-config.
Forum: Installing WordPress
In reply to: Forgot my username and password to log into my blogSimple solution. Download the wp-config.php page. Open it up with a text editor. Locate the username and password. Try logging in with the username and password.
Else, try changing the username and password in the wp-config file, reupload the file overwriting the older version, and try logging in with the new username and password which you specified in the wp-config.
Forum: Installing WordPress
In reply to: Internal Server error 500I dont know what causes the error, but if you CHMOD the entire folder to 755, the error disappears… Try it out ??
Forum: Themes and Templates
In reply to: How do I get the theme picture to show upHeres a tip.
Get a ftp client. Go to wp_content>themes>east>images
Select all files and reset permissions to 755
That’ll help, trust me.Please feel free to contact me personally for more help via email [email protected] or [email protected]
Or messengers-
MSN : [email protected]
GTALK : [email protected]Forum: Your WordPress
In reply to: A review of my blog : Blog For PeaceHey cool it. Here are my answers –
>I AM NOT A ARMCHAIR activist for your information! I DO social and community charity works. Who did you think I am? A stupid blogger just trying to make some money??? Im an executive member of the school Interact Club. We do charitable deeds. So far, we have rescued about 189 babies from starvation!We sponser the education of about 200 children, like us, and we distribute food, clothing etc every month to the needy and shelters!
We conduct picnics for orphanages etc. Like I said, I have first hadn experience in these stuff. Of course, I have posted a highly brutal side of Carter, but hinestly, if it were me, I would pick up the baby and deliver it to the food camp!I say this because I HAVE DONE this a couple of times yes! I have saved a couple of 2 year old kids abandoned downtown by measly beggars!>I DO have an aim. My aim is worldwide peace. Yeah, laugh. I know what you’r thinking – “This fat ass 16 year old thinks he can save the world by posting rubbish!”
Well, for your information, thats EXACTLY what I plan to do! I havnt yet launched an about page ‘coz the blog is only developing. And I have a few members to join the cause already!And what do you mean by saying my content is too flat? And my colours are flashing? (I refrain from cursing your blog, since one must practice what he preaches)
And please be aware of the fact that you shouldnt be adopting that tone of writing with me. Get too far with writing, and you get a first hand report published in any of the major Indian english newspapers about a “highly baised and demented” blog run by a “demented old fool” nicknamed niziol. Though Im only 16, Im a freelance for most of the newspapers in India. Most if them value my articles, and almost any review/article I send is a sure post in the Sunday edition! You can choose, Times of India, The Indian Express, The Hindu etc… ?? So be more polite on the net, especially to fellow bloggers.
Yours,
MohanForum: Themes and Templates
In reply to: How do I get the theme picture to show upDid you try CHMODing the entire site to 755?
Forum: Plugins
In reply to: Need people’s opinions on my pluginHey,
I think its a spiffing idea. And I think that option (2) will be better. And a suggestion for your plugin – Instead of showing
“Post author rates Terminator 3 as 8.0. 23 readers rate it as 7.0.”can we have something like an average? I.e. Post author rates the post as 9, 2 readers rate it as 7, the rating will be (9+7+7)/3 = 7.66 , and what is shown will be :
“Rated 7.66 (3 votes)”
This is just an example suggestion.This wouldbe useful since it will not be restricted to movies, books etc. Webmasters can use this to get ratings for their posts.Go ahead with your idea, and edit a bit if you can and release another plugin like the one I suggested above, it would be cool ??
Yours,
MohanForum: Installing WordPress
In reply to: Installation problem – Error 500Hey,
Heres what you have to do :
Use a ftp manager, or cPanel to go to wp-admin and CHMOD the upgrade.php to 755It worked for me.
I dont know why this happens, but the error log shows that when the file is writable by others, it cannot be run.I dont know why.Try this solution…