anujkp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: All links brokenThanks Moshu for the reply …
GoDaddy replied by saying that they have “mod_rewrite enabled cgi hosting plans.”. Vague reply, i’ve asked them to clarify if they have mod-rewrite for PHP in the hosting server that I’m using right now. I know they DID have it coz my site worked fine for 4 months or so.
I checked my phpinfo file and there is no mention of a “mod_rewrite” anywhere! What does that mean?
Helpppp…
I think its godaddy’s fault!! aaaargh.Forum: Themes and Templates
In reply to: All links brokenI am having the same problem.
Running WP1.5 at godaddy.commy blog is https://www.kalimpong.info
I had it setup and working just perfect about 3-4 months ago. The permalinks were working fine and everything was chugging along nicely.
Then one fine day I discovered that ALL my links were broken, – the categories, the archives, the “pages”, even the individual posts. All sent me to 404.
I checked my site and found that the .htaccess file was missing (????) and I SWEAR I didnt remove it. In fact all I’ve done with the blog in the past 4 months is add posts, no tweaking at all.
Anyway, I tried creating one thru the permalink thing and it didnt happen, altho the .htaccess file was 666. So i pasted the rules into .htaccess (without whitespaces) and it still doesnt work.
My guess is that godaddy(host) has removed mod_rewrite .. is there any way to check it using my phpinfo file?? I’ve asked them if they still have mod_rewrite but they havent gotten back to me.
I would appreciate any help out here please. I used to have all the time to play about and figure out this stuff when I started off but now I do not have the time (or patience) to relearn/reconfigure my blog.
The funny thing is that it used to work fine and I didnt change anything – so maybe something broke at the hosting end..
Someone please help.
Forum: Fixing WordPress
In reply to: 404I am having the same problem.
my site is at https://www.kalimpong.info
hosted at godaddy
using WP 1.5All my categories, pages, links, — in fact pretty much all my links are showing up 404 pages.
I only noticed it today although it might have been happening for a few days. I have made ABSOLUTELY no changes to the blog configuration for at least 3 months approx..
Please help.
Well, I stumbled upon the solution myself..
I went into the theme directories (/wordpress/wp-content/themes/Greentrack),
and changed this:‘<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>’to
‘<?php
/* Don’t remove this line. */
require(‘./wordpress/wp-blog-header.php’);
?>’manually in the following files (in Greentrack):
category.php
date.php
index.php
search.php
and
single.phpI guess I have to do this manually for the other themes too… hmmm
Forum: Fixing WordPress
In reply to: Post via email – solution?I had the same problem — “Ooops POP3: premature NOOP OK, NOT an RFC 1939” —
and the solution from Digory fixed the problem.
Forum: Installing WordPress
In reply to: permalinks/.htaccess problem – WP1.5OK, That is solved too… mt .htaccess file was not being read.. so changed configurations on my apache configuration file and its working fine now. Phew.
Forum: Installing WordPress
In reply to: permalinks/.htaccess problem – WP1.5OK, My PHP was installed as a CGI rather than an Apache module so I changed that and now I dont get that long list of error messages anymore.
However, my permalinks still do not work, coz I get a 404 not found error. I havent searched in the support for this yet, so I’ll do a search before I ask any specific questions.Forum: Plugins
In reply to: GetWeather Plugin Availableoops.. regarding the previous post, I realised that i had whitespaces before the <?php in my getweather.php file. ….
Solved now!
:).. Thanks
Forum: Plugins
In reply to: GetWeather Plugin AvailableI installed the getweather plugin on my “trial” site.
has to mess about a bit but got it working.
However, when I activate the plugin from the WP admin, the following message shows up :
Warning: Cannot modify header information – headers already sent by (output started at C:\www\kalimpong_try\wordpress\wp-content\plugins\getweather.php:2) in C:\www\kalimpong_try\wordpress\wp-admin\admin.php on line 6Warning: Cannot modify header information – headers already sent by (output started at C:\www\kalimpong_try\wordpress\wp-content\plugins\getweather.php:2) in C:\www\kalimpong_try\wordpress\wp-admin\admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at C:\www\kalimpong_try\wordpress\wp-content\plugins\getweather.php:2) in C:\www\kalimpong_try\wordpress\wp-admin\admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at C:\www\kalimpong_try\wordpress\wp-content\plugins\getweather.php:2) in C:\www\kalimpong_try\wordpress\wp-admin\admin.php on line 9
The plugin gets activated but that message remains on the top of my admin pages..
help!!
btw, i’m a total newbie.. very limited php and css.. been working with blogger and am trying to switch to WP1.5…
thanks.