Hi,
Installed 1.0.9.7 and see the following in my logs on the contact_us.php page although the page itself does seem to work when I try it so it leaves me perplexed:
PHP Fatal error: Uncaught TypeError: Text::input(): Argument #1 ($s) must be of type string, null given, called in /xx/xx/xx/catalog/contact_us.php on line 22 and defined in /xx/xx/xx/catalog/includes/system/versioned/1.0.8.2/text.php:34
Stack trace:
#0 /xx/xx/xx/catalog/contact_us.php(22): Text::input()
#1 {main}
thrown in /xx/xx/xx/catalog/includes/system/versioned/1.0.8.2/text.php on line 34
Thanks in advance for help.
1.0.9.7 Questions / Comments / Concerns
-
artfulweb2
- Member
- Posts: 11
- Joined: Wed Oct 26, 2022 10:26 am
- Phoenix Version:
- Has thanked: 1 time
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: 1.0.9.7 Questions / Comments / Concerns
That says that the Contact Us form was submitted without filling out the enquiry field. Sometimes this happens due to an anti-virus program "testing" the form.artfulweb2 wrote: ↑Mon Oct 21, 2024 9:25 pm PHP Fatal error: Uncaught TypeError: Text::input(): Argument #1 ($s) must be of type string, null given, called in /xx/xx/xx/catalog/contact_us.php on line 22
-
artfulweb2
- Member
- Posts: 11
- Joined: Wed Oct 26, 2022 10:26 am
- Phoenix Version:
- Has thanked: 1 time
Re: 1.0.9.7 Questions / Comments / Concerns
How interesting! Never thought of that. Thank you!!ecartz wrote: ↑Tue Oct 22, 2024 6:40 amThat says that the Contact Us form was submitted without filling out the enquiry field. Sometimes this happens due to an anti-virus program "testing" the form.artfulweb2 wrote: ↑Mon Oct 21, 2024 9:25 pm PHP Fatal error: Uncaught TypeError: Text::input(): Argument #1 ($s) must be of type string, null given, called in /xx/xx/xx/catalog/contact_us.php on line 22