Show Posts


Topics - jonkip

Pages: [1]
1
HI...I've seen others with this question, but their circumstances are different. I'm using the v 1.2.9 stock template:

The error in the log reads:

Number of repetitions:
85
aMySQLi class error: Try to escape non-string value: array ( 0 => '1052', ) (file: /home/mikev/public_html/store/core/lib/cart.php line 240) in /home/mikev/public_html/store/core/database/amysqli.php on line 123


The first line mentioned , the line 240, is:

//Set value from input
            $option_value_query['name'] = $this->db->escape($options[$product_option_id]);
         } else{
            //is multivalue option type

I'm not sure where to look from here, any advice will be helpful...thanks

(edit)  I'm not sure if the "try to escape...." is a suggestion for me, or if it's explaining what that part of the code is doing. thanks
(another edit)
I did a data dump of just the tables and , opening in BBEdit, I do still see this, where the "Enter the code in the box below" text has failed to die ....I may be deleting the wrong instance....dang.

dump_mikev_aban181_2017-06-02-223459.sql:3448: INSERT INTO `abav_field_descriptions` (`field_id`, `name`, `description`, `language_id`, `error_text`) VALUES ('14', 'Enter the code in the box below:', '', '1', 'Human verification has failed! Please try agan.');


Still , that phrase doesn't appear in any of the language defs but it sure appears in the data dump.

again, thanks, and if you've got more advice, I'd love to hear it...thanks

2
Support / SOLVED Language Definitions not changing as expected
« on: June 01, 2017, 04:27:30 PM »
HI....I'm trying to change some of the text on the site-generated contact page, in specific, the "Enter the code in the box below", I just want to remove the "below" word. I'm on cart v 1.2.9. Basic Template.
I'm in the Language Definitions and have attached the view that I think is important.

In testing how the Language Def. thing works, I was able to change the words in the admin menu "Developer Tools" to be "Developer Toolss", and that works fine, but the "enter the code in the box" on the contact page still says "enter the code in the box below".
I see an xml file in the language area , where we have'
<definition>
    <key>entry_captcha</key>
    <value><![CDATA[Enter the code in the box below:]]></value>
  </definition>
but changing there , and uploading, seems to make no difference....I'm missing something here, and some help would be appreciated.
NOTE: I have been clearing all caches in this quest for a solution.....

Pages: [1]

Powered by SMFPacks Social Login Mod