barryalbert
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Post to socialOkay we buy a plugin with this ability, so don’t you think it should be something integrated with Yoast instead of forcing people to install another plugin to do the job?
The error message is now but now I have kind of the same problem now as Inje (@inje)
[2019-11-15 09:51:58] [User ID:5] – [Error] [Facebook – Facebook] – -=ERROR=- Array ( [Warning] => [Error] => (#200) Subject does not have permission to post photos on this page )
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Database issuesThanks…I am not sure whats going on. Plenty of storage space on a dedicated server. This is just a FYI in case there is an issue. It sounds like this is on my end.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Database issuesI have had a second database failure. The error is “cerber_lab_ip” (table) does not exist. I am upgrading our MySQL server, but its an older one, 5.5.55.
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Fatal errorWorking. Thanks!
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Interval must be greater than 0Check out W3 Total Cache. Looks like it has several default 0’s that are disabled. But it will not effect your plugin anymore.
[W3TC] CDN queue process (disabled)
w3_cdn_cron_queue_process
0sForum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Interval must be greater than 0Fixed thanks! Yes I need to look into what plugin is set at 0. Its not showing on the list. Kinda weird but at least I found a bug for you…….:)
I have the same issue. It does not create the debug.log file. But however it does work on another website using the same server and settings. The directories on both are set to the same, readable and write-able.
I did manually add the debug file to the non working domain and it will read it, but never will write to it. Any ideas?
It shows my login, so its populating.
This is on a test site if you need to login and see.
get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead.
On activation errors:
wp-cerber.php(394): get_currentuserinfo();
wp-cerber.php(472): get_currentuserinfo();
wp-cerber.php(1041): if (!$current_user->ID) get_currentuserinfo();Replace with “wp_get_current_user();” and the activation errors are gone.
Same db error message. Nothing custom, just the defaults at this point.
Undefined index: tab
Type: PHP Notice Line: 443
File: wp-cerber/settings.phpTrying to get property of non-object
Type: PHP Notice Line: 832
File: wp-cerber/wp-cerber.phpYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND activity IN (10,11)’ at line 1 for query SELECT * FROM cerber_log WHERE stamp = AND activity IN (10,11) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cerber_admin_request, cerber_send_notify
Type: WordPress database errorIn the dashboard, When you click on Notifications, (Click to send test), I get the below errors.+
Trying to get property of non-object
Type: PHP Notice Line: 832
File: /wp-cerber/wp-cerber.phpYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND activity IN (10,11)’ at line 1 for query SELECT * FROM cerber_log WHERE stamp = AND activity IN (10,11) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cerber_admin_request, cerber_send_notify
Type: WordPress database errorOn activation I get this:
The plugin generated 207 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.In the dash board I get the notices. (Undefined index: tab)
wp-cerber/settings.phpI have been unable to duplicate the SQL syntax. I will keep trying.