sethaugustus
Forum Replies Created
-
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Adding fields to form crashed the pluginHi Akash,
I just updated to 2.3.6 and was able to re-configure the form without fatal error(s). I checked th elogs and below are some deprecation warnings.
Thank you so much for the support, and for fixing the plugin right away! I’ve asked my client to buy the pro version.
Let me know if there’s any more testing you’d like me to do.
Cheers,
Seth
Deprecated
Tue, 13 May 2025 21:46:24 UTC
Kind:plugins
Name:elex-request-a-quote
PHP Deprecated: WpFluent\QueryBuilder\QueryBuilderHandler::newQuery(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/wp-fluent/src/QueryBuilder/QueryBuilderHandler.php on line 114
Deprecated
Tue, 13 May 2025 21:46:21 UTC
Kind:plugins
Name:elex-request-a-quote
PHP Deprecated: WpFluent\Connection::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/wp-fluent/src/Connection.php on line 49
Deprecated
Tue, 13 May 2025 21:46:21 UTC
Kind:plugins
Name:elex-request-a-quote
PHP Deprecated: WpFluent\QueryBuilder\QueryBuilderHandler::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/wp-fluent/src/QueryBuilder/QueryBuilderHandler.php on line 59Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Adding fields to form crashed the pluginHi Akash,
Thanks for your reply.
Here are answers to your questions:
- I tried to reproduce the problem and it crashed again, so I can’t provide a screenshot, but I can describe below.
- When I go to ‘Customize Quote List and Form’ > ‘Quote Form’ (tab) and try to add a Country field and a Postal Code field, it crashed while I was doing this – and I didn’t even save the changes. I had to restore the database on my site to get back to the pre-crash version.
- We’re using Version 2.3.5 (I see that there’s an update to 2.3.6, so this must be recently available)
I’m going to hold off from making changes or updates to the plugin until I hear back from you.
Thanks again,
Sethhere’s the error from just now:
PHP Fatal error: Uncaught TypeError: Elex\RequestAQuote\FormSetting\Models\FormField::build(): Argument #1 ($attributes) must be of type array, null given, called in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php on line 299 and defined in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormField.php:59 Stack trace: #0 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php(299): Elex\RequestAQuote\FormSetting\Models\FormField::build(NULL) #1 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/FormSettingController.php(54): Elex\RequestAQuote\FormSetting\Models\FormSettings::build(Array) #2 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/Quotelist/QuoteListController.php(481): Elex\RequestAQuote\FormSetting\FormSettingController::get_settings() #3 /wordpress/core/6.8.1/wp-includes/class-wp-hook.php(324): Elex\RequestAQuote\Quotelist\QuoteListController::get_the_quote_list(”) #4 /wordpress/core/6.8.1/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) #5 /wordpress/core/6.8.1/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #6 /wordpress/core/6.8.1/wp-admin/admin-ajax.php(192): do_action(‘wp_ajax_get_the…’) #7 {main} thrown in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormField.php on line 59
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Adding fields to form crashed the pluginSorry, I should’ve added the PHP error associated with this crash:
PHP Fatal error: Uncaught TypeError: Elex\RequestAQuote\FormSetting\Models\FormField::build(): Argument #1 ($attributes) must be of type array, null given, called in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php on line 299 and defined in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormField.php:59 Stack trace: #0 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php(299): Elex\RequestAQuote\FormSetting\Models\FormField::build(NULL) #1 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/FormSettingController.php(54): Elex\RequestAQuote\FormSetting\Models\FormSettings::build(Array) #2 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/RequestAQuote.php(339): Elex\RequestAQuote\FormSetting\FormSettingController::get_settings() #3 /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/RequestAQuote.php(232): Elex\RequestAQuote\RequestAQuote->form_settings_localize_script() #4 /wordpress/core/6.8.1/wp-includes/class-wp-hook.php(324): Elex\RequestAQuote\RequestAQuote->enqueue_scripts(”) #5 /wordpress/core/6.8.1/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /wordpress/core/6.8.1/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /wordpress/core/6.8.1/wp-settings.php(727): do_action(‘init’) #8 /srv/htdocs/wp-config.php(84): require_once(‘/wordpress/core…’) #9 /wordpress/core/6.8.1/wp-load.php(55): require_once(‘/srv/htdocs/wp-…’) #10 /wordpress/core/6.8.1/wp-admin/admin.php(35): require_once(‘/wordpress/core…’) #11 {main} thrown in /srv/htdocs/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormField.php on line 59Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Adding fields to form crashed the pluginUPDATE: I reverted back to a previous version of the site (before I changed the form fields), and it’s working again. I’m curious to know what I might have done to cause the crash? One thing I neglected to do is change the fields in the template (I hadn’t gotten that far). Could that have caused the plugin to crash?
Thanks,
Seth
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’Hi All,
re: the Event Tickets Plus bug in this thread, I just got this back from Tribe tech support:
“Good news: the bug has been fixed 🙂
It’s not released yet – it will be part of the next maintenance release, scheduled for next Wednesday (February 5th).”
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’I rolled back to 4.10.10 and got my client up and running again. Modern tribe tech support got back to me right away and repeated what @rafsuntaskin said above. Thanks again, @cheryls ! This has been a huge help.
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’Thank you @cheryls !!!!!
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to increase Event Ticket from ‘0’Hello — I’m having the same problem. Deactivating the Classic Editor doesn’t help.
Our license is up to date for Event Tickets Plus, but I can only download the current 4.11 version on my account. Does anyone know where to get the previous version that works?
Thanks
Forum: Reviews
In reply to: [MailChimp Campaigns] Works well — just what we needed!Hi @pipedragon72 — try saving your permalinks twice (Settings > Permalinks > blue button at page bottom). Good chance that will solve your problem. This resets the permalinks.
- This reply was modified 7 years, 11 months ago by sethaugustus.
Forum: Fixing WordPress
In reply to: Flipping update to 3.0.4 has altered my site!!!!Hi Jan — that got rid of the fatal error.
I activated the theme but only some of the styling carried over…the new header graphic I made is gone and some of the old styles are still in effect.
Thanks for your generosity,
Seth
Forum: Fixing WordPress
In reply to: Flipping update to 3.0.4 has altered my site!!!!Hello,
I’ve been having the same problem using a modded twentyten. Now — taking Jan’s excellent advice, I’m trying to get my child theme to work on a test directory of my server. I already upgraded the test directory to wp 3.0.4
I’ve made the child theme (called dadascope) and I installed it in the ‘themes’ directory. When I preview it I get this message:
Fatal error: Cannot redeclare twentyten_page_menu_args() (previously declared in /home1/user/public_html/mydomain-com/test/wp-content/themes/dadascope/functions.php:214) in /home1/user/public_html/mydomain-com/test/wp-content/themes/twentyten/functions.php on line 217here’s the code in question:
from dadascope/functions.php lines 214-218:function twentyten_page_menu_args( $args ) { $args['show_home'] = true; return $args; } add_filter( 'wp_page_menu_args', 'twentyten_page_menu_args' );from twentyten/functions.php lines 214-218:
function twentyten_page_menu_args( $args ) { $args['show_home'] = true; return $args; } add_filter( 'wp_page_menu_args', 'twentyten_page_menu_args' );Anybody have any advice on how to fix this?
Thanks
Forum: Fixing WordPress
In reply to: WP 3.0.4 upgrade changed my blog designQuickly call your internet service provider and see IF they can restore your server to pre-WP back up — a week ago or so
BEWARE: — this will restore everything else on your server so anything written since then will be gone. BUT You could back up everything today and then do the restore and then re-upload your files. Proceed cautiously, though.
Good Luck
Thanks — that allowed me to change the text color easily.
Thanks for the speedy reply, Mike — I appreciate it.
I see that they have a captcha gallery on the site and it seems that it’s just a matter of adding the php snippet in the right place.
I’m not too up on php — but wondering where I might put this code in your plugin? i.e. which php page(s)?
Thanks,
SethPS Here;s an example of the code snippet for one of the Captcha styles:
<?php
require_once ‘securimage.php’;
$img = new securimage();
$img->image_width = 260;
$img->image_height = 80;
$img->ttf_file = ‘AHGBold.ttf’;
$img->perturbation = 0.85;
$img->image_bg_color = new Securimage_Color(0×0, 0×0, 0×0);
$img->text_color = new Securimage_Color(0xff, 0xff, 0xff);
$img->text_transparency_percentage = 10;
$img->use_transparent_text = true;
$img->text_angle_minimum = -10;
$img->text_angle_maximum = 10;
$img->num_lines = 0;
$img->line_color = new Securimage_Color(0xff, 0xaff, 0xff);$img->show(‘backgrounds/ex2bg.png’);