-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL: WITH OIDs no longer supported #774
Comments
@titanofold I can have a look at whether my test environment supports PostgreSQL, but am not sure how to fix this. Do you have a recommendation, ideally: Could you submit a Pull Request for this? |
Is there a workaround around this? I have been bitten when upgrading Serendipity almost two years after this issue stalled. How would I get my blog back up? If it is only the test environment that is missing, I can provide a VM with Debian stable/testing/unstable (your choice), a PostgreSQL database, apache, PHP (what ever is part of the Debian you chose) and root. |
@Zugschlus Could you try a fix for me? In include/db/postgres.inc.php, there is this code in line 218:
Does the blog work if you remove that line? If I read the stacktrace correctly this is where the error is coming from, it's also the only place in the core where |
I'm going to try that in the next few days. Since i have rolled back the machine to the last working state in the mean time, I need to build a reference box. Thanks for helping! |
My site is no longer loading with a recent upgrade for PostgreSQL.
WITH OIDs has actually been deprecated since 2005. There was a mailing list
announcement from 2018 that has some details:
https://www.postgresql.org/message-id/E1gPG3j-0003cy-03%40gemulon.postgresql.org
The text was updated successfully, but these errors were encountered: