Debugger
Forum Replies Created
-
It looks like its fixed, but now i see another problem.
From field on new registration email is set to WordPress instead to my website name. Any ideas?Forum: Localhost Installs
In reply to: wp-admin slow on Ubuntu 16.04/LAMP on VirtualBoxHello, thanks for the reply.
Yes, curl is installed and enabled, and the vbox server has network access.
https://postimg.org/image/47xe7dqgl/
https://postimg.org/image/a8v34gksl/…
- This reply was modified 6 years, 10 months ago by Debugger.
Thanks for the solution!
Anyway, I don’t think that this is the right way, especially if you have paid 249€ for a license.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] RequestYep, make sense to have this removed, or at least to have an option.
If the idea behind this was to avoid collision of names, then it’s not working either.
Example: If you copy the same newsletter twice you will end up with 2 identical emails named Copy of…Forum: Fixing WordPress
In reply to: “Edit/Create Post” is slow due to +40000 usersOk, i Just find the solution.
(https://codex.www.ads-software.com/Function_Reference/remove_meta_box)In case someone else is having the same problem, here’s the solution:
I’ve removed the authordiv metabox, by using this function:function my_remove_meta_boxes() { remove_meta_box( 'authordiv', 'post', 'normal' ); } add_action( 'admin_menu', 'my_remove_meta_boxes' );
Cheers!
Any updates?
Forum: Plugins
In reply to: [Nextend Social Login and Register] Plugin no longer works – Please fix ASAP!I confirm that its working!
Thank you for the quick fix!Forum: Plugins
In reply to: [Nextend Social Login and Register] Plugin no longer works – Please fix ASAP!Yes – its the same problem.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Plugin no longer works – Please fix ASAP!I am pretty sure that its a specific call or calls to api 2.2 that are no longer supported by facebook. It should be quick and easy fix for the developer of this addon.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Premium user support??Come on guys?
Forum: Plugins
In reply to: [Expire Users] emails not sent on expiration after update to 4.6Forum: Fixing WordPress
In reply to: WP from production server to localhostThank you for your reply!
I just found the problem.
My antivirus was removing files during the exctract process.Forum: Plugins
In reply to: [wpLike2Get] Add support for [l2g] tag inside Custom Fields?Its a custom theme, im using custom fileds to provide different type of download links. I’ll try with do_shortcode() and will let you know.
Thank you for the support!EDIT: Thanks again! It works like charm!
<?php echo do_shortcode( $content ) ?>
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] sm_ping bloating my cronHi, i discovered a problem with my wp-cron.php – it appeared that i miss-config my apache sites-availabe file.
apache errors file was bloated with:
[Wed Jun 03 08:46:01 2015] [error] [client 127.0.0.1] script '/var/www/wp-cron.php' not found or unable to stat
And that’s why my site was not in
/var/www/
but in
/var/www/site/
I’ve updated
/etc/apache2/sites-available/default
file and the cron started working normallyForum: Plugins
In reply to: [XML Sitemap Generator for Google] sm_ping bloating my cronSame here, any ideas how to fix this?