• Resolved Marc73

    (@marc73)


    I have been able to confirm that on php8.0, WP-Optimize – Cache, Clean, Compress (Version: 3.2.7) is breaking the ability to export DIVI theme pages (the portability function) on WP Version 6.0.2

    • This topic was modified 2 years, 6 months ago by Marc73.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Venkat Raj

    (@webulous)

    @marc73

    I have tested the following

    1. Dashboard => Divi => Divi Library => Import & Export => Export
    2. Dashboard => Divi => Theme Builder => Portability => Export

    Both works fine. Which version of Divi are you using? Please let us know, What are the error message on browser console and in php error log you see?

    Thread Starter Marc73

    (@marc73)

    Divi Version: 4.18.0
    The error message: Export process remains at 0% for ever

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @marc73

    I still don’t see any issues at my end.
    [video src="https://vhfpshyd1n8.c.updraftclone.com/wp-content/uploads/divi-export.webm" /]

    By error messsage I mean any error message in browser console.
    You can open developer console by clicking F12 and Console tab

    And anything in php error log. You can turn on logging in wp-config.php by adding

    
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true)
    

    You can find log file in wp-content/debug.log location

    If there is an issue with WPO, we need something more specific than It is not working as I couldn’t reproduce the issue at my end, while testing the same environment you mentioned.

    Thread Starter Marc73

    (@marc73)

    Thank you Venkat.
    I never said ” it is not working”.
    I said The error message: Export process remains at 0% for ever

    @marc73 Have you truned on frbug mode, do you see any errors logged in wp-content/debug.log?

    Thread Starter Marc73

    (@marc73)

    Hi Harshad.
    I could not wait, so had to delete your plugin to get my work done.
    and now I am sorry, I don’t have the time to test

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Breaking Export function on Divi Theme’ is closed to new replies.