-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fresh install SilverStripe 4.11 + StaticPublisher #379
Comments
Sounds like the job might be failing on initialisation - can you please check if #374 gives you a more helpful error message? |
Closing as #374 has been merged and is presumed to fix this. If the problem persists even with that fix, please reopen the issue. |
Unfortunately, there is still an error - I reinstalled everything
|
That error is very different to the one for which you originally created this issue. It is very clearly pointing to some invalid value being passed to https://github.com/silverstripe/silverstripe-staticpublishqueue/blob/8950d87b48d650ac728702eadf991c34aa6f64ef/src/Job.php#L102 Specifically, this is saying that |
composer show symbiote/silverstripe-queuedjobs | grep versions EDIT: I published right now via bath publish (in 4.11 tinymce won't load – Forbidden – option again) all basic pages, and works! So URLs EDIT2: StaticCacheFullBuildJob only works via sake (terminal), via CMS Jobs – not, good and not good. |
Ok, I'am testing now over project with Fluent, same as yesterday test, all pages needs to be published again, even if previously published. Strange. EDIT: That's because it doesn't execute StaticCacheFullBuildJob, only after outsourced (Queued) tasks. EDIT: In short, I do not know how to perform a full – StaticCacheFullBuildTask 😬 |
Having the same issues as @guci0. Situation:
Run StaticCacheFullBuildTask --> added to the queue for immediate processing |
Sorry, wrong project , opened a new issue at -> silverstripe/silverstripe-staticpublishqueue#146 |
Hello,
I am trying to put the system together, I ran tests on a fresh installation, without Fluent - only with default pages.
// composer.json
"require": { "php": "^7.4 || ^8.0", "silverstripe/recipe-plugin": "^1.2", "silverstripe/recipe-cms": "~4.11.0@stable", "silverstripe-themes/simple": "~3.2.0", "silverstripe/login-forms": "~4.7.0@stable", "silverstripe/staticpublishqueue": "^5.2" },
sake dev/tasks/SilverStripe-StaticPublishQueue-Task-StaticCacheFullBuildTask
sake dev/tasks/ProcessJobQueueTask
My goal is to use this with Fluent, now there are problems to make it work at all.
More about my battle with the topic:
https://forum.silverstripe.org/t/silverstripe-4-10-with-fluent-6-and-static-publisher/5431
Thanks for any help!
guci0
The text was updated successfully, but these errors were encountered: