Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #851289

    When editing a Catalogue in a Page, the existing saved content is not appearing when I open it to make changes. I switched PHP back from v7.1 to v7.0 and the problem seemed to go away. Am using Enfold 4.1.2

    There was no error in the Console, however there were some PHP errors as attached. Is this a known bug that you’re going to fix, or have already fixed?

    If not, I’m happy to investigate further and provide more detail and a login to my site.

    I had a similar issue with Text Block content failing to be retrieved on a different Enfold site a few days ago, but worked around it by copying the content and just pasting it back in with my changes; not sure the PHP version on that site but it may well be related.

    • This topic was modified 6 years, 10 months ago by TerryGrow. Reason: added php errors
    #851873

    Hey TerryGrow,

    Thank you for using Enfold.

    Could you please check line 638 of the shortcode-template.class.php file? Does it look like the following?

    if(isset($element['std']) && isset($element['id']))
    {
       $args[$element['id']] = $element['std'];
    }

    If it doesn’t look like that, please replace it with that code.

    Best regards,
    Ismael

    #853616

    Yes, it does look like that already. There are no customisations to the theme files.

    #853738

    Hi,

    Thank you for the update. Please post the WP and FTP details in the private field so that we can inspect the element.

    Best regards,
    Ismael

    #859749

    Same issue here, see this post:

    Just wondering what happened here in this thread,
    if problems were solved, and how…

    Terry, what kind of php errors did you stumble upon?

    #860015

    Hi,

    The user didn’t reply so we didn’t have the chance to inspect the issue. Please post the login details and the PHP version in the other thread. We’ll continue there and close this thread for now.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Existing Catalogue content not loading in editor in PHP7.1, seems ok in PHP7.0’ is closed to new replies.