Search found 13 matches
- Mon Nov 25, 2019 6:31 am
- Forum: General discussions
- Topic: Google sitelink pointing to "Pagination"
- Replies: 0
- Views: 847
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 about 20 static pages...
- Sun Aug 04, 2019 7:11 pm
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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 update bu...
- Sun Aug 04, 2019 6:10 am
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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 error. Stack Trace F...
- Sun Jun 02, 2019 4:39 am
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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. 

- Sat Jun 01, 2019 3:55 pm
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1
It worked! Thank you for being persistent!
Is the Update Plugin HTTP-Referrer string error, and the CheckSum error anything the try to fix?Powered by Serendipity 2.3-beta1 and PHP 7.3.3
- Sat Jun 01, 2019 2:20 pm
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Line 128 of templates/2k11_myfork/admin/upgrader.inc.tpl
I also verified that this is the same code on line 128 of my regular 2k11.
Code: Select all
{if (sizeof($sqlfiles) > 0)}
- Sat Jun 01, 2019 5:36 am
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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
I verified the file is there, but it is an blank file.
Code: Select all
Unable to compare checksums! (No checksums.inc.php in main directory)
- Sat Jun 01, 2019 5:28 am
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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...
- Fri May 31, 2019 9:10 pm
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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 ...
- Fri May 31, 2019 3:59 pm
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
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...
- Wed May 29, 2019 7:19 am
- Forum: Bugs
- Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
- Replies: 40
- Views: 2028
"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." After...
- Mon Apr 15, 2019 4:52 pm
- Forum: Installation
- Topic: Trouble installing
- Replies: 9
- Views: 898
Re: Trouble installing
For what it's worth, I've been running 2.1.4 and php 7.3.0 for quite some time now with no known ill effects.
- Wed Dec 19, 2018 6:37 pm
- Forum: General discussions
- Topic: Image behind text
- Replies: 7
- Views: 980
Re: Image behind text
Hi Don! I wanted to let you know that for all the years I have been using 2k11, I've always had to keep notes of what I changed, so when I updated I would know what I needed to change back that was lost. Your instructions here are so clear, that I absolutely jumped on board following your instructio...