Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 29, 20222 yr 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, 20222 yr by Nigel Moore
April 29, 20222 yr Community Expert 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.
April 29, 20222 yr Author 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
April 29, 20222 yr Community Expert 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.
May 2, 20222 yr Author Closing this thread as the author of chatbox+ already has a fix. Thank you -Allan Edited May 2, 20222 yr by Nigel Moore