Anders Alhbin
Forum Replies Created
-
Forum: Plugins
In reply to: [User Switching] Can no longer switch on MultisiteAdd-on: And I am a Super-admin…
And by the way – If you need for testing, I can setup an account for you to work with on my Staging site, and also provide you with some FTP access to the same.
OK, so the new code is working better, sorry if I got the wrong one at first.
Then I got the permission error, but after changing permission from 341 to 755 on the uploads/instant-images folder, this was also solved! So now it works ??
However a couple of questions: This code change you now gave me, will you include this in next version, or will it be overwritten, and do it cause any security problems using it? (As someone mentioned in another support thread…)
I am hosting all my and my clients sites on Pressidium, a dedicated WP hosting company. I guess I will have to do this manual permission change on all of the sites I now will use your plugin on? Is there then any risk of Pressidium changes this back again for some security reasons?
Thanks!
Hello!
OK, just to make sure I did it correct, I adjusted in the file “/wp-content/plugins/instant-images/api/upload.php” Correct place?
In such case, sorry – no difference. Same error message.
Also please check below code so I did it correct.BR // Anders
// Confirm cURL is enabled if(in_array ('curl', get_loaded_extensions())) { // Generate temp image from URL and store it on server for upload $ch = curl_init(); // Lets use cURL curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // Anders added curl_setopt($ch, CURLOPT_BINARYTRANSFER,1); // Anders added curl_setopt($ch, CURLOPT_URL, $img); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_BINARYTRANSFER,1); $picture = curl_exec($ch); // cURL error if (curl_error($ch)) { $response = array( 'error' => true, 'msg' => __('cURL Request Error:', 'instant-images') .': '. curl_error($ch), 'path' => '', 'filename' => '' ); }
This is resolved! The function I was talking about, that checks if the email domain is within the same SMTP server, is with the web hotel and not in your plugin!
Maybe good for others to know ??
Hi Jack, it is activated on a site only. I did read that Multisite was not officially supported in MailPoet 3, but still should work…. So question is if this bug (as I guess it is) will be fixed and official support will be added in a not to far future, or if I should focus on MailPoet 2?
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Redirect on logout not workingSorry – my bad!
I had another plugin (Login with ajax) with conflicting settings…
So – all working fine ??
Something must have been updated somewhere, because from August 23 I no longer get any warnings!
??
I have the same problem since June 18. I do however use tar.gz and have since the beginning. Seems however like the backup is done anyway, but have no idea if it is saved correctly or what happens if I should try to restore…
[02-Jul-2016 10:15:28] WARNING: Error while sending QUERY packet. PID=24797
[02-Jul-2016 10:15:28] One file deleted on FTP server
[02-Jul-2016 10:15:28] One old log deleted
[02-Jul-2016 10:15:28] WARNING: Job finished with warnings in 540 seconds. Please resolve them for correct execution.OK, thanks for the info and quick response.