Blank Page
-
In admin, after a click on WebP Express Setting it’s showing me a blank page.
-
Same here and this is the error:
Fatal error: Uncaught Error: Class 'WebPConvert\Converters\ConverterHelper' not found in /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/TestRun.php:99 Stack trace: #0 /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/Config.php(53): WebPExpress\TestRun::isLocalQualityDetectionWorking() #1 /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/Config.php(168): WebPExpress\Config::getDefaultConfig(false) #2 /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/Config.php(280): WebPExpress\Config::fix(false, true) #3 /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/Config.php(292): WebPExpress\Config::loadConfigAndFix() #4 /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/options/enqueue_scripts.php(29): WebPExpress\Config::getConfigForOptionsPage() #5 /home/ulleval/ in /home/ulleval/web/ullevalkiropraktor.no/public_html/wp-content/plugins/webp-express/lib/classes/TestRun.php on line 99Running WordPress v5.1.1.
Would really appreciate an update on this issue.
Thanks!
Marko-
This reply was modified 7 years, 1 month ago by
iodic.
I am having the same issue as well, can no longer load settings page – it brings a blank page back
@iodic: It seems that for some reason, the composer autoload isnt working on your system.
The autoloader is included like this in
TestRun.php:include_once __DIR__ . '/../../vendor/autoload.php';And from there, it should handle loading the classes in the /vendor folder, when needed.
However, you get a “class not found” error, which is triggered when one of these classes are called.
Did you download WebP Express through wordpress, or from github? If the latter is the case, then the problem is simply that the ‘vendor’ folder is not distributed on github – you then need to run
composer updateto pull it in.I’ve installed via wordpress and still get a blank page:
I’ve installed via wordpress and get a blank page when clicking settings – any ideas?
@roselldk Is it require any server module? Because the same plugin is working fine on my dev server and it arises issue on my live site.
It happens if you are running PHP < 5.5 – see https://ww.wp.xz.cn/support/topic/error-on-settings-page-9/#post-11466666
@roselldk My live site running on 7.0.33-0ubuntu0.16.04.4 PHP version.
-
This reply was modified 7 years, 1 month ago by
The topic ‘Blank Page’ is closed to new replies.