-
AuthorPosts
-
September 23, 2016 at 4:10 am #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.
September 23, 2016 at 5:17 am #690464Hey 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 DemoBest regards,
JordanSeptember 23, 2016 at 9:29 pm #691020Hi 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
September 23, 2016 at 9:31 pm #691021Jordan, 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.
September 23, 2016 at 9:52 pm #691027It worked! I’m all set.
September 24, 2016 at 8:46 pm #691245Hi,
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 -
AuthorPosts
- The topic ‘Enfold Church Demo not Importing’ is closed to new replies.