Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1469183

    Hello!

    We have multiple sites using Enfold child themes. All sites are on the latest version of the theme and the latest WordPress. We have a main site/installation and the other sites are installed in subfolders — so all on the same domain and the same PHP.

    A few days ago, one of smaller the sites (one in a subfolder) went down because the theme will not load. I worked with my webhost’s tech support and there’s no malware or anything strange. They suggested downgrading the PHP from 8.2.24 to 7.4.33. I did that and the smaller site came back up. But our main site went down, saying it needs PHP 8.0. (Meanwhile the other sites using the same theme version, WordPress version, and PHP all stayed up.)

    So I reset the PHP to 8.2. Here’s where I’m at …

    UP: https://www.ecpubliclibrary.info/ (needs PHP 8 or higher)
    DOWN: https://www.ecpubliclibrary.info/friends/ (needs PHP 7.4)
    UP: https://www.ecpubliclibrary.info/teens/ (works on all PHP)
    UP: https://www.ecpubliclibrary.info/kids/ (works on all PHP)

    Any idea what’s happening and how to fix it?

    – Mike

    #1469198

    Hey Mike,

    Are you sure that it’s the theme which is causing the fatal error on the site which is down? If you need further help, then please share server error logs with us. Also, does the site work if you temporarily activate the parent theme? If so, then the problem is likely coming from your child theme.

    Best regards,
    Rikard

    #1469243

    I think so?

    I’m in recovery mode and on the themes page under “Broken Themes” it says “This theme failed to load properly and was paused within the admin backend.” If I click Resume, I see an error message: “Theme could not be resumed because it triggered a fatal error.”

    I pasted the error log into the Private Content window.

    The site still does not load when using the parent Enfold theme and anything higher than PHP 7.4.33

    Thanks for your help!

    #1469256

    Hi,

    Thanks, but the log doesn’t seem to contain any server errors, if you have a log with only server errors then please share that instead. If you need further help, then please share FTP and WordPress login details in private.

    Best regards,
    Rikard

    #1469264
    This reply has been marked as private.
    #1469268

    Hi,

    Thanks for that. I can’t see that Enfold is installed under /friends/wp-content/themes. Where exactly is it located? If you rename the themes folder, then you should hopefully be able to access your site again.

    Best regards,
    Rikard

    #1469270
    This reply has been marked as private.
    #1469279

    Hi,

    Thank you for the update.

    The Enfold theme is missing from the /friends/wp-content/themes folder. Try manually uploading the theme to the specified directory.

    Best regards,
    Ismael

    #1469319

    Before I go through that process…

    However it’s set up now, it works when you downgrade the PHP. Maybe it’s using and older style child theme setup?

    So even if I redo the child theme setup, won’t I still have the PHP problem?

    #1469335

    Hi,

    Thanks for the update. We can’t say if you are going to have problems or not, but if Enfold is causing problems on your site then it’s a bit strange that it’s not in the theme folder. As of now, we don’t even know which theme the site is actually running.

    Best regards,
    Rikard

    #1469415

    I’m not sure where the theme folder is, either (I didn’t set it all up). But it works. When you downgrade the PHP, the site comes back, using our Enfold child theme.

    Tech support at my webhost told me this setup is fine, it’s just an older method of doing it. Since the ecpubliclibrary.info//friends WordPress installation is in a subfolder of the main ecpubliclibrary.info installation, maybe the /friends site is using the main site’s files?

    Note: We have two other sites at /kids and /teens — also running the same Enfold child theme, and they work no mater the PHP version being used. However, these sites are set up as you’d expect, with the full Enfold theme installed in each of their theme folders.

    Note: when I switch to the basic WordPress twentytwentyfour theme on /friends, it works. It’s only when I activate the Enfold child or Enfold parent that the PHP version causes a problem.

    When I down grade the PHP so /friends is restored, the main side goes down, but that is a plugin issue.

    I’d be happy to re-setup the /friends site with the expected child theme set up. What’s the easiest way to do that?

    Thanks!
    – Mike

    #1469426

    Hi,

    Thanks for the update. I’m not sure how you are switching themes if the site in question is not accessible? The first step to helping you out would be to check which version of the theme you are running, as Enfold is fully compatible with PHP 8.x. A PHP upgrade should not cause any problems, unless it caused by something in a child theme or by a plugin.

    Best regards,
    Rikard

    #1469563

    Hi!

    I’m able to switch themes and check versions by downgrading the PHP temporarily. I can’t do that for long because it brings our main site down.

    Using this method I verified that /friends is using the latest version of Enfold.

    I also tested changing the theme to the default twentytwentyfour and when I upgrade the PHP to 8.x the site loads just fine. But when I change the theme back to our Enfold child theme, or the Enfold parent theme, the site breaks and I need to go into recovery mode.

    Like I said, I’m not sure why the child theme set up for /friends works, but it does. I’m assuming it’s an older method. But maybe that’s the trouble. If you know an easy way to re-setup the child theme, I’ll try it.

    Again, thank you so much.

    – Mike

    #1469587

    Hi,

    Thank you for the info.

    Try to go to the Tools > Site Health panel (wp-admin/site-health.php?tab=debug), then check for the Theme Directory Location in the Info > Active Theme panel. Also, try to check the wp-config.php file and look for these constants:

    define('WP_CONTENT_DIR', dirname(__FILE__) . '/custom-content'); // Change 'custom-content' to your desired folder name
    define('WP_CONTENT_URL', 'https://yourdomain.com/custom-content'); // Change to match the new URL
    
    define('WP_THEME_DIR', WP_CONTENT_DIR . '/themes'); // New theme directory
    define('WP_THEME_URL', WP_CONTENT_URL . '/themes'); // New theme URL
    

    The constants WP_THEME_DIR change the default theme directory, and WP_CONTENT_DIR changes the default wp-content folder. It’s possible that the previous developer adjusted these settings.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.