Does not function with wp-stateless
-
We run wp-stateless, meaning our wordpress containers are stateless, no storage (its stored in GCS). This works by redirecting the filesystem layer.
This plugin emits these errors:
[08-May-2025 14:42:50] WARNING: [pool www] child 75 said into stderr: "NOTICE: PHP message: PHP Warning: file_put_contents(): wpCloud\StatelessMedia\StreamWrapper::stream_lock is not implemented! in /app/wp-content/plugins/website-llms-txt/includes/class-llms-generator.php on line 119"
[08-May-2025 14:42:50] WARNING: [pool www] child 75 said into stderr: "NOTICE: PHP message: PHP Warning: file_put_contents(): Exclusive locks are not supported for this stream in /app/wp-content/plugins/website-llms-txt/includes/class-llms-generator.php on line 119"I think for this plugin you should render the markdown into the database as a posttype, rather than assume writing to the fileystem.
If it does write to the filesystem, it would need some way to handle multiple instances of wordpress (e.g. don’t want both instance regenerating at the same time).
This prevents it functioning: it does not create the llms.txt file.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Does not function with wp-stateless’ is closed to new replies.