- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
Closing this as Outdated as Drupal 7 is EOL.
I have migrated a large site of 120k+ documents into drupal. ~120 pages are unique urls. the remaining 120k urls are of the format:
`/ws/index.php?pid=NNNNNN` where NNNNNN is a number between 1 and 125,000.
This module crashes the server with a WSOD and no visible debugging in this case. It wasnt until all the Redirects were made that this error was found (a test of 1 or 2 redirects in the redirects table works 100% fine).
The related issue says to use .htaccess redirects -- unfortunately, Pantheon my webhost uses Nginx so that's not an option. So ideally the README or project page should specify that URLs making heavy use of querystring values are discouraged for this module.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as Outdated as Drupal 7 is EOL.