Imran Zahoor
Imran Zahoor
In my project, I needed a feature to avoid splitting on dot(.). Because due to this my translations were malfunctioning as if I've translation as "I am ABC test. And...
Please see the details below about the exception. Before that I was getting another exception "Fatal error: Uncaught Error: Class 'Symfony\Component\HttpFoundation\Request' not found". Which I fixed by installing HttpFoundation composer...
To fix the exception below I'm adding it as requirement Fatal error: Uncaught Error: Class 'Symfony\Component\HttpFoundation\Request' not found in /var/www/ab-wp/htdocs/public/web/app/plugins/wp-router/src/Router.php:53 Stack trace: #0 /var/www/ab-wp/htdocs/public/web/wp/wp-includes/class-wp-hook.php(286): Rareloop\WordPress\Router\Router::processRequest('') #1 /var/www/ab-wp/htdocs/public/web/wp/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2...