Ryan was unable to publish m64279
on katalyst01 and
https://legacy-katalyst01.cnx.org/content/m64279/latest/ was broken. r2 found
this traceback in the postgresql logs:
This is the history of baking for all versions of AP Biology: https://cnx.org/a/content-status/6c322e32-9fb0-4c4d-a1d7-20c95c5c7af2
AP Biology 18.4
was created on 2019-08-01
and it baked successfully.
Once in a while, we get support requests from content managers to give their users privileges to publish using neb.
On 2019-11-01, We discovered that slugs have changed in the AP Biology book when looking at the rex redirects PR: openstax/cnx-deploy#1213
For example, it changes a rex url from
/books/biology-ap-courses/pages/1-introduction
-
Downloaded example content from Thomas
~/Downloads/new\ stale\ backup.zip
. -
Unzip the original content
col11963_1.5.2_from_batch
and modified contentcol11963_1.5.2_modified_by_me
:unzip -x ~/Downloads/new\ stale\ backup.zip col11963_1.5.2_modified_by_me/* unzip -x ~/Downloads/new\ stale\ backup.zip col11963_1.5.2_from_batch/*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# https://github.com/openstax/cnx/issues/669 | |
# Oops error when navigating to the Psychology book through the CNX homepage | |
# Get the varnish files here: | |
# scp homedirs1.cnx.org:/home/pumazi/p0{1,2}_905_varn.out . | |
# Run this script by doing: | |
# ./parse_varnish_logs.py p01_905_varn.out p02_905_varn.out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-05-31T15:29:39 ERROR Zope.SiteErrorLog https://legacy.cnx.org/Members/fsiegeltuch/m68449/content_checkout | |
Traceback (innermost last): | |
Module ZPublisher.Publish, line 115, in publish | |
Module ZPublisher.mapply, line 88, in mapply | |
Module ZPublisher.Publish, line 41, in call_object | |
Module Products.CMFFormController.FSControllerPythonScript, line 104, in __call__ | |
Module Products.CMFFormController.Script, line 145, in __call__ | |
Module Products.CMFCore.FSPythonScript, line 108, in __call__ | |
Module Shared.DC.Scripts.Bindings, line 311, in __call__ | |
Module Products.PloneHotfix20110531, line 106, in _patched_bindAndExec |