Tagged: assets
-
AuthorPosts
-
January 19, 2021 at 1:41 am #1273533
Warning: file_get_contents(/home/customer/www/kinetisense.com/public_html/wp-content/uploads/siteground-optimizer-assets/avia-module-contact.min.js?siteground-async=1): failed to open stream: No such file or directory in /home/customer/www/kinetisense.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 480
January 19, 2021 at 1:59 am #1273537//try to retrieve the data by accessing the server
if( ! empty( $path ) )
{
/**
* @used_by currently unused
* @since 4.5.6
* @return string
*/
$check_path = trailingslashit( ABSPATH ) . $path;
$check_path = apply_filters( ‘avf_compress_file_content_path’, $check_path, $path , $file_type , $fallback_url );$new_content = file_get_contents( $check_path );
}The error occurs $new_content = file_get_contents( $check_path );
January 19, 2021 at 9:40 pm #1273835I have narrowed it down to Sitegrounds
SG Optimizer Version 5.7.12 breaks my website.
When updating from version 5.7.11 to 5.7.12 my site gets the following.
Warning: file_get_contents(/home/customer/www/kinetisense.com/public_html/wp-content/uploads/siteground-optimizer-assets/avia_blocks_front_script.min.js?siteground-async=1): failed to open stream: No such file or directory in /home/customer/www/kinetisense.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 480
How can I fix this?
January 19, 2021 at 11:01 pm #1273847It was a hosting cache issue. We were able to solve it by clearing application cache.
January 20, 2021 at 5:09 am #1273889Hi,
Great, I’m glad that you managed to find a solution and thanks for the updates. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 20, 2021 at 5:47 am #1273902Actually the issue continues. When the latest version of the optimizer is installed it breaks the template.
David
January 21, 2021 at 5:38 am #1274285 -
AuthorPosts
- You must be logged in to reply to this topic.