Skip to content

Added a check to make sure /cache/ is writable during update - #1037

Open
KuJoe wants to merge 5 commits into
danpros:masterfrom
KuJoe:master
Open

KuJoe wants to merge 5 commits into
danpros:masterfrom
KuJoe:master

Conversation

@KuJoe

@KuJoe KuJoe commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Added a simple check to make sure the /cache/ directory is writable by the PHP process during the update workflow.

As referenced in #984, probably doesn't address the initial problem but fixes a problem in the replies.

KuJoe added 5 commits March 17, 2026 17:38
Added a simple check to make sure the /cache/ directory is writable by the PHP process during the update workflow.
Added a page for admins/editors to do a quick spot check to make sure their webserver settings are healthy by doing a quick check for PHP version, PHP modules, and critical directories are writable.
Modernizing the sharing features to newer social media platforms.
- Replaced legacy file caching mechanisms with direct queries to SQLite for blog posts, static pages, drafts, and categories.
- Introduced vfs_get, vfs_put, vfs_exists, vfs_delete, vfs_mtime, vfs_rename, and vfs_glob functions to manage file operations through SQLite.
- Removed redundant cache files and legacy index caches.
- Added migration scripts to transfer existing content to the new SQLite structure.
- Updated autoloading and error handling in Composer dependencies.
- Cleaned up legacy code and improved overall file management efficiency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant