Support

Home Forums Event Espresso Premium WSOD after update from 4.9.57.p to .60.p

WSOD after update from 4.9.57.p to .60.p

Posted: April 11, 2018 at 7:42 am

Viewing 4 reply threads


TopOnline

April 11, 2018 at 7:42 am

Hello,

After updating from 4.9.57.p to .60 we’re getting a white screen of death. PHP error log remained empty, but a debug sessions shows an InvalidArgumentException in Registry.php on line 391 in the method registerManifestFile().

The provided value for $url_base is not a valid url. The url provided was: /plugins/event-espresso-core-reg/assets/dist/
$manifest_file = “/path/to/website/plugins/event-espresso-core-reg/assets/dist/build-manifest.json”
$namespace = “core”
$url_base = “/plugins/event-espresso-core-reg/assets/dist/”

(The “/wp-content/plugins” folder was moved to “/plugins” years ago; this is not an issue)

We reverted back to .57 and all was well again.


Josh

  • Support Staff

April 11, 2018 at 7:54 am

Hi TopOnline,

May I ask can you post a list of the installed plugins on your site? The reason I ask is because normally the first part of the $url_base will include your site’s URL, but that’s not happening on your site, and that’s causing the WSOD.


TopOnline

April 11, 2018 at 8:19 am

Hi Josh,

It’s the first/main site on a multisite installation with 5 sites total. Active plugins are:

Advanced Custom Fields
Akismet Anti-Spam
Broken Link Checker
Caldera Forms
Caldera Forms - Key Generator
Category Order and Taxonomy Terms Order
CUSTOM Newsletter Ordering
CUSTOM Plugin
CUSTOM Post Types
Contact Form 7
ConvertPlug
Cookie Consent
Custom Post Type Widgets	Network Active
Download Monitor
Duplicate Menu	Network Active
Duplicate Post
Enable Media Replace
Event Espresso
Event Espresso - Barcode Scanner (EE 4.6.0+)
Event Espresso - Calendar (EE 4.3+)
Event Espresso - CUSTOM Messages Variations for EE4
Event Espresso - Events Table View Template (EE 4.4.9+)
Event Espresso - Grid View Template (EE 4.4.9+)
Event Espresso - iDeal Mollie Gateway (EE 4.6.15+)
Event Espresso - MailChimp (EE4.4.5+)
Event Espresso - Social Sharing (EE4.4.4+)
Event Espresso - Ticketing (EE 4+)
EWWW Image Optimizer
Flamingo
Force Regenerate Thumbnails	Network Active
Google Pagespeed Insights
Hide YouTube Related Videos
List Custom Taxonomy Widget
MainWP Child
MainWP Child Reports
Multisite Post Duplicator	Network Active
Public Post Preview
Public Post Preview Configurator
Real 3D Flipbook
RSS Feed Widget - MOD
Simple 301 Redirects	Network Active
Simple Image Sizes	Network Active
Simple Tooltips
TablePress
Thumbnail Upscale
TopOnlineSEO	Network Active
Transient Cleaner	Network Active
UpdraftPlus - Backup/Restore
User Switching	Network Active
WDS Active Plugin Data	Network Active
Widget CSS Classes
Widgetkit
WordPress MU Domain Mapping	Network Active
WordPress Post Type Archive Links	Network Active
WP Image Zoom
WP Mail SMTP	Network Active
WP User Avatars	Network Active
WPBakery Visual Composer
Yoast SEO


Josh

  • Support Staff

April 11, 2018 at 9:50 am

Thanks for the list, I guess there may be some code in one of those plugins that’s related to this issue with the script URL not validating.

May I ask can you post the code that you’re using that changes plugins_url to not include the wp-content folder in the URL? That may be running too late and may need to be moved to an earlier hook point.


TopOnline

April 11, 2018 at 10:57 am

I checked how/where the differing location for plugins was implemented, and found whomever set up this site defined differing WP_PLUGIN_DIR, PLUGINDIR and WP_PLUGIN_URL constants, except the URL constant was not actually an URL, but /plugins.

Changed it to a full URL, upgraded EE again and all worked fine.

Thanks Josh!

Viewing 4 reply threads

The support post ‘WSOD after update from 4.9.57.p to .60.p’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso