Skip to main content
Topic: Session Verification Error! (Read 11593 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Session Verification Error!

Reply #45

No other error in the log related to Suggest.controller.php?
Bugs creator.
Features destroyer.
Template killer.

Re: Session Verification Error!

Reply #46

No, all the instances refer to line 80, and I've checked for a long duration now.


Re: Session Verification Error!

Reply #48

@Auctor Lucan please attach your Suggest.controller.php here.
By the look of it, that error doesn't make sense.

Never mind, too fast in clicking again post.
I'll check it.
Bugs creator.
Features destroyer.
Template killer.

Re: Session Verification Error!

Reply #49

You are using 7.something now, right?

Try replacing line 80 with:
Code: [Select]
$context['xml_data'] = $suggest->{$currentSearch['function']}();
If I'm not wrong this is the syntax.
Bugs creator.
Features destroyer.
Template killer.

Re: Session Verification Error!

Reply #50

Wohoo! That did the trick! :) Thank you so much, you're the best! Indeed, I am running on PHP 7.1.

Now I only have the 500 error when I try to edit Pages in Simple Portal.  :D Strange thing is that there is nothing in the error log there, so I'll have to try and do a fresh install or something, unless any more ideas come forth here.

Thanks again!


 

Re: Session Verification Error!

Reply #52

500 could be a "syntax error", by memory I don't remember what has changed between 5.x and 7.x that could have broken SP... maybe @Spuds can have an idea. :P
Bugs creator.
Features destroyer.
Template killer.