1.0.9.7 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
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

Post by artfulweb2 »

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.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
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

Post by ecartz »

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
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
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

Post by artfulweb2 »

ecartz wrote: Tue Oct 22, 2024 6:40 am
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
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.
How interesting! Never thought of that. Thank you!!


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply