Search found 14 matches

by freymann
Wed Apr 14, 2021 1:03 am
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

Nice! That gets rid of the error but at the same time I have comments disabled in the Spam Plugin so the comment form shouldn't be coming up at all.

I guess I can just edit the tpl file and remove the form, as we don't want new comments at this time.
by freymann
Tue Apr 13, 2021 5:09 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

Very nice,

commentpopup.tpl

is what gets returned.
by freymann
Tue Apr 13, 2021 1:20 am
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

no blank page, I get this: == ERROR-REPORT (DEBUGGING ENABLED) == == (When you copy this debug output to a forum or other places, make sure to remove your username/passwords, as they may be contained within function calls) == #0 errorToExceptionHandler(1, Uncaught --> Smarty: Source: Missing name <-...
by freymann
Sun Apr 11, 2021 10:42 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

/blog/comment.php?serendipity[entry_id]=2813&serendipity[type]=comments The web url is calling on entry id 2813. When I call that one up in the database it says there aren't any comments. And if I look in the comments table there are no matches. Is this a bug when an entry has no comments? If I ...
by freymann
Sun Apr 11, 2021 10:39 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

Yes it does... == ERROR-REPORT (DEBUGGING ENABLED) == == (When you copy this debug output to a forum or other places, make sure to remove your username/passwords, as they may be contained within function calls) == #0 errorToExceptionHandler(1, Uncaught --> Smarty: Source: Missing name <-- thrown, /p...
by freymann
Sun Apr 11, 2021 8:48 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

That IP # in the error log is a googlebot.com address. I looked in the error log for the IP# I was coming from and there are no errors, so the google bot must be checking on different urls. A quick search in the access_log is showing the bots hitting comment.php, so it's something to do with the com...
by freymann
Sun Apr 11, 2021 8:37 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Re: Fatal Error: Uncaught --> Smarty: Source: Missing name

With this line in the local config file: $serendipity['production'] = 'debug'; [Sun Apr 11 13:32:32.614968 2021] [php7:error] [pid 69474] [client 66.249.70.81:44301] PHP Fatal error: Uncaught --> Smarty: Source: Missing name <-- \n thrown in /public_html/blog/bundled-libs/Smarty/libs/sysplugins/smar...
by freymann
Sun Apr 11, 2021 5:50 pm
Forum: Themes
Topic: Fatal Error: Uncaught --> Smarty: Source: Missing name
Replies: 13
Views: 46876

Fatal Error: Uncaught --> Smarty: Source: Missing name

On a fresh install of v2.3.5 with default back end and a customized front end, everything appears to be working just fine. But in the web server's error_log file I am seeing: Fatal Error: Uncaught --> Smarty: Source: Missing name thrown in ../bundled-libs/Smarty/libs/sysplugins/smarty_template_sourc...
by freymann
Sun Apr 11, 2021 5:44 pm
Forum: Installation
Topic: Can't assign a Category
Replies: 5
Views: 9430

Re: Can't assign a Category - RESOLVED

I ended up doing a fresh install, no extra plugins, carefully edited and updated our theme and after a fresh database, replaced about 8 tables from our working site, and we seem to be OK other than one smarty error I need to investigate separately. I've changed this subject reply to RESOLVED. I woul...
by freymann
Sun Apr 11, 2021 5:42 pm
Forum: Installation
Topic: Warning: Illegal string offset 'extension'
Replies: 2
Views: 7969

Re: Warning: Illegal string offset 'extension' - RESOLVED

I did a test install under Ubuntu and that went smooth so I went ahead and did a fresh install on the live FreeBSD web server and we seem to be good now (no CKeditor) and the edit/enter entries is fully functional. I have one error in the web server log I need to investigate but I'll make that a sep...
by freymann
Sat Apr 10, 2021 5:51 pm
Forum: Installation
Topic: Warning: Illegal string offset 'extension'
Replies: 2
Views: 7969

Warning: Illegal string offset 'extension'

I'm still working on upgrading our old v.1 Serendipity Blog to v2.3.5 We run on FreeBSD server, all current versions of everything, PHP 7.4, etc. I'm doing my 'test' work on a Windoze Box using XAMMP. I did another fresh install of Serendipity 2.3.5 this morning. I'm trying to imitate what I will be...
by freymann
Wed Apr 07, 2021 2:30 am
Forum: Installation
Topic: Can't assign a Category
Replies: 5
Views: 9430

Re: Can't assign a Category

On a fresh install, when I log in as admin and view source, the backend theme is the default and both are showing the same things in the header. The only difference I saw was: on the fresh test install <script src="http://localhost/serendipity/index.php?/serendipity_admin.js&amp;v="></...
by freymann
Wed Apr 07, 2021 1:33 am
Forum: Installation
Topic: Can't assign a Category
Replies: 5
Views: 9430

Re: Can't assign a Category

The blog is working and displaying properly, we just can't assign a category to new entries when logged in. A missing Javascript is what I'm suspecting. We had somebody modify the bazooka theme years ago, I'm having a look through the directory to see if it's missing something. Looks like we are usi...
by freymann
Tue Apr 06, 2021 6:28 pm
Forum: Installation
Topic: Can't assign a Category
Replies: 5
Views: 9430

Can't assign a Category

We upgraded our older 1.6.something blog to 2.3.5 and now when we create or edit a new entry we are unable to assign a category... the list never appears and if we click the category button nothing happens. I did a fresh install of 2.3.5 and pointed it to the existing (1.6.something) database, and i...