daniel27lt
Forum Replies Created
-
Forum: Plugins
In reply to: [Add From Server] Incorrect date for items added to Media libraryThanks for your reply. I’ve got the latest update, which is the following:
Version 3.4.4
Ever since this update, I’ve had issue. Along with this issue, I keep seeing this:
Warning: Root Directory changed. You previously used / as your “Root Directory”, this has been changed to /var/www/vhosts/website.com.
To restore your previous settings, add the following line to your wp-config.php file:
define( “ADD_FROM_SERVER”, “/” );
To make this warning go away, empty the “frmsvr_root” option on options.php.To note; this was not my root directory, and I’ve been using this plugin for 4 years. Also, I do believe if I was to change anything within the options.php file… when the next WordPress update comes out and I go ahead and update it, this will remove this. So, I’m wondering why all these pointless notices and the change in the directory/folder locations?
Thanks
Forum: Plugins
In reply to: [Add From Server] Date of uploaded file is not correctI’m having the very same issue. Files are now uploaded to random directories/folders on the server. I hope this gets fixed soon.
Forum: Plugins
In reply to: [Add From Server] Incorrect date for items added to Media libraryHi there,
I have noticed the same thing. Why is this so? All the media is now uploaded in random hard to find folders/directories.
I see your last line within your above comment (@lps1852input)
Solved by remming out line 202 from class.add-from-server.php.
So, do you mean this can be fixed by removing line 202 from the class.add-from-server.php?
I hope this gets fixed.
Hi there,
This plugin is still facing these issues, and there is no 1.4.2 update. Am I also missing something here?
Being using this plugin for years now and never had any issues, until now.
Therefore, I had to change to another SES plugin, which now everything works fine.
Is there going to be an update on this plugin soon?
Forum: Plugins
In reply to: [WP Offload SES Lite] Some emails are queued for 30-40 minutesHi there,
I’ve been having the very same issue, that is, emails are being queued. But the only way around this is to use a different plugin.
What you mentioned above doesn’t work, unfortunately.
Daniel
Forum: Plugins
In reply to: [Add From Server] Updated to Wp 5.2.2?I’m wondering this to no, as this now causing a fatal error.
Thanks for your reply. I haven’t as of yet contacted the plugin author.
But what’s happening is the plugin changes the wp_mail functionality of the WordPress install, but what I think is happening it’s not changing the WordFence wp_mail so WordFence is trying to send it out using this, but if I’m correct, the wp_mail doesn’t exist once this plugin is installed.
Does this sound correct?
Forum: Plugins
In reply to: [Yoast SEO] Failed to load content css after 4.8 upgradeIt’s because you have corrupted cookies. Clear your cookies in the browser and try again.
This was happening to me.
Hi, thanks for your reply. I’m not too sure what it was, but I seemed to have fixed it. After a full day figuring out how to fix it, I had to end up removing the complete wp_options table within the database and then add a completely new one in its place (and of course adding all the data manually back to it). Because for some reason, the issue was coming for there. I still didn’t find what data within that table was causing this issue.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Creating Lists For MembersThanks Harish for your response. I took a look at the plugin you pointed out, this is exactly what I’m needing. Thanks for letting me know about this. ??
- This reply was modified 7 years, 7 months ago by daniel27lt.
Forum: Plugins
In reply to: [Disable Google Fonts] How do you know this is working ?Do a check at Pingdom…
https://tools.pingdom.com/fpt/
Look at the resources your pulls from other domains. You’ll see Google within them. By the way, this plugin doesn’t work.
Forum: Plugins
In reply to: [Disable Google Fonts] Doesn't seem to workI’m having the same issue. The plugin doesn’t work.
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Cannot Remove User RolesSolved. I found a plugin that can delete unwanted user roles.
https://www.ads-software.com/plugins/members/
Thanks
Hi john, thank’s for your reply. Not to sure what happened because it seems to be working fine now. I changed my database name back to the old database name. So not to sure if this solved the problem. So now running with a new domain, but running of the old database configs.
Forum: Fixing WordPress
In reply to: Users are not showing after migrationHi @a2hostingrj. I found the issue. All the prefixes within the wp_usermeta didn’t change correctly when I renamed the prefixes in DB. Only half of them for some reason, that’s why only half the users were showing. So I downloaded that table and opened the file and edited all the old prefixes to the new one. Then uploaded it back to the DB and it showed all the users.