desarrollo web wordpress
Budget: $30 – $250 USD
(GreenGeeks Staff)
Hello Vardan,
I have checked server log and found the following PHP fatal errors related to your account.
###
2021-07-05 21:03:50.052309 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-468#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Out of memory (allocated 1142177792) (tried to allocate 61440 bytes) in /home/howplatf/public_html/wp-includes/functions.php on line 4757
2021-07-05 21:03:50.073849 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-468#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
2021-07-05 21:04:05.386969 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-480#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Out of memory (allocated 596918272) (tried to allocate 61440 bytes) in /home/howplatf/public_html/wp-includes/functions.php on line 4757
2021-07-05 21:04:05.413048 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-480#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
###
The error appeared when I tried to use "edit with elementor" option. I doubled PHP memory limit (currently it is 2048M) but the issue persists. As you can see it is related to public_html/wp-includes/functions.php. The appropriate part of the code you can find below
###
/**
* Flush all output buffers for PHP 5.2.
*
* Make sure all output buffers are flushed before our singletons are destroyed.
*
* @since 2.2.0
*/
function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
ob_end_flush();
}
}
###
It fails on "ob_end_flush();" so we would recommend contacting your web developer to have him/her check the issue.
Please get back to us if you need any further assistance and let us know how else we can help.
Have a great day!
Yevhenii Halilei
GreenGeeks Support Team
necesito corregir ese error en mi web .
www.howplatform.com
tambien necesito realizar algunos reajustes en las categorias de la tienda , solucionar los errores , mejorar ux, agregar algunas secciones o paginas con diseño con sliders como shop seals.necesito configurar autorespuestas de mailchimp con el speach correspondiente en el contenido. necasito un chatbor acorde a las funcionalidades de la plataforma : https://docs.google.com/document/d/1P66xqOJzQQU7oX8oDEK3Z3tSPWUUqCGECra-JbLArOU/edit#
la web se migro de siteground y despues quedo con errores y desajustada.
Hello Vardan,
I have checked server log and found the following PHP fatal errors related to your account.
###
2021-07-05 21:03:50.052309 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-468#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Out of memory (allocated 1142177792) (tried to allocate 61440 bytes) in /home/howplatf/public_html/wp-includes/functions.php on line 4757
2021-07-05 21:03:50.073849 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-468#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
2021-07-05 21:04:05.386969 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-480#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Out of memory (allocated 596918272) (tried to allocate 61440 bytes) in /home/howplatf/public_html/wp-includes/functions.php on line 4757
2021-07-05 21:04:05.413048 [NOTICE] [3484805] [T0] [31.128.79.37:43851-H3:CB5F6C-480#APVH_howplatform.com:443] [STDERR] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
###
The error appeared when I tried to use "edit with elementor" option. I doubled PHP memory limit (currently it is 2048M) but the issue persists. As you can see it is related to public_html/wp-includes/functions.php. The appropriate part of the code you can find below
###
/**
* Flush all output buffers for PHP 5.2.
*
* Make sure all output buffers are flushed before our singletons are destroyed.
*
* @since 2.2.0
*/
function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
ob_end_flush();
}
}
###
It fails on "ob_end_flush();" so we would recommend contacting your web developer to have him/her check the issue.
Please get back to us if you need any further assistance and let us know how else we can help.
Have a great day!
Yevhenii Halilei
GreenGeeks Support Team
necesito corregir ese error en mi web .
www.howplatform.com
tambien necesito realizar algunos reajustes en las categorias de la tienda , solucionar los errores , mejorar ux, agregar algunas secciones o paginas con diseño con sliders como shop seals.necesito configurar autorespuestas de mailchimp con el speach correspondiente en el contenido. necasito un chatbor acorde a las funcionalidades de la plataforma : https://docs.google.com/document/d/1P66xqOJzQQU7oX8oDEK3Z3tSPWUUqCGECra-JbLArOU/edit#
la web se migro de siteground y despues quedo con errores y desajustada.