Search found 17 matches

by jmglastetter
Tue Sep 28, 2021 7:24 am
Forum: Generelles in Deutsch
Topic: Lightbox (serendipity_event_lightbox) 2.5.3
Replies: 4
Views: 2735

Re: Lightbox (serendipity_event_lightbox) 2.5.3

Mine is doing the exact same. I didn't notice it until after upgrading to 2.4-beta 1, so I don't know if the issue is with the 2.4-beta update or a lightbox update.
by jmglastetter
Thu Feb 20, 2020 8:55 pm
Forum: General discussions
Topic: URL parameter causing 404
Replies: 0
Views: 18898

URL parameter causing 404

When adding a Parameter to our URL, it's causing a 404 error.

example.com/test?foo=bar

Is there something in HTACCESS or the Config file I should look at?
by jmglastetter
Wed Jan 29, 2020 4:01 am
Forum: General discussions
Topic: Meta and Rel tags for individual pages
Replies: 1
Views: 9201

Meta and Rel tags for individual pages

I'm currently using the HTML nugget plugin to insert into the head for site-wide information.

Needing to insert robot meta tags and rel canonical tags to the head of individual static pages.

Is there a way to do this, maybe another plugin I'm overlooking?
by jmglastetter
Tue Dec 31, 2019 5:55 pm
Forum: General discussions
Topic: Google sitelink pointing to "Pagination"
Replies: 2
Views: 9508

Re: Google sitelink pointing to "Pagination"

Hi! Still looking for help with this. I've attached a screen capture of what the sitelink looks like.

Would adding a robot.txt file be appropiate to block this page from appearing, or would that block the whole site since it's pointing to /index.php?
by jmglastetter
Mon Nov 25, 2019 5:31 am
Forum: General discussions
Topic: Google sitelink pointing to "Pagination"
Replies: 2
Views: 9508

Google sitelink pointing to "Pagination"

Doing a search for my own site has recently started showing a mysterious sitelink below my site's result pointing to a page called "Pagination". The URL it's pointing to is https://mysite.com/index.php?frontpage?frontpage. (my actual site changed to "mysite") My site consist of a...
by jmglastetter
Sun Aug 04, 2019 7:11 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

That fixed it. Hopefully I was more prepared with the information you needed this time around. Existing Line 152: {if (($taskCount > 0) || (sizeof($sqlfiles) > 0))} Updated Line 152: {if (($taskCount > 0) || ($sqlfiles && (sizeof($sqlfiles) > 0)))} After updating that line and clicking the u...
by jmglastetter
Sun Aug 04, 2019 6:10 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

At it again. Similar error message now when trying to update from 2.3-beta1 to 2.3-rc1. Using PHP 7.3.6. There are no plugin updates available. Line 128 of upgrader.inc.tpl still reads "{if $sqlfiles && (sizeof($sqlfiles) > 0)}" which is what we changed to last time to solve the er...
by jmglastetter
Sun Jun 02, 2019 4:39 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

You are right, after trying Update Plugins a few times, and installing a few plugins to test, I'm not getting the HTTP-Referrer error anymore. :D
by jmglastetter
Sat Jun 01, 2019 3:55 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

It worked! Thank you for being persistent!
Powered by Serendipity 2.3-beta1 and PHP 7.3.3
Is the Update Plugin HTTP-Referrer string error, and the CheckSum error anything the try to fix?
by jmglastetter
Sat Jun 01, 2019 2:20 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

Line 128 of templates/2k11_myfork/admin/upgrader.inc.tpl

Code: Select all

{if (sizeof($sqlfiles) > 0)}
I also verified that this is the same code on line 128 of my regular 2k11.
by jmglastetter
Sat Jun 01, 2019 5:36 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

Also, something else I just noticed, in 2.1.5 when clicking Verify Installation Integrity within Maintenance, I get the error

Code: Select all

Unable to compare checksums! (No checksums.inc.php in main directory)
I verified the file is there, but it is an blank file.
by jmglastetter
Sat Jun 01, 2019 5:28 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

I indeed was able to update the Staticpage plugin and that cleared the debugging errors in 2.1.5. Although there's something else that's been fishy with my plugins...when I click Update Plugins , I get the error below. Clicking Update Plugins a second time normally clears it. I've checked that it is...
by jmglastetter
Fri May 31, 2019 9:10 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

Below is what appeared after adding the debug line to serendipity_config_local.inc.php . Also a separate Smarty Debug Console popped up as well. #0 errorToExceptionHandler(1, Uncaught ErrorException: Warning: Use of undefined constant INCLUDE_ANY - assumed 'INCLUDE_ANY' (this will throw an Error in ...
by jmglastetter
Fri May 31, 2019 3:59 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

Hi Onli! Thank you for helping with this. The first part regarding the stacktrace I have never performed before and would need a walk-through, but the second part regarding changes to the admin area...there are changes I made some time ago. Here are what notes I have on what was changed. Unfortunate...
by jmglastetter
Wed May 29, 2019 7:19 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 170752

"Uncaught Error" when updating from 2.15 to 2.3-beta1

Hi! When trying to update from 2.1.5 to 2.3 Beta1, I get the normal screen that states, "Serendipity has detected that your currently installed Serendipity version is 2.1.5. It seems you are attempting to upgrade to version 2.3-beta1, so you need to click here to continue the upgrade process.&q...