Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thanks 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.

    I am having the same problem.
    Running WP1.5 at godaddy.com

    my 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: 404

    I am having the same problem.

    my site is at https://www.kalimpong.info
    hosted at godaddy
    using WP 1.5

    All 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.

    Thread Starter anujkp

    (@anujkp)

    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.php

    I guess I have to do this manually for the other themes too… hmmm

    anujkp

    (@anujkp)

    I had the same problem — “Ooops POP3: premature NOOP OK, NOT an RFC 1939” —

    and the solution from Digory fixed the problem.

    Thread Starter anujkp

    (@anujkp)

    OK, 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.

    Thread Starter anujkp

    (@anujkp)

    OK, 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 Available
    anujkp

    (@anujkp)

    oops.. 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 Available
    anujkp

    (@anujkp)

    I 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 6

    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 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.

Viewing 9 replies - 1 through 9 (of 9 total)