
-
AuthorPosts
-
February 19, 2018 at 2:48 am #914097
I deleted the entire wordpress install, started over, used a different browser, increased wordpress memory to 256 in config file, contacted my host’s support, had them increase my PHP memory to 512. All told I wiped out and reinstalled my entire wordpress install 4ish times. (I lost count really)
During my support chat with my host provider they had increased my memory and added some code to my .htaccess file and the next time I clicked install I got a string of errors. Once again wiped out wordpress and started from scratch and never again got the long string of errors. My host determined the error wasn’t on their end and asked me to create a ticket here.
I am trying to install enfold 2017
I would like to be able to easily install the enfold theme on any domain I own. I was really excited that this powerful of a theme can be had for such a low price. I would love the enfold 2017 demo installed but I also would like the knowledge to be able to do it myself.
February 19, 2018 at 5:41 am #914133Hey FreakinAwesome,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardFebruary 19, 2018 at 5:48 am #914134Login attached
February 19, 2018 at 7:24 am #914147This reply has been marked as private.February 19, 2018 at 11:53 am #914204Hi,
Thanks for that, I get the same error on my end. For some reason your server is returning a 404 error on the admin-ajax.php WordPress file. Could you try installing the demo manually? You will find instructions in private.
Best regards,
RikardFebruary 19, 2018 at 6:28 pm #914445Thanks Rikard but I don’t see the instructions. Could it be because I submitted my issue by replying to an existing thread? If so, please help me – how can I get to see the instructions?
Also, if I install the Enfold Wedding demo manually will I get the theme options for the Wedding theme along with the content?
Thanks very much for your help.
JaFebruary 20, 2018 at 4:43 am #914663Hi Ja,
Yes that is correct, I didn’t realise that you were not the original poster. I’ll just paste the instructions in the thread instead:
Manual Demo Import ( XML File Import )
Manual Demo Import: If for some reason demo import from the theme options does not work for you, the demo site’s can be manually imported easily from the XML files provided in the theme.To import the XML demo data manually go to Admin > Tools > Import > WordPress (Install the WordPress Importer if it is not installed).
The XML demo data can be found in wp-content\themes\enfold\includes\admin\demo_files
Best regards,
RikardFebruary 20, 2018 at 7:38 am #914725So instead of trying your solution I dug a bit deeper, and I may have solved your problem. I remembered that I returned an HTTP error on a large image file upload. I researched that problem, and researched this problem and found an odd solution.
I wiped the database and did a clean install of wordpress, clean install of enfold, and made some custom modifications to files via cpanel.In my public HTML in the .htaccess file I added:
SetEnv MAGICK_THREAD_LIMIT 1
I added this code to the top of the file.
I also added the following code to the bottom of the file:
suphp_configpath /home/genesysg/public_html/
# Exclude the file upload and WP CRON scripts from authentication
<FilesMatch “(async-upload\.php|wp-cron\.php|xmlrpc\.php)$”>
Satisfy Any
Order allow,deny
Allow from all
Deny from none
</FilesMatch>
In the public HTML folder I created a file called php.ini and added the following code:
display_errors = On;
memory_limit = 512M;
In the WP ADMIN directory I created a .htaccess file and added the following code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I tried adding the following code to the php.ini and .htaccess files in the public html but was met with an internal server 500 error.
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
I deleted the code from both files and the site was back up. I don’t know if the error was due to redundant code or if I would have to ask my hosting provider to increase my limit.Once the site was back up I used my API key to activate the them and tried the one-click demo upload one more time. The process worked for several minutes, much longer than before, and then returned the error that it in fact did not work. (Demo importing didn’t work, try refreshing the browser) I checked the media folder and many more pictures had successfully imported whereas in the past only a few had successfully imported. I checked the site to see what it looked like and I have a fully functioning demo installation installed. I haven’t gotten a chance to look at it fully but it appears even though it returned an error saying that it did not work, it did install the demo content.
The login and password is in the hidden data. Please check the site and let me know what you think about my workaround and why you imagine it produced the same error even though the import was successful. Am I missing any important files or pieces?
February 20, 2018 at 10:55 pm #915097It worked!
Thanks very much Rikard!!February 21, 2018 at 4:30 am #915198Hi,
@freakinawesome: That is quite an extensive research. I’m not even sure what those directives do. However, I think the settings that made the difference is the authentication exemption but I’m not sure. If you find any missing pages or elements in the demo, try to import the demo in your local installation first then transfer it to the live site with this plugin.
// https://wordpress.org/plugins/wp-migrate-db/
@girljune: Glad it worked. :)
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.