• So I got this white screen of death everybody has been talking about. The problem is there is no way around it. When I deleted some of the code I made sure to copy just in case I deleted the wrong thing. So when I hit update went white. So I hit back and pasted what I copied and hit upload. White again. Went to my website white. I didn’t have that much completed on my website so I decided to uninstall wordpress and start over. Got my new password and logged in. Tried to activate a one of the generic templates “selecta.” Went white again. Please help! I don’t do a lot of business off my site but not having one will hurt me especially with wedding season around the corner. Thanks all.

Viewing 15 replies - 31 through 45 (of 48 total)
  • hi sunrayshine, make sure your functions.php file in the parent theme has no white space or line breaks after the closing } tag.

    thanks for your suggestions!

    No white spaces.

    there wasn’t an admin-functions in the child before, only a modified style.css file.

    But I followed the road using the bug reporter until I’d imported pretty much all the vulcan files into the child directory.

    the remaining error is: Fatal error: Cannot redeclare optionsframework_add_admin() (previously declared in /usr/www/users/seedmmpyww/seedcorporatemedia.co.za/wp-content/themes/vulcan-child1/functions.php:40) in /usr/www/users/seedmmpyww/seedcorporatemedia.co.za/wp-content/themes/vulcan/functions.php on line 59

    Lost I am…

    too much hassle. backing up older version and very carefully trying the child theme steps again…

    Thanks…

    files can be empty they are just called… you mustn’t copy files from main theme to child just create empty files that are needed, must fix it clean up your vulcan child theme leave only child files, your functions mustn’t be declared few times

    that’s why your child theme mustn’t re-declare main theme functions
    your child function redeclared
    the same function in file
    “/vulcan-child1/functions.php” on line 40
    that was already declared in file
    “/vulcan/functions.php” on line 59

    as I see it after cleaning up child theme
    you must fix “functions.php” file of your child theme

    Okay, will keep this in mind when going through the steps again (for child theme). Thanks again.

    Okay, started from scratch and followed instructions to the T. But, again, when reviewing child theme, its white blank. do i need to tell the parent how to treat the naughty child?

    @charset “UTF-8”;
    /* CSS Document */

    /*
    Theme Name: vulcancorp
    Theme URI: https://www.seedcorporatemedia.co.za
    Description: child theme for Vulcan
    Author: sunray
    Author URI: https://www.seedcorporatemedia.co.za
    Template: vulcan
    Version: 1.0
    */
    @import url(“../vulcan/style.css”);

    */

    It might be a vulcan thing. Awaiting their response…

    @charset "UTF-8";
    /* CSS Document */

    The codex does not have the UTF-8 in the child page sample. I don’t have it either and mine work. Maybe that is it?

    Thanks, I tried that and the kitchen sink.

    Review still shows up blank, which means its not importing css from parent, right? activating means white screen of death…

    Now trying with my main domain https://www.seedmedia.co.za

    Parent:
    /*
    Theme Name: Vulcan
    Theme URI: https://www.indonez.com/
    Description: Minimalist Business WordPress Theme 4
    Author: Indonez
    Author URI: https://themeforest.net/user/indonez
    Version: 2.4
    */

    /* Default styles */
    @import “custom.css”;

    Child:

    /*
    Theme Name: vulcan-child
    Description: vulcan-child
    Author: sunray
    Template: vulcan
    */
    @import url(“../vulcan/style.css”)

    Might it have something to do with parent vulcan’s custom css????

    https://pastebin.com/cD03t7Xz

    as in:

    <?php require_once( ‘../../../../wp-load.php’ );?>

    <?php

    $vulcan_style = get_option(‘vulcan_style’);
    $custom_css = get_option(‘vulcan_custom_css’);
    $custom_body_text = get_option(‘vulcan_custom_body_text’);

    First of all find error_reports/error_logs(php/apache) and find out what function or file created this white-screen (there will be written error “[<date>] PHP Parse error: syntax error, unexpected ‘X’ in <file>.php on line <nn>” or “[<date>] PHP Fatal error: Cannot redeclare <func> in <file>.php on line <nn>” ). These reports cane be in administration panel of your hosting service, or in root_folder/logs_folder/error_folder of site ftp.

    I’m also fighting a sudden white screen on https://www.gramsgang.com.

    I can’t access https://www.gramsgang.com/wp-admin, either.

    I haven’t tried anything else in this thread yet, but figured I’d toss it up here to get a head start on suggestions in case the rest that is already here doesn’t work. ??

    TIA

    I tried a handful of things in this thread before trying the obvious. I got the white screen while editing a plug-on (simple, recommended C&P).

    I went in via FTP and deleted that plug-in. Everything popped right back up.

Viewing 15 replies - 31 through 45 (of 48 total)
  • The topic ‘White Screen’ is closed to new replies.