• I am using Divi and added following lines of code to Divi/epanel/custom_functions.php file and clicked on “Update File” button.

    <?php
    function writeMsg() {
    echo “Hello world!”;
    }
    ?>

    It looks like the site went down after doing so. It now says ,
    “page isn’t working” [ HTTP ERROR 500 ]

    Any help on this is much appreciated!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Praj,
    Go to back of you site, find that file and try to take away this code.
    Going to the Back mean loggin with your FTP client to see file system
    When you are there, go to WP content folder then to themes and then to your theme, and look where the custome_function.php file is.
    I think it is : Divi/epanel/custome_function.php

    Another way is to replace whole custome_function.php with default one.
    You will have it in your DIVI zip file installation folder.

    Hope I was helpfull
    Let me know how you do progress
    Cheers
    TR

    Thread Starter praj2312

    (@praj2312)

    Thanks for your quick and detailed response , Tahoe.

    I tried doing the same . i. e . removing the code. But :

    1. I am not able to see Divi/epanel/custome_function.php from the BigRocks cpanel UI.

    2. So, I did FTP of “epanel” directory with the DIVI zip installation folder but that made no effect ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Urgent Help Needed !! modifying custom_functions.php crashed the site.’ is closed to new replies.