-
AuthorPosts
-
March 1, 2018 at 9:00 pm #919882
I am seeing a pattern of update failures with the last couple of updates. All my customers using Enfold on low end hosting platforms require manual ftp deletion and uploading any new theme updates. My customers on VPSs with plenty of memory and cpu have no issue. A review of cpu and memory requirements may be in order. Other themes I work with starting to have status pages indicating issues with memory and php settings.
March 1, 2018 at 9:11 pm #919894Hey webcitymedia,
I will report this thread to the devs so they can investigate your concerns further.
Best regards,
Jordan ShannonMarch 1, 2018 at 9:27 pm #919917Hey!
Would you mind letting us know the specifics of one of those lower end servers so we can do a few test runs on a local installation?
Also, does the theme not properly update at all, or does it update and files are broken/missing/etc?Thanks and best regards,
KriesiMarch 1, 2018 at 10:30 pm #919985All three of these sites hung on maintenance screen and then 500 error after deleting maintenance file.
Being this was a repeat from the last updated. Been there done that we knew how to recover.
Sorry but did not inspect all the directories since time was of essence to get sites back up.
Delete Enfold directory and loaded copy of updated version.Site #1
GoDaddy Shared
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
PHP 7.1
max_execution_time 30
memory_limit 128M
post_max_size 8M
upload_max_filesize 2MSite #2
Bluehost Shared
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Php 7.0
max_execution_time = 30
memory_limit = 256M
post_max_size 64M
upload_max_filesize 64MSite #3
GoDaddy Shared
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
PHP 7.1
max_execution_time 30
memory_limit 128M
post_max_size 8M
upload_max_filesize 2MGood site without any issues
Site #4
Atlantic VPS
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
PHP 7.1
max_execution_time 60
memory_limit 256M
post_max_size 256M
upload_max_filesize 25MMarch 8, 2018 at 11:12 pm #924166I had 6 sites crash when updating all had an error string. All Godaddy.
All had this error string:
Fatal error: Can’t use function return value in write context in ……/wp-content/themes/enfold/header.phpI hired someone to fix and he said there was a bug in the header code. Will there be a patch for this?
March 8, 2018 at 11:42 pm #924170Same here…keep having to upload files manually for any client using this. Now there’s a MAJOR WooCommerce issue with the theme…
March 9, 2018 at 1:32 am #924205My staging site keeps throwing this error when I update to 4.2.6… I’m leaving production at 4.2.3 as that seems to be the last stable version.
PHP Fatal error: Cannot redeclare builder_set_debug() (previously declared in /nas/content/staging/name/wp-content/themes/enfold-child/functions.php:66) in /nas/content/staging/name/wp-content/themes/enfold/functions.php on line 26, referer: http://sitename.com/wp-admin/post.php?post=9545&action=edit
I don’t need help with this as I’m just going to wait for a future version of Enfold… but thought that error might be of some help as the devs work to make future versions more stable.
March 9, 2018 at 1:41 am #924206Tossing my hat into the ring as well.
On a godaddy shared, went to update the theme and got stuck on the maintenance page, after removing the maintenance file in the directory, got a 500 error.
Had to upload the theme manually after re-DLing it.
March 9, 2018 at 3:27 am #924228@ 118group: I had the same error.
Fatal error: Can’t use function return value in write context in ……/wp-content/themes/enfold/header.php
When I asked my web host to upgrade my version of php, it was fixed (I am now running 7.0.25)
I am not on GoDaddy, I’m on Hostagtor on a shared server.- This reply was modified 6 years, 8 months ago by pkjd.
March 9, 2018 at 4:20 am #924242Upgrading your PHP version is a definite must, but that wouldn’t be part of the upgrade install issues. I’ve been on 7.2 and I still get this issue. Doesn’t happen every time for every client, but often enough. Love this theme, but lately, there have been a lot of issues with the updates pushed out that makes it feel like sufficient testing isn’t being done. With the newest update, there’s a significant WooCommerce bug in the Enfold code.
Hopefully they right the ship soon.
March 21, 2018 at 3:36 am #930223Hi,
@webcitymedia: Did you happen to add the “product purchase button” element in the page?
@goldengate415: There’s another instance of the “builder_set_debug” function. Please locate the other and remove it.
@drebosio: Please try to rename the “wp-content” > “plugins” file directory temporarily then recheck the page.
@pkjd: Please replace the header.php file with this one.
// https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_6/header.php
@kahil: I think we have notified you about the “product purchase button” element. You can find the fix here.
// https://kriesi.at/support/topic/avia-editor-product-purchase-button-crash-the-page-at-variable-products/#post-927017
// https://kriesi.at/support/topic/php-fatal-error-allowed-memory-size-of-335544320-bytes-exhausted/#post-929967Best regards,
IsmaelMarch 21, 2018 at 9:00 pm #930845No. Have not touched the site in some time.
March 23, 2018 at 9:13 am #931818 -
AuthorPosts
- You must be logged in to reply to this topic.