Archive page ERRORS

Hello Everybody!

I created a archive page on my dev site, once I uploaded my custom built archive page, I assigned a specific page as my blog page and then I received a Wordpress error code for that specific URL archive page. However the single post page is fine, its only the archive page that has an error. Here is the error code I got:

Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method App\Controllers\App::title() in /usr/www/users/eestafcknr/wp-content/uploads/cache/9f0ed21d48cd6cc4646118fa78975a6d150ebaa3.php:2 Stack trace: #0 /usr/www/users/eestafcknr/wp-content/themes/ernie-els/vendor/illuminate/view/Engines/PhpEngine.php(43): include() #1 /usr/www/users/eestafcknr/wp-content/themes/ernie-els/vendor/illuminate/view/Engines/CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('/usr/www/users/...', Array) #2 /usr/www/users/eestafcknr/wp-content/themes/ernie-els/vendor/illuminate/view/View.php(142): Illuminate\View\Engines\CompilerEngine->get('/usr/www/users/...', Array) #3 /usr/www/users/eestafcknr/wp-content/themes/ernie-els/vendor/illuminate/view/View.php(125): Illuminate\View\View->getContents() #4 /usr/www/users/eestafcknr/wp-content/themes/ernie-els/vendor/illuminate/view/View.php(90): Illuminate\View\View->renderContents() #5 /usr/www/users/eestafcknr/wp-content/uploads/cache/ in /usr/www/users/eestafcknr/wp-content/uploads/cache/9f0ed21d48cd6cc4646118fa78975a6d150ebaa3.php on line 2

If anyone has an idea what might be causing it, I would appreciate it.

Something in your template is trying to call that method, which doesn’t exist.

This topic was automatically closed after 42 days. New replies are no longer allowed.