made2105
Forum Replies Created
-
Hi,
I’ll check that out with the hosting server and come back to you.
thanks!Forum: Plugins
In reply to: [Polylang] My blog opens in its English version instead of SpanishThank you, Couby! That must be the problem 🙂
I’ll check that out.Forum: Fixing WordPress
In reply to: How to show 3 latest blog entries in a non-wordpress webpageThanks, t-p!
I already tried those recommendations but I only get the date, post title and excerpt.
I figured out how to also get the featured image.But the entries displayed in the php page don’t have any links to the original posts and they don’t have any kind of formatting. They are just listed one below the other.
Any ideas on how to format them and to get the links to the original?
Thank you so much for your assistance!
This is the last full backup log, one that shows the error.
– latest log: http://www.fundacionretonio.com/Updraft-log-screencaptures/log.58f712351f46.txtThe last backup log I did was not complete as I indicated that uploads were not to be included. And that backup worked fine…
Thank you, Bryle. Tech team from my server informed me they have set disk space for the account to unlimited and corrected the permissions of all website files / folders just in case this was causing the backup interruption.
Could you see anything in the logs or screencaptures that can explain why the backups do not complete successfully?
Thanks!
P.S.: I just made a new backup not including “uploads” and it worked fine. Seems there’s something in the “uploads” folder that’s making the whole backup not working.
- This reply was modified 4 years, 10 months ago by made2105.
I uninstalled and re-installed UpdraftPlus and did a new backup.
It seems when you uninstall UpdraftPlus there are features that are not deleted. You may notice that the next “automatic backup” is schedule for 3 days ago, for example!Here are the links to the following:
– latest log: http://www.fundacionretonio.com/Updraft-log-screencaptures/log.58f712351f46.txt
– screencapture when backup stops: http://www.fundacionretonio.com/Updraft-log-screencaptures/progress-bar-stops.jpg
– error message: http://www.fundacionretonio.com/Updraft-log-screencaptures/message-resumption.jpg
– Google Drive last files uploaded from Updraft: http://www.fundacionretonio.com/Updraft-log-screencaptures/google-drive-files.jpgIf you see the google drive files, all zip files were uploaded except the “uploads”. I know those zip files are correct in size, at least, because they almost match a previous copy I have dated in June.
Hope this will help find the issue that’s stopping the backup to complete successfully.
Thanks again!
Hi Bryle,
I spoke with the tech team in my server. They recommended I upgraded both WordPress and PHP for UpdraftPlus latest version to work.
I did that. Started a new backup. Everything seemed to go great but at the end of the backup I get a message saying that the backup didn’t finish and that a resumption time was programmed. But nothing happens. In the regular “progress bar” I get the message “Waiting for resumption time to retry for errors” (this is a translation because my WordPress is in Spanish, but you’ll surely know what I mean).
I tried manually stopping this “resumption” time and starting a new backup but the plugin seems to go back to where it left in the previous backup!!!
What should I do, please? I haven’t been able to make a proper backup since the last days of June!
Thanks so much for your help!
Thanks for your reply, Bryle.
The strange thing, as I explained, I have the exact same website but written in English, which uses the same resources as this server and backups up in the same Google Drive account without any trouble at all.
Anyway, I’ll check out with the server and come back to you.
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorHi Johannes,
First you have to follow the instructions in https://www.wpbeginner.com/wp-tutorials/how-to-fix-missing-a-temporary-folder-error-in-wordpress/
After that, search for the php.ini file which is located in your hosting settings in your control panel. I suppose it would depend on which hosting server you’re using.
This is the part I was talking about and what I currently have written there:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
upload_tmp_dir = /home/users/web/xxx/xxx/xxx/xxx/wp-content/tempThe xxx correspond to the folders were the blog or wordpress is located.
Hope this helps. If not, you might have to ask for assistance with your hosting provider.
Good luck!
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorFinally I figured out what was happening. I’m leaving this comment in case it helps someone else.
Apart from following the instructions here
https://www.wpbeginner.com/wp-tutorials/how-to-fix-missing-a-temporary-folder-error-in-wordpress/you have to define the “temp” file in your php.ini file, usually located in your host provider settings.
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
upload_tmp_dir = /home/users/web/xxx/wp-content/tempForum: Fixing WordPress
In reply to: Missing a temporary folder errorDoes anyone have other solution from what I already did and posted in the OP?
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorThanks t-p. But I already did everything explained in that tutorial.
but I keep getting the message and cannot upload any images.Forum: Fixing WordPress
In reply to: “Missing a temporary folder” errorThanks, Steve. I’ll post my question in the “how to and troubleshooting” part of the forum.