cloudy

Author Topic: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+  (Read 23004 times)

0 Members and 3 Guests are viewing this topic.

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #90 on: January 19, 2010, 02:09:57 AM »
Make sure you have comments enabled in WP admin.

Offline jjmcnelly

  • Posts: 263
  • Napavine, WA
    • Cedar Ridge Weather Station, Napavine WA 98565
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #91 on: January 21, 2010, 02:20:55 AM »
Make sure you have comments enabled in WP admin.

Coments are enabled.  I had them enabled before I upgraded to the latest version.

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #92 on: January 21, 2010, 03:54:36 PM »
Coments are enabled.  I had them enabled before I upgraded to the latest version.

Please explain the problem in detail because when I look at your blog I see the link to add comments, If I click it shows a message I have to be registered and logged in to comment, it shows me the log in form so what part is not working?

PS every time I load your blog page I get a pop-up message AJAX DASHBOARD ERROR about clientraw.txt is missing.

Offline magical46

  • Posts: 448
    • Weybourne Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #93 on: January 21, 2010, 10:34:19 PM »
Hi
I noticed yesterday the error "Ajax dashboard error. Your./clientraw.txt file could notbe found" on my blog page, never seen it before and don't think the clientraw files have moved, all other sections of website ok just the blog area?
Any ideas anyone

Phil

Offline BfdWx

  • Posts: 1,586
  • Branford Connecticut
    • Branford Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #94 on: January 21, 2010, 11:31:50 PM »
Quote
Any ideas anyone

Happening with me too! Only thing I can think of and I'm looking into is the new ajaxWDwx scripts. That is the only thing new to me!

Jack

Offline magical46

  • Posts: 448
    • Weybourne Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #95 on: January 21, 2010, 11:34:23 PM »
I too am using the new ajaxWD.js script. I'll ask the question on that thread
Phil

Offline BfdWx

  • Posts: 1,586
  • Branford Connecticut
    • Branford Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #96 on: January 21, 2010, 11:39:03 PM »
Yeah, I changed the "header.php" for the blog page to include the new scripts but that did not help. It has caused my temperature updates to stop working on this page too. #-o

Offline jjmcnelly

  • Posts: 263
  • Napavine, WA
    • Cedar Ridge Weather Station, Napavine WA 98565
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #97 on: January 22, 2010, 02:38:55 AM »
Please explain the problem in detail because when I look at your blog I see the link to add comments, If I click it shows a message I have to be registered and logged in to comment, it shows me the log in form so what part is not working?

PS every time I load your blog page I get a pop-up message AJAX DASHBOARD ERROR about clientraw.txt is missing.

If I look at my blog page, I don't see the add comment link, unless I am logged in.  Then I see it.  About the clientraw error, I am not sure.  I am using the new ajaxWDwx.js flile.  Maybe that needs to be looked at.  I am using Firefox for my browser.

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #98 on: January 22, 2010, 03:18:29 AM »
I too am using the new ajaxWD.js script. I'll ask the question on that thread
Phil

The problem is here in ajaxWDwx-settings.js:
clientrawFile = './clientraw.txt';

the blog needs to have actual paths not relative ones, so you need to fix the clientrawFile setting.



Offline BfdWx

  • Posts: 1,586
  • Branford Connecticut
    • Branford Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #99 on: January 22, 2010, 03:26:14 AM »
Quote
the blog needs to have actual paths not relative ones, so you need to fix the clientrawFile setting.

Tried the full path in the ajax path, still get the error.

Jack

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #100 on: January 22, 2010, 05:02:49 AM »
file path or URL path? It probably needs file path.

Offline saratogaWX

  • Posts: 4,672
  • Saratoga, CA, USA 37:16:28N, 122:01:23W - Elev: 374ft.
    • Saratoga Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #101 on: January 22, 2010, 06:17:44 AM »
JavaScript always needs URL path (it can only see the filesystem from the document root)

PHP needs the filesystem path or the relative file path.
Ken True
Saratoga Weather
CWOP: CW1792
WeatherUnderground: KCASARAT1
Free weather website PHP scripts and WD website AJAX templates

Offline Tornado Tim

  • Posts: 558
  • I Love storms!
  • Matangi, Hamilton, Waikato, New Zealand
    • Matangi Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #102 on: January 22, 2010, 06:36:24 AM »
My comments area show for me(the place where text input for comments is given), its just once a comment is posted it doesnt show.
Very strange because I did the instructions step by step to.
Example: 2 Comments: http://wx-matangi.dyndns.org/Weather/wxblog/?p=55

Offline BfdWx

  • Posts: 1,586
  • Branford Connecticut
    • Branford Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #103 on: January 22, 2010, 12:10:55 PM »
Tried it both ways....same error! #-o

Offline Tornado Tim

  • Posts: 558
  • I Love storms!
  • Matangi, Hamilton, Waikato, New Zealand
    • Matangi Weather
Re: WordPress Blog Add On for Carterlake Templates updated for WP 2.9+
« Reply #104 on: January 28, 2010, 07:36:37 AM »
bump.