Decided to UPDATE again and turn DEBUG on in the config file and this is what i got
Fatal error: Uncaught Exception: Missing base_dir option value. in /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/comet-cache/src/includes/traits/Plugin/DirUtils.php:26 Stack trace: #0 /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/comet-cache/src/includes/traits/Shared/CacheDirUtils.php(26): WebSharks\CometCache\Classes\Plugin->wpContentBaseDirTo(‘cache’) #1 /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/comet-cache/src/includes/traits/Plugin/WcpUtils.php(80): WebSharks\CometCache\Classes\AbsBaseAp->cacheDir() #2 /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/above-the-fold-optimization/modules/plugins/comet-cache.inc.php(77): WebSharks\CometCache\Classes\Plugin->clearCache() #3 /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/above-the-fold-optimization/includes/plugins.class.php(86): Abovethefold_OPP_CometCache->clear_pagecache() #4 /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/above-the-fold-optimization/admin/upgrade.class.php(556): in /var/www/vhosts/princesspinkygirl.com/www/wp-content/plugins/comet-cache/src/includes/traits/Plugin/DirUtils.php on line 26
Hi rbennett,
The error is related to CometCache. When upgrading the Above The Fold Optimization plugin the plugin will clear page related caches.
The following method is called for CometCache:
$GLOBALS['comet_cache']->clearCache();
It appears that the CometCache plugin may be incorrectly configured which is causing the error. This could be the cause of the issue on the frontend.
Did you check the console to see if there was a javascript error visible?
Hi rbennett,
Please let us know if the issue has been resolved.