FreshWDL install problem

I tried to install FreshWDL to my website. The instructions I got were, “just upload the freshWDL .html and config.js files to your web site, where the clientraw.txt file is, and then point your web browser to that web page, and it should work.” The file in the zip was freshWDLmaster.html, so that’s what I put in the directory with the config.js file.

Unfortunately, no go. When I go to The Voorhees Weather Station, all I get is a version of my homepage from 2008. FreshWDL does not come up. I also tried putting the files in the old wdlfiles folder. the system still put a copy of the clientraw files there as well as in the root. same result.

I’m obviously doing something wrong. Any ideas?

thanks…

…joe

PS: the forum keeps changing the web address and page above to a hyperlink. I wish it wouldn’t…

If you don’t want a URL to be converted to a link (which is the most common requirement) then put it in a quote (look for the quote option in the editor icon bar).

The readme.txt actually says:

I also have a setup.txt (1.0 KB) file, which goes into a little more detail.

have you got an error 404 redirect that points to that page

I’ve seen that page before

What shows in the server error logs
But I think your webserver needs a bit of a tidy up to get rid of old and unused files and folders

nothing in the error logs…

I finally was able to get FreshWDL to work. For some reason, the html file needed to be renamed “index.html.” No other name would work.

It also turns out that the old webpage from 2008 that kept coming up was a “stuck” “index.php” file that was generated somehow when the server at the hosting service burped and took the site offline for several days back in the early part of this year. When they restored the site after fixing the server, there were a lot of old previously deleted files that were restored as well. I thought I was able to get most of them deleted again, but I must’ve missed one.

I guess, for whatever reason, when I tried to browse to “FreshWDLmaster.html,” the requirement to have a file named “index” would bring up that old php file. Once that file was deleted, it still wouldn’t work, hence the thought to change the name of “FreshWDLmaster.html” to “index.html.”

So, it’s working now.

thanks…

…joe

So where is it? I can’t find it. . .

But index.html is your main web page which I assume is in your root directory and you can only have one index in a directory
All I can say is something very strange is going on with your server

1 Like

I haven’t taken it “live” yet. But you should be able to access it at:

njvoorheesweather.com/wdlfiles/index.html

…for the time being…

The “index.html” for FreshWDL is not in the root directory. its in the “root/wdlfiles” directory. The main site is working fine and there’s nothing wrong with the server.

It says “Data Currently Unavailable. . .”

dunno. seems to be working here…

I also get the “Data Currently Unavailable” message so there’s something wrong somewhere.

1 Like

Not sure what that could be. It’s all setup on the HostGator server, wherever they are. I’m viewing it from my work office in Philadelphia.

I think this is the problem, but I’m not sure why! Your config file contains

customBaseURL = "https://www.njvoorheesweather.com/wdlfiles/"

So it’s referrring to your web site as www.njvoorheesweather.com, but the links you’re posting here have been njvoorheesweather.com (no www). If I access your FreshWDL site using www.njvoorheesweather.com/wdlfiles/ (FreshWDL) then FreshWDL is displayed with data in it. My guess is that njvoorheesweather.com is pointing somewhere slightly different than www.njvoorheesweather.com but that would only be something that you could see in your host control panel/interface.

1 Like

Again, I don’t know why that would be. If you look at the pic uploaded earlier, the address bar says, “njvoorheesweather.com/wdlfiles/index.html.” So there’s no “www” in it and I didn’t type it in with “www”.

I will take out the “www” config to see if that helps anyway.

When I enter the ‘www.’ version into the browser, it’s changed to the non-www version but it works, whereas entering the non-www version doesn’t work.

That has fixed it for me

hmmm. I just updated the config file to take out “www.” can you try again?

1 Like