Marc Nilius
Forum Replies Created
-
PHP Memory Limit: 100M
PHP Max Script Execution Time: 30 SecondsNot the worst settings for a webspace hoster, but still many files to check.
I will try to remove unneeded files, there are some plugins to identify unused images…
Thanks for your help so far!
It would be cool, if it would be possible to configure the FCD script even more, e.g. defining more individual chunks (specify upload sub folders for every chunk) to reduce the script runtime.
Marc
Hi,
sorry for the delay, I had to wait for the answer of the hoster.
The error_log does not contain an error message similar to the one mentioned above.But it looks like the task rans into the max_execution_time and is automatically aborted by the server.
At the moment I wait for the answer of the hoster (again) to check, if this limit could be changed, but I think that will not be possible.
So I think the only chance I have is to reduce the number of files in the upload folder.
Any suggestion how to find unused files in the folders?Thanks,
MarcHi dwinden,
thanks for the info. I already asked my hoster how this setting can be changed.
From a query in PHPMyAdmin I saw the value is set to 64M at the moment.Is there something I can do, if this value is not changeable at my webspace hoster?
Thanks for your help,
MarcHi,
the uploads folder has some thousand files (3000 – 4000).
The file_list_3 entry is empty (
a:0:{}), all other file_list entries do have lists of files.What I found out when looking at the mail is that it lists around 550 files that were added (not changed or deleted), and these files are all non-images (pdf, zip, …).
Mail starts with:
A file (or files) on your site at http://www.domain.xx have been changed. Please review the report below to verify changes are not the result of a compromise.
Scan Time: Friday, October 16th 7:08 am UTC
Files Added: 551
Files Deleted: 0
Files Modified: 0
Memory Used: 0.78 MBand than the list of files as mentioned above.
Thanks again,
MarcAs an update:
I have these lines in my php.ini:
arg_separator.output=”;”
arg_separator.input=”;&”If I remove them, the Google Drive authentication works well. With these two lines included in the php.ini, the above mentioned error occurs while trying to authenticate my google account. (But I need these two lines because of another project, so it is no option two remove them).
Marc
As Redirect URI:
http://www.mydomain.de/wp-admin/options-general.php?action=updraftmethod-googledrive-authAs Javascript origin:
http://www.mydomain.deMarc
Hi David,
I have created a new client ID in the Google Developer Console and than:
– added client ID and Secret to the plugins settings page
– saved the settings
– got back to the settings page to click the link to authorize the google accountClicking this link I got the error message (from the google servers). I grabbed the URL which was listed in the adress bar and replaced all “;” by “&” and than the URL worked, which means that I also saw the dialog to allow Updraft Plus the access to my Google account.
So now, my Google Drive settings are all working fine and the backup is working, too. I just had to manually correct the authorize URL.
I hope that description was a little bit clearer.
Marc