Ok… .I copied the entire Jpgraph-4.4.2-src-only from the zip file I downloaded
Screenshot: Left is from zip file right is whats their now. Now that I look the file sizes dont match. I could try again copy everything from src folder in the zip over to my host site?
I know you are tired of me bugging you. Would you be willing to review my site for which I would gladly pay you for your time and/or make a donation. You could probably figure this stuff out in minutes.
Still trying to figure out the graphs. They now work, but get an error at the top of the page. I downloaded the files from zip file to my site. I changed the lines to point to the new folder, yet still get the errors.
Hey DeputyDawg,
yes, I’m trying to to upgrade my old Carter style website to the Saratoga style
mainly for the “weather detail” pages, Harold has a really cool setup, with like 4 different website choices using sub-directories.
I checked my Carter website with the validator and came back with 536 errors lol http://www.docmarvweather.com/
Currently mine Ballaugh Weather - Home has 6 errors in validation most of which concern tr ref and they have proved to be the hardest to sort as it either breaks the page or gives more errors and then there’s finding the right script to edit in the first place
My version is described as their “non-DTD-based validator”. I presume (until corrected) that this means it ignores any Document Type Definition that script authors may include.
I’m sure @pwsdashboard recommended my version recently in connection with beta testing, but the files have been closed.
The basic debugging actions for fixing HTML (or CSS) validation is:
Do a validation on a stock page like wxnewpage.php or wxsitemap.php – as shipped, they validate w/o error.
if you find errata there, then start with top.php, header.php, menubar.php and footer.php – the errata are likely caused by modifications to one of those pages.
when the wxnewpage.php and wxsitemap.php now validate, then you can try validation of the wx…php page that has errata (knowing that the errors are now likely on that page alone).
For Saratoga Template HTML ( XHTML 1.0 Transitional) use
The ‘nu’ validator is for HTML5 (not currently used in the Saratoga Template nor auxiliary scripts) … it will show lots of errata for closed tags, obsolete (in HTML5) tags, etc.