Skip to content

On edit_texts.php, selecting texts and then clicking "Test marked texts" goes to a blank page #66

Description

@jzohrab

For example:

image

in the dropdown, selecting "test marked texts" gives this:

image

Reason for this:

The code eventually does a header Location redirect to Location: do_test.php?selection=1, but it loses the session variable (eg in the PHP err log it says [07-Nov-2022 01:36:29 UTC] PHP Notice: Undefined variable: _SESSION ). This can happen with PHP redirects, apparently (ref https://stackoverflow.com/questions/17242346/php-session-lost-after-redirect).

I'll submit a fix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions