silverstripe / silverstripe-sharedraftcontent

Share draft page content with non-CMS users
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

error when doing a page search #102

Closed sunnysideup closed 5 years ago

sunnysideup commented 5 years ago

image

robbieaverill commented 5 years ago

Can you please provide some steps to reproduce, module versions, etc?

sunnysideup commented 5 years ago
cwp/cwp                                        2.3.1              CWP features module. We strongly recommend using it for all new sites. Future features will be delivered here.
cwp/cwp-core                                   2.3.1              CWP basic compatibility module. Use for migrations.
dnadesign/silverstripe-elemental               4.0.3              Elemental pagetype and collection of Elements
dnadesign/silverstripe-elemental-list          1.2.0              Adds a new element for nested elements
dnadesign/silverstripe-elemental-virtual       1.2.2              Adds ability for Elemental to share content blocks between pages
guzzlehttp/guzzle                              6.3.3              Guzzle is a PHP HTTP client library
jonom/silverstripe-betternavigator             4.1.1              Front-end utility menu for SilverStripe websites featuring administration and development tools
littlegiant/silverstripe-config-validator      1.0                Build time configuration validation for SilverStripe framework.
phpstan/phpstan-shim                           0.9.2              PHPStan Phar distribution
phpunit/phpunit                                5.7.27             The PHP Unit Testing framework.
sendgrid/sendgrid                              6.2.0              This library allows you to quickly and easily send emails through SendGrid using PHP.
sheadawson/silverstripe-dependentdropdownfield 2.0.0              A silverstripe dropdown field that has it's options populated via ajax, based on the value of the field it depends on
silverstripe/contentreview                     4.1.1              Flags pages for periodical author review (incl. reporting)
silverstripe/documentconverter                 2.0.2              Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content.
silverstripe/externallinks                     2.0.4              Adds tracking of broken external links to the SilverStripe CMS
silverstripe/fulltextsearch                    3.5.0              Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS
silverstripe/googlesitemaps                    2.1.3              SilverStripe support for the Google Sitemaps XML, enabling Google and other search engines to see all urls on your site. This helps y...
silverstripe/html5                             2.0.1              HTML5 support for SilverStripe
silverstripe/hybridsessions                    2.1.1              Cookie/DB session support for SilverStripe
silverstripe/iframe                            2.0.1              Add an iFrame pagetype to SilverStripe, to show content from another website
silverstripe/lumberjack                        2.0.1              A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.
silverstripe/mimevalidator                     2.0.0              Checks uploaded file content roughly matches a known MIME type for the file extension.
silverstripe/realme                            3.1.1              Adds support to SilverStripe for authentication via RealMe (https://www.realme.govt.nz/)
silverstripe/recaptcha                         3.0.0-alpha1       Provides a form field which allows form to validate for non-bot submissions by giving them a challenge to decrypt an image.
silverstripe/redirectedurls                    2.0.0              Provides a system for users to configure arbitrary redirections in the CMS
silverstripe/registry                          2.1.0              Provide search and export interfaces for datasets.
silverstripe/restfulserver                     2.1.1              Add a RESTful API to your SilverStripe application
silverstripe/securityreport                    2.0.1              Generates a security and access report for CMS users
silverstripe/selectupload                      2.0.0-beta1        Enables files to be uploaded into a user-designated folder
silverstripe/sharedraftcontent                 2.3.0              Share draft page content with non-CMS users
silverstripe/sitewidecontent-report            3.0.2              Report of all pages and files across all subsites
silverstripe/spellcheck                        2.1.0              Improves spellcheck support for SilverStripe CMS, including an implementation for HunSpell.
silverstripe/subsites                          2.3.1              Run multiple sites from a single SilverStripe install.
silverstripe/tagfield                          2.3.0              Tag field for SilverStripe
silverstripe/taxonomy                          2.0.1              Provide extra taxonomy for cataloguing the data.
silverstripe/userforms                         5.3.2              UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code
silverstripe/versionfeed                       2.0.1              Adds RSS feeds of content changes to SilverStripe
silverware/calendar                            1.1.0              SilverWare Calendar Module.
squizlabs/php_codesniffer                      3.4.2              PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
sunnysideup/cms-niceties                       dev-master 09e0d38 adds a bit of formatting and a few CMS Field tricks to the CMS
sunnysideup/config_manager                     dev-master 00964dc Silverstripe developers module that helps you get a better grip on the config layer
sunnysideup/dms                                dev-master a228469 Adds a Document Management System to SilverStripe 
sunnysideup/migration-task                     dev-master 178dc93 Helps developers upgrade database data from one version to the next where the structure is incompatible
sunnysideup/templateoverview                   dev-master bec2a02 adds development tools for building silverstripe websites, in particular around managing page types.
symbiote/silverstripe-advancedworkflow         5.1.1              Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.
symbiote/silverstripe-gridfieldextensions      3.2.1              A collection of useful grid field components
symbiote/silverstripe-phpstan                  3.0.2              PHPStan for Silverstripe
symbiote/silverstripe-queuedjobs               4.3.2              A framework for defining and running background jobs in a queued manner
symplify/easy-coding-standard                  v6.0.5             Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
tractorcow/silverstripe-twitter                dev-master fef21ba Simple Twitter feed for Silverstripe
undefinedoffset/sortablegridfield              2.0.8              Adds drag and drop functionality to SilverStripe 4.x's GridField
zf1/zend-date                                  1.12.20            Zend Framework 1 Date package
zf1/zend-registry                              1.12.20            Zend Framework 1 Registry package
sunnysideup commented 5 years ago

not sure if it is of any help at all ...

robbieaverill commented 5 years ago

Cheers, and how about some steps to reproduce? E.g. where are you initiating a page search from? The list view, the page edit screen, the tree view?

robbieaverill commented 5 years ago

Ping @sunnysideup

sunnysideup commented 5 years ago

sorry, I am not sure how to reproduce it.

robbieaverill commented 5 years ago

Ok, I'm going to close for now then. We can reopen this if we come across it again =)