Images not loading on frontend

My images are loading fine within the cornerstone builder, but not showing up on-page. Below are the errors we’re getting.

This is for FaaStrak.com - any help would be greatly appreciated.

PHP Notice: Undefined index: estimation_form in /nas/content/live/faastrak/wp-content/plugins/cornerstone/includes/classes/components/class-shortcode-finder.php on line 203

[Wed Nov 13 17:42:11.226199 2019] [php7:notice] [pid 17123] [client 51.158.118.20:61766] PHP Notice: Undefined index: estimation_form in /nas/content/live/faastrak/wp-content/plugins/cornerstone/includes/classes/components/class-shortcode-finder.php on line 203

Hello @UnrivaledEnterprises,

Thanks for writing in!

It seems that you are using an older version of the theme with the latest version of Cornerstone. Can you please update the X theme to version 7.0.4? This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Please let us know how it goes.

Hi, I appreciate the quick reply. I’ve updated the theme and cleared all caches. It still appears broken and are getting the following error -

[php7:notice] [pid 17872] [client 67.212.12.82:46522] PHP Notice: Undefined index: estimation_form in /nas/content/live/faastrak/wp-content/plugins/cornerstone/includes/classes/components/class-shortcode-finder.php on line 203, referer: https://faastrak.com/wp-login.php?wpe-login=true

Please let me know if there are other steps I should take to resolve the issue.

Thanks!

Hello @UnrivaledEnterprises,

You are seeing a PHP notice. Please disable your debug mode. You can do this by opening wp-config.php and adding


define('WP_DEBUG', true);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing the notice. ANd make sure that you have regenerated the minified JS and CSS file because you have FVM plugin.

Please let us know how it goes.

Hi,
The error log came from WP-Engine and was in Debug mode, but after I was given the logs it was taken out of debug mode. I’ve purged the cache in the FVM plugin and still nothing. I’ve gotten back on support with WP Engine and the following error is still there -

PHP Notice: Undefined index: estimation_form in /nas/content/live/faastrak/wp-content/plugins/cornerstone/includes/classes/components/class-shortcode-finder.php on line 203

Please help me get this resolved ASAP. Our site has been down for the entire week. Thanks so much for your help!

Hi @UnrivaledEnterprises,

It’s not an error but just notices, there is a typo and it should be false

define('WP_DEBUG', false);

Please try that first and check it again and make sure the FVM plugin is inactive. WP Engine has its own caching feature, using another is overkill and will prevent you to see the changes in real-time.

We’re also aware of that notice and we’re still on it. But it shouldn’t prevent a site from working especially it can be turned off.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.