(2016-03-30, 16:44:58)pigsound Wrote:(2016-03-30, 16:02:30)jwzumwalt Wrote: UPDATE
Just tried installing 1.0.1 then 3.4.1.... It worked!!
So, there is a config problem.
dear jwzumwalt, what are you referring to when writing about version numbers 1.0.1 and 1.5 ? some plugin maybe, or an older version of getsimple blog?
- Go to the blog plugin page http://get-simple.info/extend/plugin/gs-blog/462/
- At the very bottom of the screen is "Archived Versions:" click on "show"
- select and install 1.0.1
- then select and install 3.4.1 from http://get-simple.info/extend/plugin/get...-blog/810/
- disable the old blog
- at about line #327 make this change in <site>/plugins/gs-blog/inc/adminFunctions.php
Code:
if(!empty((string)$data->thumbnail)) { // Does a thumbnail exist with the post?
With
Code:
$thumbfile = (string) $data->thumbnail;
if(!empty($thumbfile)) { // Does a thumbnail exist with the post?
// Output the HTML for the image
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
jwzumwalt
(\__/)
(='.'=)
(")_(")