Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Nigel Moore Posted April 29, 2022 Posted April 29, 2022 (edited) Hello guys, im getting an error of admin-ajax.php on one of the plugin "chatbox+" ( me and the author of this plugin talked about this, and it seems the problem was on the WP side ) the WP and IPB sits on same root folder, the problem was when an open tab is open for more than an hour or days, it redirect to an error "ipb error 2S119/1", so anyone experience this error along side with WP? this the error I found in the log this is the error we are getting -Allan Edited April 29, 2022 by Nigel Moore
Marc Posted April 29, 2022 Posted April 29, 2022 I will move this to our community support area, as this would be outside the scope of our standard support, being both 3rd party and redirection from another platform. Hopefully someone else will have come across this that can assist. SeNioR- and Nigel Moore 2
Nigel Moore Posted April 29, 2022 Author Posted April 29, 2022 1 hour ago, Marc Stridgen said: I will move this to our community support area, as this would be outside the scope of our standard support, being both 3rd party and redirection from another platform. Hopefully someone else will have come across this that can assist. THank you Marc
teraßyte Posted April 29, 2022 Posted April 29, 2022 Most likely tyhe CSRF key is getting regenerated at some point: //<php /** * Regenerate CSRF Key * * @return void */ public function regenerateCsrfKey() { $this->csrfKey = md5( \IPS\SUITE_UNIQUE_KEY . "&{$this->member->email}& " . ( $this->member->member_id ? $this->member->joined->getTimestamp() : 0 ) . '&' . $this->id ); } While unique key, email, id, and joined timestamp don't change the session ID can change. When it does the csrfKey hash changes as well causing the error in your screenshot.
Nigel Moore Posted May 2, 2022 Author Posted May 2, 2022 (edited) Closing this thread as the author of chatbox+ already has a fix. Thank you -Allan Edited May 2, 2022 by Nigel Moore SeNioR- 1
Recommended Posts