Error logging in after vanilla upgrade to 2.3
After upgrading my vanilla from 2.2.1 to 2.3, i have been facing problems logging in and also when you click a category it doesn't direct you there. How can i solve such issue? Debugging mode is on but still it doesn't prompt of any error.
When i want to login, i get this error which can be found from the picture.
0
Comments
Did you run utility/update and also utility/structure after updating ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I suspect your problem may be with the Tagging plugin. Please disable it from the config.php and replace true with false . It would seem someone injected some js somewhere and it is broke the forum.
Popups don't work and every link redirects back to the home page. post your htaccess file here
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder
Original
If you modify this file then change the above line to: # Modified
RewriteEngine On
Header set Cache-Control "max-age=315360000"
Header set Expires "31 December 2037 23:59:59 GMT"
Ok please replace the content of that file with this
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
let me give it a try and see