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

    I’ve tried to import the Church theme but two things end up happening:

    – It tells me it didn’t import and tells me to try refreshing the page and importing again
    OR
    – Nothing.

    I’ve already tried WordPress Database Reset and also uninstalling, reinstalling the Enfold theme to host server files manager (GoDaddy) and still nothing. Could use your help.

    #690464

    Hey PabloStennett,

    Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Default demo
    Business Flat
    App Showcase
    Church Demo
    Construction Demo
    Cunsulting Demo
    Gym Demo

    Best regards,
    Jordan

    #691020

    Hi Jordan,
    I went into GoDaddy – cPanel – File Manager and into my wp-config.php file. Clicked on edit, and dropped in the line of code, but got the below error message back. I’m noticing that the line of code after the word define isn’t lighting up blue like the other define commands above it. Is there a missing space or character that’s off?

    This is what I’m copying/pasting: define('WP_MEMORY_LIMIT', '256M');

    This is what I’m getting back:

    Fatal error: Can’t use function return value in write context in /home/joanofangels/public_html/wp-config.php on line 51

    Jessica

    #691021

    Jordan, sorry this is the code I’m dropping in that you sent. NO idea how it shortened before:

    define('WP_MEMORY_LIMIT', '256M');

    Same error.

    #691027

    It worked! I’m all set.

    #691245

    Hi,

    Glad to hear it worked! Let me know if there is anything else you need by reaching out on the forum again :)

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Church Demo not Importing’ is closed to new replies.