• Hi
    Am not sure when this stopped working but have only just noticed that the First, Previous, Next and Last arrows on the above page are now are giving me an error message related to it trying to find this page:
    https://www.gowerbonecaves.org.ukundefined/

    Can you please advise what I might have done wrong.
    Many thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Are you using the latest version of the plugin?

    Thread Starter paviland

    (@paviland)

    Yes I am. Also with current version of WordPres anh PHP 7.2

    Plugin Author xnau webdesign

    (@xnau)

    Have you asked your web host why php sessions are not working? Getting those working would make things go smoother on your site.

    Thread Starter paviland

    (@paviland)

    I had not noticed : o( … but now you raise it I will

    Thread Starter paviland

    (@paviland)

    It turns out that session.auto_start = off by default. Setting it to ‘on’ in a php.ini file though causes me a problem with another plugin so have opted for the Use Alternate Session Method setting in PB instead.

    A few more observations:
    a) Navigation arrows work in the Admin area
    b) If I Copy Link Locations for the arrow and paste in a new window, then they work
    c) Clicking on the arrows in the Front End, however, still takes me to https://www.gowerbonecaves.org.ukundefined/

    I have the latest version of the PlugIn. Does this help narrow down where the problem lies?

    Plugin Author xnau webdesign

    (@xnau)

    Ii’s my be possible to figure out the problem with the other plugin…it’s really best to have those session working normally.

    What is the error you see when you are using the php sessions?

    Thread Starter paviland

    (@paviland)

    Initially I was getting these but the plugin allows you to switch off sessions for it:

    Warning: session_name(): Cannot change session name when headers already sent in …/plugins/memphis-documents-library/includes/mdocs-functions.php on line 466

    Warning: session_set_cookie_params(): Cannot change session cookie parameters when headers already sent in …/plugins/memphis-documents-library/includes/mdocs-functions.php on line 468

    Warning: session_id(): Cannot change session id when headers already sent in …/plugins/memphis-documents-library/includes/mdocs-functions.php on line 469

    Warning: session_start(): Cannot start session when headers already sent in …/plugins/memphis-documents-library/includes/mdocs-functions.php on line 470

    When these went away and I unchecked Use Alternate Session Method, I got the following instead:
    Warning: session_set_save_handler(): Cannot change save handler when session is active in …/plugins/participants-database/vendor/wp-session-manager/vendor/ericmann/sessionz/php/Manager.php on line 133

    Curiouser and curiouser. I have since reset everything for now

    Plugin Author xnau webdesign

    (@xnau)

    OK, all that means is that another plugin also attempting to configure the sessions. If you can switch off session for the memphis-documents-library plugin, that would probably solve it. It looks like it is not using the best method for configuring the session because it should be checking to see if it is configured already before trying to configure it.

    Thread Starter paviland

    (@paviland)

    Yes, I did do that and that was when I was left with this one:

    Warning: session_set_save_handler(): Cannot change save handler when session is active in …/plugins/participants-database/vendor/wp-session-manager/vendor/ericmann/sessionz/php/Manager.php on line 133

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘navigation arrows not working’ is closed to new replies.