GideonLupine
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorThank you so much for you addressing my issue.
I think your fix will increase the value of your product.
Being able to track down which Snippet in a large library of snippets is generating an error is valuable.
A person may have a large library, and then something gets depreciated or changed, and a snippet that worked before, now causes errors in the log.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorI am using WP Mail SMTP.
I sent a test message to verify if it is sending. It worked, and I don’t see any new errors in the WP Mail SMTP Error log that I turned on.
I just see successful WP Mail SMTP records.
Event #1205 Debug An email request was sent. MemberPress Pro 30 (Legacy) June 22, 2024 at 3:42 pm
Event #1204 Debug An email request was sent. WP Mail SMTP June 22, 2024 at 3:34 pm
Event #1203 Debug An email request was sent. WPForms June 22, 2024 at 3:26 pm
Event #1202 Debug An email request was sent. WPForms June 22, 2024 at 3:26 pm
Event #1201 Debug An email request was sent. Sucuri Security – Auditing, Malware Scanner and Hardening June 22, 2024 at 3:23 pm
Event #1200 Debug An email request was sent. WP Mail SMTP June 22, 2024 at 3:10 pmForum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorWould putting something in a text file or database table be possible? I don’t feel good about this email option.
Could it not put something a bit more helpful in the error log? I just can’t figure out which snippet in all the snippets I have.
[21-Jun-2024 04:28:47 UTC] PHP Warning: Attempt to read property “ID” on null in /var/www/html/website/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(100) : eval()’d code on line 36
[21-Jun-2024 04:28:47 UTC] PHP Warning: Undefined variable $leaderdetail in /var/www/html/website/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(100) : eval()’d code on line 37Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorI am not gettting any emails with the subject “Exception Report” anywhere.
I checked my spam folder also.
I double-checked my settings.
I just want to be sure that this thing does not send out 1,000 emails in day or something. I am getting a lot of errors.
It would not be doing that for each one. That would be a horror.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorWhat would the sent from or the title be?
I don’t see anything in SPAM.
I do see this in my error logs:
[19-Jun-2024 21:52:53 UTC] PHP Warning: Undefined variable $product_id in /var/www/html/website/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(100) : eval()’d code on line 24
[19-Jun-2024 22:21:39 UTC] WordPress database error Table ‘website1_db.embed_usage_log’ doesn’t exist for query SHOW FULL COLUMNS FROM
embed_usage_log
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘wp-includes/theme-compat/embed.php’), get_template_part, locate_template, load_template, require(‘wp-includes/theme-compat/embed-content.php’), do_action(’embed_content’), WP_Hook->do_action, WP_Hook->apply_filters, ep_track_embed_usage[19-Jun-2024 22:26:12 UTC] WordPress database error Table ‘website1_db.embed_usage_log’ doesn’t exist for query SHOW FULL COLUMNS FROM
embed_usage_log
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘wp-includes/theme-compat/embed.php’), get_template_part, locate_template, load_template, require(‘wp-includes/theme-compat/embed-content.php’), do_action(’embed_content’), WP_Hook->do_action, WP_Hook->apply_filters, ep_track_embed_usage[19-Jun-2024 22:27:13 UTC] WordPress database error Table ‘website1_db.embed_usage_log’ doesn’t exist for query SHOW FULL COLUMNS FROM
embed_usage_log
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘wp-includes/theme-compat/embed.php’), get_template_part, locate_template, load_template, require(‘wp-includes/theme-compat/embed-content.php’), do_action(’embed_content’), WP_Hook->do_action, WP_Hook->apply_filters, ep_track_embed_usage[19-Jun-2024 22:37:51 UTC] WordPress database error Table ‘website1_db.embed_usage_log’ doesn’t exist for query SHOW FULL COLUMNS FROM
embed_usage_log
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘wp-includes/theme-compat/embed.php’), get_template_part, locate_template, load_template, require(‘wp-includes/theme-compat/embed-content.php’), do_action(’embed_content’), WP_Hook->do_action, WP_Hook->apply_filters, ep_track_embed_usage[19-Jun-2024 22:40:50 UTC] WordPress database error Table ‘website1_db.embed_usage_log’ doesn’t exist for query SHOW FULL COLUMNS FROM
embed_usage_log
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘wp-includes/theme-compat/embed.php’), get_template_part, locate_template, load_template, require(‘wp-includes/theme-compat/embed-content.php’), do_action(’embed_content’), WP_Hook->do_action, WP_Hook->apply_filters, ep_track_embed_usageI see your update, and it seems to work.
Using your plugin no longer changes my max_execution_time across the server.
Thanks for the fast response!
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorI made the changes, but I got no email.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Track down snippet with errorI found where to make your suggested edits. Thanks.
Whatever you do, make it so it does not override the server php.ini or wp-config.php.
When I run phpinfo, it will show that value no matter what.
Sure:
/var/www/html/website/wp-content/plugins/speakout/includes/csv.php//ini_set(‘max_execution_time’, 180); // extend maximum execution time
Forum: Plugins
In reply to: [The Events Calendar] PHP Warning: Attempt to read propertyI just wanted to update you with more data about the problem I encountered. I re-opened the issue just so you would be aware and add it to my ticket.
Here are more samples of the errors. I don’t understand why it keeps doing it thousands of times:
[17-Jun-2024 17:36:41 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 28
[17-Jun-2024 17:36:41 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 32
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "city" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 28
[17-Jun-2024 17:36:43 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 32
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "address" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "post_title" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "city" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state_province" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27
[17-Jun-2024 17:36:44 UTC] PHP Warning: Attempt to read property "state" on int in /var/www/html/website/wp-content/plugins/the-events-calendar/src/views/v2/day/event/venue.php on line 27- This reply was modified 5 months, 2 weeks ago by GideonLupine.
I think you misunderstood my issue.
Your plugin changed the max_execution_time for my entire WordPress site, and I could not find out where this 180 setting was coming from.
My theme required max_execution_time be set to 300, but no matter what I set .htaccess or php.ini or wp-config.php to, it would not change. It just stayed at 180.
It took me over a week to find the value of 180 was set inside of your plugin.
I just commented out the line in your plugin, and I was able to set the value of max_execution_time again.
You should have your plugin only warn the admin that they need to change max_execution_time. You should not hard code it in the plugin.
I ask because we use Total Theme
https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019The theme needs a max_execution_time of 300 to work properly.
It does not like 180.
It took me over a week to find out your plugin was causing the problem.
- This reply was modified 5 months, 2 weeks ago by GideonLupine.
I can’t seem to upgrade from Buttonizer – Smart Floating Action Button (Premium) Version 3.3.10.
The plugin directory name is:
buttonizer-multifunctional-button-premiumI don’t see any upgrade buttons or links.
I am waiting for the office to give me the account login credentials.
I have Version 3.3.10 on the Pro Plan. I will go to your support site. Thanks.