SQLException: SELECT v.*,c.color_id,c.nombre as colornombre, t.talla_id, t.nombre as tallanombre FROM version v
LEFT JOIN relacioncolor rc ON rc.tabla_id = v.version_id
LEFT JOIN color c ON c.color_id = rc.color_id
LEFT JOIN relaciontalla rt ON rt.tabla_id = v.version_id
LEFT JOIN talla t ON t.talla_id = rt.talla_id
WHERE v.product_id = AND v.status = 'Active' GROUP BY v.version_id,c.color_id, t.talla_id ORDER BY v.price ASC [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND v.status = 'Active' GROUP BY v.version_id,c.color_id, t.talla_id ORDER BY v.' at line 6]


File: /home/kared/public_html/bo/libs/VicomStudio/DBPEAR.class.php
Line: 179
#0 /home/kared/public_html/bo/libs/VicomStudio/DBPEAR.class.php(61): DBPEAR->returnResult(Object(DB_Error))
#1 /home/kared/public_html/bo/libs/eCommerce/SDO/Core/DAO/Version.class.php(28): DBPEAR->sqlGetResult('SELECT v.*,c.co...')
#2 /home/kared/public_html/bo/libs/eCommerce/SDO/Core/Application/Version.class.php(252): eCommerce_SDO_Core_DAO_Version->getAllVersionesTodo(NULL)
#3 /home/kared/public_html/bo/libs/eCommerce/SDO/Catalog.class.php(153): eCommerce_SDO_Core_Application_Version::GetVersionesTodo(NULL)
#4 /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php(47): eCommerce_SDO_Catalog::GetProductVersionesTodo(NULL)
#5 /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php(17): eCommerce_FrontEnd_FO_Product->_details()
#6 /home/kared/public_html/bo/product.php(4): eCommerce_FrontEnd_FO_Product->execute()
#7 /home/kared/public_html/productos.php(2): include('/home/kared/pub...')
#8 {main}
SQLException  Object
(
       [message:protected]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
       [string:Exception:private]  =>  
       [code:protected]  =>  0
       [file:protected]  =>  /home/kared/public_html/bo/libs/VicomStudio/DBPEAR.class.php
       [line:protected]  =>  179
       [trace:Exception:private]  =>  Array
               (
                       [0]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/VicomStudio/DBPEAR.class.php
                                       [line]  =>  61
                                       [function]  =>  returnResult
                                       [class]  =>  DBPEAR
                                       [type]  =>  ->
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  DB_Error  Object
                                                               (
                                                                       [error_message_prefix]  =>  
                                                                       [mode]  =>  1
                                                                       [level]  =>  1024
                                                                       [code]  =>  -2
                                                                       [message]  =>  DB  Error:  syntax  error
                                                                       [userinfo]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                       [backtrace]  =>  Array
                                                                               (
                                                                                       [0]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB.php
                                                                                                       [line]  =>  983
                                                                                                       [function]  =>  __construct
                                                                                                       [class]  =>  PEAR_Error
                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  DB  Error:  syntax  error
                                                                                                                       [1]  =>  -2
                                                                                                                       [2]  =>  1
                                                                                                                       [3]  =>  1024
                                                                                                                       [4]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                                                               )

                                                                                               )

                                                                                       [1]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /opt/cpanel/ea-php81/root/usr/share/pear/PEAR.php
                                                                                                       [line]  =>  575
                                                                                                       [function]  =>  __construct
                                                                                                       [class]  =>  DB_Error
                                                                                                       [object]  =>  DB_Error  Object
 *RECURSION*
                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  -2
                                                                                                                       [1]  =>  1
                                                                                                                       [2]  =>  1024
                                                                                                                       [3]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                                                               )

                                                                                               )

                                                                                       [2]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /opt/cpanel/ea-php81/root/usr/share/pear/PEAR.php
                                                                                                       [line]  =>  223
                                                                                                       [function]  =>  _raiseError
                                                                                                       [class]  =>  PEAR
                                                                                                       [type]  =>  ::
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  DB_mysqli  Object
                                                                                                                               (
                                                                                                                                       [_debug]  =>  
                                                                                                                                       [_default_error_mode]  =>  
                                                                                                                                       [_default_error_options]  =>  
                                                                                                                                       [_default_error_handler]  =>  
                                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [fetchmode]  =>  1
                                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                                       [was_connected]  =>  
                                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                                       [options]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                                       [persistent]  =>  
                                                                                                                                                       [ssl]  =>  
                                                                                                                                                       [debug]  =>  0
                                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                                       [autofree]  =>  
                                                                                                                                                       [portability]  =>  0
                                                                                                                                                       [optimize]  =>  performance
                                                                                                                                               )

                                                                                                                                       [last_parameters]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepare_types]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [_last_query_manip]  =>  
                                                                                                                                       [_next_query_manip]  =>  
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [features]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [limit]  =>  alter
                                                                                                                                                       [new_link]  =>  
                                                                                                                                                       [numrows]  =>  1
                                                                                                                                                       [pconnect]  =>  
                                                                                                                                                       [prepare]  =>  
                                                                                                                                                       [ssl]  =>  1
                                                                                                                                                       [transactions]  =>  1
                                                                                                                                               )

                                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [1004]  =>  -15
                                                                                                                                                       [1005]  =>  -15
                                                                                                                                                       [1006]  =>  -15
                                                                                                                                                       [1007]  =>  -5
                                                                                                                                                       [1008]  =>  -17
                                                                                                                                                       [1022]  =>  -5
                                                                                                                                                       [1044]  =>  -26
                                                                                                                                                       [1046]  =>  -14
                                                                                                                                                       [1048]  =>  -3
                                                                                                                                                       [1049]  =>  -27
                                                                                                                                                       [1050]  =>  -5
                                                                                                                                                       [1051]  =>  -18
                                                                                                                                                       [1054]  =>  -19
                                                                                                                                                       [1061]  =>  -5
                                                                                                                                                       [1062]  =>  -5
                                                                                                                                                       [1064]  =>  -2
                                                                                                                                                       [1091]  =>  -4
                                                                                                                                                       [1100]  =>  -21
                                                                                                                                                       [1136]  =>  -22
                                                                                                                                                       [1142]  =>  -26
                                                                                                                                                       [1146]  =>  -18
                                                                                                                                                       [1205]  =>  -30
                                                                                                                                                       [1213]  =>  -31
                                                                                                                                                       [1216]  =>  -3
                                                                                                                                                       [1217]  =>  -3
                                                                                                                                                       [1356]  =>  -32
                                                                                                                                                       [1365]  =>  -13
                                                                                                                                                       [1451]  =>  -3
                                                                                                                                                       [1452]  =>  -3
                                                                                                                                               )

                                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                                               (
                                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                                       [client_version]  =>  80128
                                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                                       [connect_error]  =>  
                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                       [error_list]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                                               )

                                                                                                                                                               )

                                                                                                                                                       [field_count]  =>  0
                                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                                       [info]  =>  
                                                                                                                                                       [insert_id]  =>  0
                                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                                       [server_version]  =>  80036
                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                                       [warning_count]  =>  0
                                                                                                                                               )

                                                                                                                                       [dsn]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                                       [port]  =>  
                                                                                                                                                       [socket]  =>  
                                                                                                                                                       [database]  =>  kared_database
                                                                                                                                                       [new_link]  =>  true
                                                                                                                                               )

                                                                                                                                       [autocommit]  =>  1
                                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                                       [_db]  =>  kared_database
                                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [1]  =>  not_null
                                                                                                                                                       [2]  =>  primary_key
                                                                                                                                                       [4]  =>  unique_key
                                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                                       [16]  =>  blob
                                                                                                                                                       [32]  =>  unsigned
                                                                                                                                                       [64]  =>  zerofill
                                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                                       [2048]  =>  set
                                                                                                                                                       [32768]  =>  group_by
                                                                                                                                               )

                                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  decimal
                                                                                                                                                       [1]  =>  tinyint
                                                                                                                                                       [2]  =>  int
                                                                                                                                                       [3]  =>  int
                                                                                                                                                       [4]  =>  float
                                                                                                                                                       [5]  =>  double
                                                                                                                                                       [7]  =>  timestamp
                                                                                                                                                       [8]  =>  bigint
                                                                                                                                                       [9]  =>  mediumint
                                                                                                                                                       [10]  =>  date
                                                                                                                                                       [11]  =>  time
                                                                                                                                                       [12]  =>  datetime
                                                                                                                                                       [13]  =>  year
                                                                                                                                                       [14]  =>  date
                                                                                                                                                       [247]  =>  enum
                                                                                                                                                       [248]  =>  set
                                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                                       [251]  =>  longblob
                                                                                                                                                       [252]  =>  blob
                                                                                                                                                       [253]  =>  varchar
                                                                                                                                                       [254]  =>  char
                                                                                                                                                       [255]  =>  geometry
                                                                                                                                                       [16]  =>  bit
                                                                                                                                                       [246]  =>  decimal
                                                                                                                                               )

                                                                                                                               )

                                                                                                                       [1]  =>  
                                                                                                                       [2]  =>  -2
                                                                                                                       [3]  =>  1
                                                                                                                       [4]  =>  1024
                                                                                                                       [5]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                                                                       [6]  =>  DB_Error
                                                                                                                       [7]  =>  1
                                                                                                               )

                                                                                               )

                                                                                       [3]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB/common.php
                                                                                                       [line]  =>  1913
                                                                                                       [function]  =>  __call
                                                                                                       [class]  =>  PEAR
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  raiseError
                                                                                                                       [1]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  
                                                                                                                                       [1]  =>  -2
                                                                                                                                       [2]  =>  
                                                                                                                                       [3]  =>  
                                                                                                                                       [4]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                                                                                       [5]  =>  DB_Error
                                                                                                                                       [6]  =>  1
                                                                                                                               )

                                                                                                               )

                                                                                               )

                                                                                       [4]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB/mysqli.php
                                                                                                       [line]  =>  942
                                                                                                       [function]  =>  raiseError
                                                                                                       [class]  =>  DB_common
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  -2
                                                                                                                       [1]  =>  
                                                                                                                       [2]  =>  
                                                                                                                       [3]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC  [nativecode=1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6]
                                                                                                                       [4]  =>  1064  **  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                               )

                                                                                               )

                                                                                       [5]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB/mysqli.php
                                                                                                       [line]  =>  412
                                                                                                       [function]  =>  mysqliRaiseError
                                                                                                       [class]  =>  DB_mysqli
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                               )

                                                                                               )

                                                                                       [6]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB/common.php
                                                                                                       [line]  =>  1219
                                                                                                       [function]  =>  simpleQuery
                                                                                                       [class]  =>  DB_mysqli
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                               )

                                                                                               )

                                                                                       [7]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/PEAR/DB/common.php
                                                                                                       [line]  =>  1668
                                                                                                       [function]  =>  query
                                                                                                       [class]  =>  DB_common
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                               )

                                                                                               )

                                                                                       [8]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/VicomStudio/DBPEAR.class.php
                                                                                                       [line]  =>  60
                                                                                                       [function]  =>  getAll
                                                                                                       [class]  =>  DB_common
                                                                                                       [object]  =>  DB_mysqli  Object
                                                                                                               (
                                                                                                                       [_debug]  =>  
                                                                                                                       [_default_error_mode]  =>  
                                                                                                                       [_default_error_options]  =>  
                                                                                                                       [_default_error_handler]  =>  
                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [fetchmode]  =>  1
                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                       [was_connected]  =>  
                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [options]  =>  Array
                                                                                                                               (
                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                       [persistent]  =>  
                                                                                                                                       [ssl]  =>  
                                                                                                                                       [debug]  =>  0
                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                       [autofree]  =>  
                                                                                                                                       [portability]  =>  0
                                                                                                                                       [optimize]  =>  performance
                                                                                                                               )

                                                                                                                       [last_parameters]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepare_types]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [_last_query_manip]  =>  
                                                                                                                       [_next_query_manip]  =>  
                                                                                                                       [phptype]  =>  mysqli
                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                       [features]  =>  Array
                                                                                                                               (
                                                                                                                                       [limit]  =>  alter
                                                                                                                                       [new_link]  =>  
                                                                                                                                       [numrows]  =>  1
                                                                                                                                       [pconnect]  =>  
                                                                                                                                       [prepare]  =>  
                                                                                                                                       [ssl]  =>  1
                                                                                                                                       [transactions]  =>  1
                                                                                                                               )

                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                               (
                                                                                                                                       [1004]  =>  -15
                                                                                                                                       [1005]  =>  -15
                                                                                                                                       [1006]  =>  -15
                                                                                                                                       [1007]  =>  -5
                                                                                                                                       [1008]  =>  -17
                                                                                                                                       [1022]  =>  -5
                                                                                                                                       [1044]  =>  -26
                                                                                                                                       [1046]  =>  -14
                                                                                                                                       [1048]  =>  -3
                                                                                                                                       [1049]  =>  -27
                                                                                                                                       [1050]  =>  -5
                                                                                                                                       [1051]  =>  -18
                                                                                                                                       [1054]  =>  -19
                                                                                                                                       [1061]  =>  -5
                                                                                                                                       [1062]  =>  -5
                                                                                                                                       [1064]  =>  -2
                                                                                                                                       [1091]  =>  -4
                                                                                                                                       [1100]  =>  -21
                                                                                                                                       [1136]  =>  -22
                                                                                                                                       [1142]  =>  -26
                                                                                                                                       [1146]  =>  -18
                                                                                                                                       [1205]  =>  -30
                                                                                                                                       [1213]  =>  -31
                                                                                                                                       [1216]  =>  -3
                                                                                                                                       [1217]  =>  -3
                                                                                                                                       [1356]  =>  -32
                                                                                                                                       [1365]  =>  -13
                                                                                                                                       [1451]  =>  -3
                                                                                                                                       [1452]  =>  -3
                                                                                                                               )

                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                               (
                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                       [client_version]  =>  80128
                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                       [connect_error]  =>  
                                                                                                                                       [errno]  =>  1064
                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                       [error_list]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [field_count]  =>  0
                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                       [info]  =>  
                                                                                                                                       [insert_id]  =>  0
                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                       [server_version]  =>  80036
                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                       [warning_count]  =>  0
                                                                                                                               )

                                                                                                                       [dsn]  =>  Array
                                                                                                                               (
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                       [port]  =>  
                                                                                                                                       [socket]  =>  
                                                                                                                                       [database]  =>  kared_database
                                                                                                                                       [new_link]  =>  true
                                                                                                                               )

                                                                                                                       [autocommit]  =>  1
                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                       [_db]  =>  kared_database
                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                               (
                                                                                                                                       [1]  =>  not_null
                                                                                                                                       [2]  =>  primary_key
                                                                                                                                       [4]  =>  unique_key
                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                       [16]  =>  blob
                                                                                                                                       [32]  =>  unsigned
                                                                                                                                       [64]  =>  zerofill
                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                       [2048]  =>  set
                                                                                                                                       [32768]  =>  group_by
                                                                                                                               )

                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  decimal
                                                                                                                                       [1]  =>  tinyint
                                                                                                                                       [2]  =>  int
                                                                                                                                       [3]  =>  int
                                                                                                                                       [4]  =>  float
                                                                                                                                       [5]  =>  double
                                                                                                                                       [7]  =>  timestamp
                                                                                                                                       [8]  =>  bigint
                                                                                                                                       [9]  =>  mediumint
                                                                                                                                       [10]  =>  date
                                                                                                                                       [11]  =>  time
                                                                                                                                       [12]  =>  datetime
                                                                                                                                       [13]  =>  year
                                                                                                                                       [14]  =>  date
                                                                                                                                       [247]  =>  enum
                                                                                                                                       [248]  =>  set
                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                       [251]  =>  longblob
                                                                                                                                       [252]  =>  blob
                                                                                                                                       [253]  =>  varchar
                                                                                                                                       [254]  =>  char
                                                                                                                                       [255]  =>  geometry
                                                                                                                                       [16]  =>  bit
                                                                                                                                       [246]  =>  decimal
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                       [1]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [2]  =>  2
                                                                                                               )

                                                                                               )

                                                                                       [9]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Core/DAO/Version.class.php
                                                                                                       [line]  =>  28
                                                                                                       [function]  =>  sqlGetResult
                                                                                                       [class]  =>  DBPEAR
                                                                                                       [object]  =>  eCommerce_SDO_Core_DB  Object
                                                                                                               (
                                                                                                                       [db]  =>  DB_mysqli  Object
                                                                                                                               (
                                                                                                                                       [_debug]  =>  
                                                                                                                                       [_default_error_mode]  =>  
                                                                                                                                       [_default_error_options]  =>  
                                                                                                                                       [_default_error_handler]  =>  
                                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [fetchmode]  =>  1
                                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                                       [was_connected]  =>  
                                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                                       [options]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                                       [persistent]  =>  
                                                                                                                                                       [ssl]  =>  
                                                                                                                                                       [debug]  =>  0
                                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                                       [autofree]  =>  
                                                                                                                                                       [portability]  =>  0
                                                                                                                                                       [optimize]  =>  performance
                                                                                                                                               )

                                                                                                                                       [last_parameters]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepare_types]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                                               (
                                                                                                                                               )

                                                                                                                                       [_last_query_manip]  =>  
                                                                                                                                       [_next_query_manip]  =>  
                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                       [features]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [limit]  =>  alter
                                                                                                                                                       [new_link]  =>  
                                                                                                                                                       [numrows]  =>  1
                                                                                                                                                       [pconnect]  =>  
                                                                                                                                                       [prepare]  =>  
                                                                                                                                                       [ssl]  =>  1
                                                                                                                                                       [transactions]  =>  1
                                                                                                                                               )

                                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [1004]  =>  -15
                                                                                                                                                       [1005]  =>  -15
                                                                                                                                                       [1006]  =>  -15
                                                                                                                                                       [1007]  =>  -5
                                                                                                                                                       [1008]  =>  -17
                                                                                                                                                       [1022]  =>  -5
                                                                                                                                                       [1044]  =>  -26
                                                                                                                                                       [1046]  =>  -14
                                                                                                                                                       [1048]  =>  -3
                                                                                                                                                       [1049]  =>  -27
                                                                                                                                                       [1050]  =>  -5
                                                                                                                                                       [1051]  =>  -18
                                                                                                                                                       [1054]  =>  -19
                                                                                                                                                       [1061]  =>  -5
                                                                                                                                                       [1062]  =>  -5
                                                                                                                                                       [1064]  =>  -2
                                                                                                                                                       [1091]  =>  -4
                                                                                                                                                       [1100]  =>  -21
                                                                                                                                                       [1136]  =>  -22
                                                                                                                                                       [1142]  =>  -26
                                                                                                                                                       [1146]  =>  -18
                                                                                                                                                       [1205]  =>  -30
                                                                                                                                                       [1213]  =>  -31
                                                                                                                                                       [1216]  =>  -3
                                                                                                                                                       [1217]  =>  -3
                                                                                                                                                       [1356]  =>  -32
                                                                                                                                                       [1365]  =>  -13
                                                                                                                                                       [1451]  =>  -3
                                                                                                                                                       [1452]  =>  -3
                                                                                                                                               )

                                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                                               (
                                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                                       [client_version]  =>  80128
                                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                                       [connect_error]  =>  
                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                       [error_list]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                                               )

                                                                                                                                                               )

                                                                                                                                                       [field_count]  =>  0
                                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                                       [info]  =>  
                                                                                                                                                       [insert_id]  =>  0
                                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                                       [server_version]  =>  80036
                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                                       [warning_count]  =>  0
                                                                                                                                               )

                                                                                                                                       [dsn]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                                       [port]  =>  
                                                                                                                                                       [socket]  =>  
                                                                                                                                                       [database]  =>  kared_database
                                                                                                                                                       [new_link]  =>  true
                                                                                                                                               )

                                                                                                                                       [autocommit]  =>  1
                                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                                       [_db]  =>  kared_database
                                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [1]  =>  not_null
                                                                                                                                                       [2]  =>  primary_key
                                                                                                                                                       [4]  =>  unique_key
                                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                                       [16]  =>  blob
                                                                                                                                                       [32]  =>  unsigned
                                                                                                                                                       [64]  =>  zerofill
                                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                                       [2048]  =>  set
                                                                                                                                                       [32768]  =>  group_by
                                                                                                                                               )

                                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [0]  =>  decimal
                                                                                                                                                       [1]  =>  tinyint
                                                                                                                                                       [2]  =>  int
                                                                                                                                                       [3]  =>  int
                                                                                                                                                       [4]  =>  float
                                                                                                                                                       [5]  =>  double
                                                                                                                                                       [7]  =>  timestamp
                                                                                                                                                       [8]  =>  bigint
                                                                                                                                                       [9]  =>  mediumint
                                                                                                                                                       [10]  =>  date
                                                                                                                                                       [11]  =>  time
                                                                                                                                                       [12]  =>  datetime
                                                                                                                                                       [13]  =>  year
                                                                                                                                                       [14]  =>  date
                                                                                                                                                       [247]  =>  enum
                                                                                                                                                       [248]  =>  set
                                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                                       [251]  =>  longblob
                                                                                                                                                       [252]  =>  blob
                                                                                                                                                       [253]  =>  varchar
                                                                                                                                                       [254]  =>  char
                                                                                                                                                       [255]  =>  geometry
                                                                                                                                                       [16]  =>  bit
                                                                                                                                                       [246]  =>  decimal
                                                                                                                                               )

                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                               )

                                                                                               )

                                                                                       [10]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Core/Application/Version.class.php
                                                                                                       [line]  =>  252
                                                                                                       [function]  =>  getAllVersionesTodo
                                                                                                       [class]  =>  eCommerce_SDO_Core_DAO_Version
                                                                                                       [object]  =>  eCommerce_SDO_Core_DAO_Version  Object
                                                                                                               (
                                                                                                                       [table:protected]  =>  version
                                                                                                                       [id_field:protected]  =>  version_id
                                                                                                                       [autoIncrement:protected]  =>  
                                                                                                                       [joins:protected]  =>  
                                                                                                                       [md5_fields:protected]  =>  
                                                                                                                       [db:protected]  =>  eCommerce_SDO_Core_DB  Object
                                                                                                                               (
                                                                                                                                       [db]  =>  DB_mysqli  Object
                                                                                                                                               (
                                                                                                                                                       [_debug]  =>  
                                                                                                                                                       [_default_error_mode]  =>  
                                                                                                                                                       [_default_error_options]  =>  
                                                                                                                                                       [_default_error_handler]  =>  
                                                                                                                                                       [_error_class]  =>  DB_Error
                                                                                                                                                       [_expected_errors]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [fetchmode]  =>  1
                                                                                                                                                       [fetchmode_object_class]  =>  stdClass
                                                                                                                                                       [was_connected]  =>  
                                                                                                                                                       [last_query]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                                                                                                                                       [options]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [result_buffering]  =>  500
                                                                                                                                                                       [persistent]  =>  
                                                                                                                                                                       [ssl]  =>  
                                                                                                                                                                       [debug]  =>  0
                                                                                                                                                                       [seqname_format]  =>  %s_seq
                                                                                                                                                                       [autofree]  =>  
                                                                                                                                                                       [portability]  =>  0
                                                                                                                                                                       [optimize]  =>  performance
                                                                                                                                                               )

                                                                                                                                                       [last_parameters]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [prepare_tokens]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [prepare_types]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [prepared_queries]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [_last_query_manip]  =>  
                                                                                                                                                       [_next_query_manip]  =>  
                                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                                       [features]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [limit]  =>  alter
                                                                                                                                                                       [new_link]  =>  
                                                                                                                                                                       [numrows]  =>  1
                                                                                                                                                                       [pconnect]  =>  
                                                                                                                                                                       [prepare]  =>  
                                                                                                                                                                       [ssl]  =>  1
                                                                                                                                                                       [transactions]  =>  1
                                                                                                                                                               )

                                                                                                                                                       [errorcode_map]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [1004]  =>  -15
                                                                                                                                                                       [1005]  =>  -15
                                                                                                                                                                       [1006]  =>  -15
                                                                                                                                                                       [1007]  =>  -5
                                                                                                                                                                       [1008]  =>  -17
                                                                                                                                                                       [1022]  =>  -5
                                                                                                                                                                       [1044]  =>  -26
                                                                                                                                                                       [1046]  =>  -14
                                                                                                                                                                       [1048]  =>  -3
                                                                                                                                                                       [1049]  =>  -27
                                                                                                                                                                       [1050]  =>  -5
                                                                                                                                                                       [1051]  =>  -18
                                                                                                                                                                       [1054]  =>  -19
                                                                                                                                                                       [1061]  =>  -5
                                                                                                                                                                       [1062]  =>  -5
                                                                                                                                                                       [1064]  =>  -2
                                                                                                                                                                       [1091]  =>  -4
                                                                                                                                                                       [1100]  =>  -21
                                                                                                                                                                       [1136]  =>  -22
                                                                                                                                                                       [1142]  =>  -26
                                                                                                                                                                       [1146]  =>  -18
                                                                                                                                                                       [1205]  =>  -30
                                                                                                                                                                       [1213]  =>  -31
                                                                                                                                                                       [1216]  =>  -3
                                                                                                                                                                       [1217]  =>  -3
                                                                                                                                                                       [1356]  =>  -32
                                                                                                                                                                       [1365]  =>  -13
                                                                                                                                                                       [1451]  =>  -3
                                                                                                                                                                       [1452]  =>  -3
                                                                                                                                                               )

                                                                                                                                                       [connection]  =>  mysqli  Object
                                                                                                                                                               (
                                                                                                                                                                       [affected_rows]  =>  -1
                                                                                                                                                                       [client_info]  =>  mysqlnd  8.1.28
                                                                                                                                                                       [client_version]  =>  80128
                                                                                                                                                                       [connect_errno]  =>  0
                                                                                                                                                                       [connect_error]  =>  
                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                                       [error_list]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [0]  =>  Array
                                                                                                                                                                                               (
                                                                                                                                                                                                       [errno]  =>  1064
                                                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                                                       [error]  =>  You  have  an  error  in  your  SQL  syntax;  check  the  manual  that  corresponds  to  your  MySQL  server  version  for  the  right  syntax  to  use  near  'AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.'  at  line  6
                                                                                                                                                                                               )

                                                                                                                                                                               )

                                                                                                                                                                       [field_count]  =>  0
                                                                                                                                                                       [host_info]  =>  Localhost  via  UNIX  socket
                                                                                                                                                                       [info]  =>  
                                                                                                                                                                       [insert_id]  =>  0
                                                                                                                                                                       [server_info]  =>  8.0.36
                                                                                                                                                                       [server_version]  =>  80036
                                                                                                                                                                       [sqlstate]  =>  42000
                                                                                                                                                                       [protocol_version]  =>  10
                                                                                                                                                                       [thread_id]  =>  7905073
                                                                                                                                                                       [warning_count]  =>  0
                                                                                                                                                               )

                                                                                                                                                       [dsn]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [phptype]  =>  mysqli
                                                                                                                                                                       [dbsyntax]  =>  mysqli
                                                                                                                                                                       [username]  =>  kared_kared2019
                                                                                                                                                                       [password]  =>  kOnQA5XI8G1Q
                                                                                                                                                                       [protocol]  =>  tcp
                                                                                                                                                                       [hostspec]  =>  localhost
                                                                                                                                                                       [port]  =>  
                                                                                                                                                                       [socket]  =>  
                                                                                                                                                                       [database]  =>  kared_database
                                                                                                                                                                       [new_link]  =>  true
                                                                                                                                                               )

                                                                                                                                                       [autocommit]  =>  1
                                                                                                                                                       [transaction_opcount]  =>  0
                                                                                                                                                       [_db]  =>  kared_database
                                                                                                                                                       [mysqli_flags]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [1]  =>  not_null
                                                                                                                                                                       [2]  =>  primary_key
                                                                                                                                                                       [4]  =>  unique_key
                                                                                                                                                                       [8]  =>  multiple_key
                                                                                                                                                                       [16]  =>  blob
                                                                                                                                                                       [32]  =>  unsigned
                                                                                                                                                                       [64]  =>  zerofill
                                                                                                                                                                       [512]  =>  auto_increment
                                                                                                                                                                       [1024]  =>  timestamp
                                                                                                                                                                       [2048]  =>  set
                                                                                                                                                                       [32768]  =>  group_by
                                                                                                                                                               )

                                                                                                                                                       [mysqli_types]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  decimal
                                                                                                                                                                       [1]  =>  tinyint
                                                                                                                                                                       [2]  =>  int
                                                                                                                                                                       [3]  =>  int
                                                                                                                                                                       [4]  =>  float
                                                                                                                                                                       [5]  =>  double
                                                                                                                                                                       [7]  =>  timestamp
                                                                                                                                                                       [8]  =>  bigint
                                                                                                                                                                       [9]  =>  mediumint
                                                                                                                                                                       [10]  =>  date
                                                                                                                                                                       [11]  =>  time
                                                                                                                                                                       [12]  =>  datetime
                                                                                                                                                                       [13]  =>  year
                                                                                                                                                                       [14]  =>  date
                                                                                                                                                                       [247]  =>  enum
                                                                                                                                                                       [248]  =>  set
                                                                                                                                                                       [249]  =>  tinyblob
                                                                                                                                                                       [250]  =>  mediumblob
                                                                                                                                                                       [251]  =>  longblob
                                                                                                                                                                       [252]  =>  blob
                                                                                                                                                                       [253]  =>  varchar
                                                                                                                                                                       [254]  =>  char
                                                                                                                                                                       [255]  =>  geometry
                                                                                                                                                                       [16]  =>  bit
                                                                                                                                                                       [246]  =>  decimal
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                               )

                                                                                                                       [searchFields:protected]  =>  Array
                                                                                                                               (
                                                                                                                                       [0]  =>  titulo
                                                                                                                               )

                                                                                                                       [extraConditions:protected]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  
                                                                                                               )

                                                                                               )

                                                                                       [11]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Catalog.class.php
                                                                                                       [line]  =>  153
                                                                                                       [function]  =>  GetVersionesTodo
                                                                                                       [class]  =>  eCommerce_SDO_Core_Application_Version
                                                                                                       [type]  =>  ::
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  
                                                                                                               )

                                                                                               )

                                                                                       [12]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php
                                                                                                       [line]  =>  47
                                                                                                       [function]  =>  GetProductVersionesTodo
                                                                                                       [class]  =>  eCommerce_SDO_Catalog
                                                                                                       [type]  =>  ::
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  
                                                                                                               )

                                                                                               )

                                                                                       [13]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php
                                                                                                       [line]  =>  17
                                                                                                       [function]  =>  _details
                                                                                                       [class]  =>  eCommerce_FrontEnd_FO_Product
                                                                                                       [object]  =>  eCommerce_FrontEnd_FO_Product  Object
                                                                                                               (
                                                                                                                       [redirectStrategies:protected]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [permissionStrategy:protected]  =>  
                                                                                                                       [tpl:protected]  =>  eCommerce_Savant  Object
                                                                                                                               (
                                                                                                                                       [__config:protected]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [template_path]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  /home/kared/public_html/bo/view/
                                                                                                                                                                       [1]  =>  ./
                                                                                                                                                               )

                                                                                                                                                       [resource_path]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  /home/kared/public_html/bo/libs/PEAR/Savant3/resources/
                                                                                                                                                               )

                                                                                                                                                       [error_text]  =>  

template  error,  examine  fetch()  result


                                                                                                                                                       [exceptions]  =>  
                                                                                                                                                       [autoload]  =>  
                                                                                                                                                       [compiler]  =>  
                                                                                                                                                       [filters]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [plugins]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [template]  =>  
                                                                                                                                                       [plugin_conf]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [extract]  =>  
                                                                                                                                                       [fetch]  =>  
                                                                                                                                                       [escape]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  htmlspecialchars
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [translate:protected]  =>  Zend_Translate  Object
                                                                                                                                               (
                                                                                                                                                       [_adapter:Zend_Translate:private]  =>  Zend_Translate_Adapter_Tmx  Object
                                                                                                                                                               (
                                                                                                                                                                       [_automatic:Zend_Translate_Adapter:private]  =>  
                                                                                                                                                                       [_options:protected]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [clear]  =>  
                                                                                                                                                                                       [scan]  =>  
                                                                                                                                                                                       [locale]  =>  es
                                                                                                                                                                               )

                                                                                                                                                                       [_translate:protected]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [es]  =>  Array
                                                                                                                                                                                               (
                                                                                                                                                                                                       [a]  =>  un
                                                                                                                                                                                                       [a(f)]  =>  una
                                                                                                                                                                                                       [a(n)]  =>  uno
                                                                                                                                                                                                       [access]  =>  Entrar
                                                                                                                                                                                                       [access_attempts_recorded]  =>  Todos  los  intentos  serĆ”n  guardados  por  motivos  de  seguridad
                                                                                                                                                                                                       [account]  =>  Cuenta
                                                                                                                                                                                                       [account_information]  =>  InformaciĆ³n  de  Cuenta
                                                                                                                                                                                                       [actions]  =>  Acciones
                                                                                                                                                                                                       [active]  =>  Activo
                                                                                                                                                                                                       [add]  =>  Agregar
                                                                                                                                                                                                       [added]  =>  Agregado
                                                                                                                                                                                                       [added(f)]  =>  Agregada
                                                                                                                                                                                                       [additional_files_will_not_be_uploaded]  =>  Los  archivos  que  intente  cargar  adicionalmente  no  se  subirĆ”n  al  servidor
                                                                                                                                                                                                       [additional_registers_will_not_be_uploaded]  =>  Los  registros  que  intente  cargar  adicionalmente  no  se  subirĆ”n  al  servidor
                                                                                                                                                                                                       [address]  =>  Domicilio
                                                                                                                                                                                                       [address_information]  =>  InformaciĆ³n  de  Domicilio
                                                                                                                                                                                                       [administration_panel]  =>  Panel  de  AdministraciĆ³n
                                                                                                                                                                                                       [all_rights_reserved]  =>  Todos  los  derechos  reservados
                                                                                                                                                                                                       [and]  =>  y
                                                                                                                                                                                                       [any_comment_contact_us_msg]  =>  Cualquier  duda  o  comentario,  puede  contactarnos
                                                                                                                                                                                                       [associate]  =>  Asociar
                                                                                                                                                                                                       [associated_to]  =>  Asociado  a
                                                                                                                                                                                                       [associated_to(f)]  =>  Asociada  a
                                                                                                                                                                                                       [associated_to(p)]  =>  Asociados  a
                                                                                                                                                                                                       [associated_to(pf)]  =>  Asociadas  a
                                                                                                                                                                                                       [appearance_order]  =>  Orden  de  ApariciĆ³n
                                                                                                                                                                                                       [artist]  =>  Artista
                                                                                                                                                                                                       [attribute]  =>  Atributo
                                                                                                                                                                                                       [author]  =>  Autor
                                                                                                                                                                                                       [authorized_access_only]  =>  SĆ³lo  Acceso  Autorizado
                                                                                                                                                                                                       [brand]  =>  Marca
                                                                                                                                                                                                       [cancel]  =>  Cancelar
                                                                                                                                                                                                       [catalog]  =>  CatĆ”logo
                                                                                                                                                                                                       [categories]  =>  CategorĆ­as
                                                                                                                                                                                                       [category]  =>  CategorĆ­a
                                                                                                                                                                                                       [clear]  =>  Limpiar
                                                                                                                                                                                                       [client]  =>  Cliente
                                                                                                                                                                                                       [city]  =>  Ciudad
                                                                                                                                                                                                       [collection]  =>  ColecciĆ³n
                                                                                                                                                                                                       [colors]  =>  Colores
                                                                                                                                                                                                       [confirm]  =>  Confirmar
                                                                                                                                                                                                       [confirm_password_match_up_msg]  =>  Los  password  deben  coincidir
                                                                                                                                                                                                       [confirm_password_required_msg]  =>  Por  favor  repita  su  password
                                                                                                                                                                                                       [contact_method]  =>  Manera  de  Contactarlo
                                                                                                                                                                                                       [content]  =>  Contenido
                                                                                                                                                                                                       [country]  =>  PaĆ­s
                                                                                                                                                                                                       [create]  =>  Crear
                                                                                                                                                                                                       [customer]  =>  Cliente
                                                                                                                                                                                                       [currency]  =>  Moneda
                                                                                                                                                                                                       [current_image]  =>  Imagen  Actual
                                                                                                                                                                                                       [date]  =>  Fecha
                                                                                                                                                                                                       [delete]  =>  Eliminar
                                                                                                                                                                                                       [deleted]  =>  Eliminado
                                                                                                                                                                                                       [deleted(f)]  =>  Eliminada
                                                                                                                                                                                                       [description]  =>  DescripciĆ³n
                                                                                                                                                                                                       [dimension]  =>  DimensiĆ³n
                                                                                                                                                                                                       [dimensions]  =>  Dimensiones
                                                                                                                                                                                                       [discount]  =>  Descuento
                                                                                                                                                                                                       [doesnt_exist]  =>  No  existe
                                                                                                                                                                                                       [dont_exist]  =>  No  existen
                                                                                                                                                                                                       [edit]  =>  Editar
                                                                                                                                                                                                       [email_already_chosen_msg]  =>  Email  ya  elegido  por  otro  usuario.  Por  favor  use  otro
                                                                                                                                                                                                       [EN_name]  =>  InglĆ©s
                                                                                                                                                                                                       [english]  =>  InglĆ©s
                                                                                                                                                                                                       [enter_phone_contact_method_msg]  =>  Ingrese  un  nĆŗmero  telefĆ³nico  o  seleccione  Email  como  manera  de  contactarlo
                                                                                                                                                                                                       [exclusive_zone]  =>  Zona  Exclusiva
                                                                                                                                                                                                       [export_to]  =>  Exportar  a
                                                                                                                                                                                                       [field]  =>  Campo
                                                                                                                                                                                                       [file]  =>  Archivo
                                                                                                                                                                                                       [file(p)]  =>  Archivos
                                                                                                                                                                                                       [finished]  =>  Acabado
                                                                                                                                                                                                       [first]  =>  Primer
                                                                                                                                                                                                       [first(f)]  =>  Primera
                                                                                                                                                                                                       [for]  =>  para
                                                                                                                                                                                                       [from]  =>  de
                                                                                                                                                                                                       [from_the]  =>  del
                                                                                                                                                                                                       [first_name]  =>  Nombre
                                                                                                                                                                                                       [general_information]  =>  InformaciĆ³n  General
                                                                                                                                                                                                       [go]  =>  Ir
                                                                                                                                                                                                       [go_back_to_parent_category]  =>  Regresar  a  la  CategorĆ­a  Padre
                                                                                                                                                                                                       [home]  =>  Inicio
                                                                                                                                                                                                       [has_been]  =>  ha  sido
                                                                                                                                                                                                       [image]  =>  Imagen
                                                                                                                                                                                                       [images]  =>  ImĆ”genes
                                                                                                                                                                                                       [in]  =>  en
                                                                                                                                                                                                       [inactive]  =>  Inactivo
                                                                                                                                                                                                       [information]  =>  InformaciĆ³n
                                                                                                                                                                                                       [integer_number_equal_greater_n_msg]  =>  debe  ser  un  nĆŗmero  entero  igual  o  mayor  a  {n}
                                                                                                                                                                                                       [inventory]  =>  Inventario
                                                                                                                                                                                                       [is]  =>  es
                                                                                                                                                                                                       [is_required_msg]  =>  es  obligatorio  y  no  puede  ir  vacĆ­o
                                                                                                                                                                                                       [is_required_msg(f)]  =>  es  obligatoria  y  no  puede  ir  vacĆ­a
                                                                                                                                                                                                       [is_required_msg(p)]  =>  son  obligatorios  y  no  pueden  ir  vacĆ­os
                                                                                                                                                                                                       [is_required_msg(pf)]  =>  son  obligatorias  y  no  pueden  ir  vacĆ­as
                                                                                                                                                                                                       [language]  =>  Idioma
                                                                                                                                                                                                       [last]  =>  Ćšltimo
                                                                                                                                                                                                       [last(f)]  =>  Ćšltima
                                                                                                                                                                                                       [last_name]  =>  Apellido(s)
                                                                                                                                                                                                       [line]  =>  LĆ­nea
                                                                                                                                                                                                       [logout]  =>  Cerrar  SesiĆ³n
                                                                                                                                                                                                       [long_description]  =>  DescripciĆ³n  Larga
                                                                                                                                                                                                       [main]  =>  Principal
                                                                                                                                                                                                       [main_image]  =>  Imagen  Principal
                                                                                                                                                                                                       [manage]  =>  Administrar
                                                                                                                                                                                                       [materials]  =>  Materiales
                                                                                                                                                                                                       [max_number_of_files]  =>  NĆŗmero  MĆ”ximo  de  Archivos
                                                                                                                                                                                                       [more]  =>  MĆ”s
                                                                                                                                                                                                       [n_characters_minimum_msg]  =>  debe  tener  mĆ­nimo  {n}  caracteres
                                                                                                                                                                                                       [name]  =>  Nombre
                                                                                                                                                                                                       [new]  =>  Nuevo
                                                                                                                                                                                                       [new(h)]  =>  Noticia
                                                                                                                                                                                                       [new(f)]  =>  Nueva
                                                                                                                                                                                                       [news]  =>  Noticias
                                                                                                                                                                                                       [next]  =>  Siguiente
                                                                                                                                                                                                       [no_files_assigned_to_register]  =>  No  hay  archivos  asignados  a  este  registro
                                                                                                                                                                                                       [no_values_assigned_to_register]  =>  No  hay  valores  asignados  a  este  registro
                                                                                                                                                                                                       [no_html_tags_msg]  =>  no  puede  contener  etiquetas  HTML
                                                                                                                                                                                                       [no_html_tags_msg(p)]  =>  no  pueden  contener  etiquetas  HTML
                                                                                                                                                                                                       [no_records_to_display]  =>  No  hay  registros  que  mostrar
                                                                                                                                                                                                       [not_enough_information]  =>  No  hay  suficiente  informaciĆ³n
                                                                                                                                                                                                       [not_valid_msg]  =>  no  es  vĆ”lido
                                                                                                                                                                                                       [not_valid_msg(f)]  =>  no  es  vĆ”lida
                                                                                                                                                                                                       [number]  =>  NĆŗmero
                                                                                                                                                                                                       [number_equal_greater_n_msg]  =>  debe  ser  un  nĆŗmero  igual  o  mayor  a  {n}
                                                                                                                                                                                                       [number_between_m_and_n_msg]  =>  debe  ser  un  nĆŗmero  entre  {m}  y  {n}
                                                                                                                                                                                                       [n-character_code_msg]  =>  debe  ser  cĆ³digo  de  {n}  caracteres
                                                                                                                                                                                                       [of]  =>  de
                                                                                                                                                                                                       [of_the]  =>  del
                                                                                                                                                                                                       [order]  =>  Orden
                                                                                                                                                                                                       [orders]  =>  Ć“rdenes
                                                                                                                                                                                                       [other_language]  =>  Otro  Idioma
                                                                                                                                                                                                       [other_languages]  =>  Otros  Idiomas
                                                                                                                                                                                                       [page]  =>  PĆ”gina
                                                                                                                                                                                                       [parent]  =>  Padre
                                                                                                                                                                                                       [parent_category]  =>  CategorĆ­a  Padre
                                                                                                                                                                                                       [password]  =>  ContraseƱa
                                                                                                                                                                                                       [password_recovery]  =>  Recuperacion  de  Password
                                                                                                                                                                                                       [password_sent_msg]  =>  Su  password  fue  enviado  a  su  correo  electrĆ³nico
                                                                                                                                                                                                       [personal_information]  =>  InformaciĆ³n  Personal
                                                                                                                                                                                                       [phone]  =>  TelĆ©fono
                                                                                                                                                                                                       [phone_number]  =>  TelĆ©fono
                                                                                                                                                                                                       [photo]  =>  Foto
                                                                                                                                                                                                       [photo(p)]  =>  Fotos
                                                                                                                                                                                                       [photogallery]  =>  FotogalerĆ­a
                                                                                                                                                                                                       [photogallery(p)]  =>  FotogalerĆ­as
                                                                                                                                                                                                       [previous]  =>  Anterior
                                                                                                                                                                                                       [price]  =>  Precio
                                                                                                                                                                                                       [product]  =>  Producto
                                                                                                                                                                                                       [product_image]  =>  Imagen  del  Producto
                                                                                                                                                                                                       [profile_id]  =>  ID  del  Perfil
                                                                                                                                                                                                       [recently_created_entry]  =>  La  entrada  reciĆ©n  creada
                                                                                                                                                                                                       [register]  =>  Registrarse
                                                                                                                                                                                                       [register(h)]  =>  Registro
                                                                                                                                                                                                       [register(h)(p)]  =>  Registros
                                                                                                                                                                                                       [related]  =>  Relacionadas
                                                                                                                                                                                                       [required]  =>  Requerido
                                                                                                                                                                                                       [required(f)]  =>  Requerida
                                                                                                                                                                                                       [required(p)]  =>  Requeridos
                                                                                                                                                                                                       [required(pf)]  =>  Requeridas
                                                                                                                                                                                                       [results_per]  =>  Resultados  por
                                                                                                                                                                                                       [residential_development]  =>  Colonia
                                                                                                                                                                                                       [restricted_access]  =>  Acceso  Restringido
                                                                                                                                                                                                       [role]  =>  Rol
                                                                                                                                                                                                       [root]  =>  RaĆ­z
                                                                                                                                                                                                       [save]  =>  Guardar
                                                                                                                                                                                                       [saved]  =>  Guardado
                                                                                                                                                                                                       [saved(f)]  =>  Guardada
                                                                                                                                                                                                       [search]  =>  Buscar
                                                                                                                                                                                                       [select]  =>  Seleccione
                                                                                                                                                                                                       [shipping_time]  =>  Tiempo  de  Entrega
                                                                                                                                                                                                       [short_description]  =>  DescripciĆ³n  Corta
                                                                                                                                                                                                       [show]  =>  Mostrar
                                                                                                                                                                                                       [sincerely]  =>  Atentamente
                                                                                                                                                                                                       [sku]  =>  CĆ³digo
                                                                                                                                                                                                       [sort_ascending]  =>  Orden  Ascendente
                                                                                                                                                                                                       [sort_descending]  =>  Orden  Descendente
                                                                                                                                                                                                       [SP_name]  =>  EspaƱol
                                                                                                                                                                                                       [spanish]  =>  EspaƱol
                                                                                                                                                                                                       [state]  =>  Estado
                                                                                                                                                                                                       [status]  =>  Estatus
                                                                                                                                                                                                       [stock]  =>  Existencias
                                                                                                                                                                                                       [street]  =>  Calle
                                                                                                                                                                                                       [system_configuration]  =>  ConfiguraciĆ³n  del  Sistema
                                                                                                                                                                                                       [system_problem]  =>  Hubo  un  problema  con  el  sistema,  por  favor  intente  de  nuevo.  Si  el  problema  persiste  por  favor  notifique  al  webmaster  ([email protected])
                                                                                                                                                                                                       [the]  =>  El
                                                                                                                                                                                                       [the(f)]  =>  La
                                                                                                                                                                                                       [there_are_errors]  =>  Existen  algunos  errores
                                                                                                                                                                                                       [the_employee_has_been_updated]  =>  El  colaborador  ha  sido  actualizado
                                                                                                                                                                                                       [this]  =>  Este
                                                                                                                                                                                                       [this(f)]  =>  esta
                                                                                                                                                                                                       [support  a  maximum  of]  =>  Soporta  un  MĆ”ximo  de
                                                                                                                                                                                                       [title]  =>  TĆ­tulo
                                                                                                                                                                                                       [to]  =>  a
                                                                                                                                                                                                       [to_enter_our_site_click_link_msg]  =>  Para  acceder  a  nuestro  sitio,  haga  clic  en  la  siguiente  direcciĆ³n
                                                                                                                                                                                                       [to_the]  =>  al
                                                                                                                                                                                                       [try_again]  =>  Por  favor  intente  de  nuevo
                                                                                                                                                                                                       [unit]  =>  Unidad
                                                                                                                                                                                                       [user]  =>  Usuario
                                                                                                                                                                                                       [username]  =>  Usuario
                                                                                                                                                                                                       [user_password_incorrect]  =>  Usuario  o  Password  incorrecto
                                                                                                                                                                                                       [user_register]  =>  Registro  de  Usuario
                                                                                                                                                                                                       [valid_{n}_digit_code_msg]  =>  debe  ser  un  cĆ³digo  vĆ”lido  de  {n}  dĆ­gitos
                                                                                                                                                                                                       [valid_{n}_letter_code_msg]  =>  debe  ser  un  cĆ³digo  vĆ”lido  de  {n}  letras
                                                                                                                                                                                                       [valid_monetary_qty_msg]  =>  debe  ser  una  cantidad  monetaria  vĆ”lida
                                                                                                                                                                                                       [valid_integer_msg]  =>  debe  ser  un  nĆŗmero  entero  vĆ”lido
                                                                                                                                                                                                       [valid_number_msg]  =>  debe  ser  un  nĆŗmero  vĆ”lido
                                                                                                                                                                                                       [view]  =>  Ver
                                                                                                                                                                                                       [volume]  =>  Volumen
                                                                                                                                                                                                       [weight]  =>  Peso
                                                                                                                                                                                                       [welcome]  =>  Bienvenido
                                                                                                                                                                                                       [your]  =>  Su
                                                                                                                                                                                                       [zip_code]  =>  CĆ³digo  Postal
                                                                                                                                                                                                       [?_confirm_add]  =>  ĀæSeguro  que  quiere  agregar
                                                                                                                                                                                                       [?_confirm_delete]  =>  ĀæSeguro  que  quiere  eliminar
                                                                                                                                                                                                       [cupondescuento]  =>  CupĆ³n  de  Descuento
                                                                                                                                                                                               )

                                                                                                                                                                                       [en]  =>  Array
                                                                                                                                                                                               (
                                                                                                                                                                                                       [a]  =>  a
                                                                                                                                                                                                       [a(f)]  =>  a
                                                                                                                                                                                                       [a(n)]  =>  a
                                                                                                                                                                                                       [access]  =>  Access
                                                                                                                                                                                                       [access_attempts_recorded]  =>  All  access  attempts  will  be  recorded  for  security  purposes
                                                                                                                                                                                                       [account]  =>  Account
                                                                                                                                                                                                       [account_information]  =>  Account  Information
                                                                                                                                                                                                       [actions]  =>  Actions
                                                                                                                                                                                                       [active]  =>  Active
                                                                                                                                                                                                       [add]  =>  Add
                                                                                                                                                                                                       [added]  =>  Added
                                                                                                                                                                                                       [added(f)]  =>  Added
                                                                                                                                                                                                       [additional_files_will_not_be_uploaded]  =>  The  additional  files  will  not  be  uploaded  to  the  server
                                                                                                                                                                                                       [additional_registers_will_not_be_uploaded]  =>  The  additional  registers  will  not  be  uploaded  to  the  server
                                                                                                                                                                                                       [address]  =>  Address
                                                                                                                                                                                                       [address_information]  =>  Address  Information
                                                                                                                                                                                                       [administration_panel]  =>  Administration  Panel
                                                                                                                                                                                                       [all_rights_reserved]  =>  All  Rights  Reserved
                                                                                                                                                                                                       [and]  =>  and
                                                                                                                                                                                                       [any_comment_contact_us_msg]  =>  Any  doubt  or  comment,  you  can  contact  us
                                                                                                                                                                                                       [associate]  =>  Associate
                                                                                                                                                                                                       [associated_to]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(f)]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(p)]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(pf)]  =>  Associated  to
                                                                                                                                                                                                       [appearance_order]  =>  Appearance  Order
                                                                                                                                                                                                       [artist]  =>  Artist
                                                                                                                                                                                                       [attribute]  =>  Attribute
                                                                                                                                                                                                       [author]  =>  Author
                                                                                                                                                                                                       [authorized_access_only]  =>  Authorized  Access  Only
                                                                                                                                                                                                       [brand]  =>  Brand
                                                                                                                                                                                                       [cancel]  =>  Cancel
                                                                                                                                                                                                       [catalog]  =>  Catalog
                                                                                                                                                                                                       [categories]  =>  Categories
                                                                                                                                                                                                       [category]  =>  Category
                                                                                                                                                                                                       [clear]  =>  Clear
                                                                                                                                                                                                       [client]  =>  Client
                                                                                                                                                                                                       [city]  =>  City
                                                                                                                                                                                                       [collection]  =>  Collection
                                                                                                                                                                                                       [colors]  =>  Colors
                                                                                                                                                                                                       [confirm]  =>  Confirm
                                                                                                                                                                                                       [confirm_password_match_up_msg]  =>  Passwords  must  match  up
                                                                                                                                                                                                       [confirm_password_required_msg]  =>  Please  repeat  your  password
                                                                                                                                                                                                       [contact_method]  =>  Contact  Method
                                                                                                                                                                                                       [content]  =>  Content
                                                                                                                                                                                                       [country]  =>  Country
                                                                                                                                                                                                       [create]  =>  Create
                                                                                                                                                                                                       [customer]  =>  Customer
                                                                                                                                                                                                       [currency]  =>  Currency
                                                                                                                                                                                                       [current_image]  =>  Current  Image
                                                                                                                                                                                                       [date]  =>  Date
                                                                                                                                                                                                       [delete]  =>  Delete
                                                                                                                                                                                                       [deleted]  =>  Deleted
                                                                                                                                                                                                       [deleted(f)]  =>  Deleted
                                                                                                                                                                                                       [description]  =>  Description
                                                                                                                                                                                                       [dimension]  =>  Dimension
                                                                                                                                                                                                       [dimensions]  =>  Dimensions
                                                                                                                                                                                                       [discount]  =>  Discount
                                                                                                                                                                                                       [doesnt_exist]  =>  Doesn't  Exists
                                                                                                                                                                                                       [dont_exist]  =>  Don't  Exist
                                                                                                                                                                                                       [edit]  =>  Edit
                                                                                                                                                                                                       [email_already_chosen_msg]  =>  Email  already  chosen  by  other  user.  Please  use  another
                                                                                                                                                                                                       [EN_name]  =>  English
                                                                                                                                                                                                       [english]  =>  English
                                                                                                                                                                                                       [enter_phone_contact_method_msg]  =>  Enter  a  phone  number  or  select  Email  as  contact  method
                                                                                                                                                                                                       [exclusive_zone]  =>  Exclusive  Zone
                                                                                                                                                                                                       [export_to]  =>  Export  to
                                                                                                                                                                                                       [field]  =>  Field
                                                                                                                                                                                                       [file]  =>  File
                                                                                                                                                                                                       [file(p)]  =>  Files
                                                                                                                                                                                                       [finished]  =>  Finished
                                                                                                                                                                                                       [first]  =>  First
                                                                                                                                                                                                       [first(f)]  =>  First
                                                                                                                                                                                                       [for]  =>  for
                                                                                                                                                                                                       [from]  =>  from
                                                                                                                                                                                                       [from_the]  =>  from  the
                                                                                                                                                                                                       [first_name]  =>  First  Name
                                                                                                                                                                                                       [general_information]  =>  General  Information
                                                                                                                                                                                                       [go]  =>  Go
                                                                                                                                                                                                       [go_back_to_parent_category]  =>  Go  Back  to  Parent  Category
                                                                                                                                                                                                       [home]  =>  Home
                                                                                                                                                                                                       [has_been]  =>  has  been
                                                                                                                                                                                                       [image]  =>  Image
                                                                                                                                                                                                       [images]  =>  Images
                                                                                                                                                                                                       [in]  =>  in
                                                                                                                                                                                                       [inactive]  =>  Inctive
                                                                                                                                                                                                       [information]  =>  Information
                                                                                                                                                                                                       [integer_number_equal_greater_n_msg]  =>  must  be  an  integer  number  equal  or  greater  than  {n}
                                                                                                                                                                                                       [inventory]  =>  Inventory
                                                                                                                                                                                                       [is]  =>  is
                                                                                                                                                                                                       [is_required_msg]  =>  is  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(f)]  =>  is  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(p)]  =>  are  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(pf)]  =>  are  required  and  cannot  be  empty
                                                                                                                                                                                                       [language]  =>  Language
                                                                                                                                                                                                       [last]  =>  Last
                                                                                                                                                                                                       [last(f)]  =>  Last
                                                                                                                                                                                                       [last_name]  =>  Last  Name
                                                                                                                                                                                                       [line]  =>  Line
                                                                                                                                                                                                       [logout]  =>  Logout
                                                                                                                                                                                                       [long_description]  =>  Long  Description
                                                                                                                                                                                                       [main]  =>  Main
                                                                                                                                                                                                       [main_image]  =>  Main  Image
                                                                                                                                                                                                       [manage]  =>  Manage
                                                                                                                                                                                                       [materials]  =>  Materials
                                                                                                                                                                                                       [max_number_of_files]  =>  Maximum  Number  of  Files
                                                                                                                                                                                                       [more]  =>  More
                                                                                                                                                                                                       [n_characters_minimum_msg]  =>  must  be  {n}  characters  length  minimum
                                                                                                                                                                                                       [name]  =>  Name
                                                                                                                                                                                                       [new]  =>  New
                                                                                                                                                                                                       [new(h)]  =>  New
                                                                                                                                                                                                       [new(f)]  =>  New
                                                                                                                                                                                                       [news]  =>  News
                                                                                                                                                                                                       [next]  =>  Next
                                                                                                                                                                                                       [no_files_assigned_to_register]  =>  There  are  no  files  assigned  to  this  register
                                                                                                                                                                                                       [no_values_assigned_to_register]  =>  There  are  no  values  assigned  to  this  register
                                                                                                                                                                                                       [no_html_tags_msg]  =>  cannot  contain  HTML  tags
                                                                                                                                                                                                       [no_html_tags_msg(p)]  =>  cannot  contain  HTML  tags
                                                                                                                                                                                                       [no_records_to_display]  =>  There  are  no  records  to  display
                                                                                                                                                                                                       [not_enough_information]  =>  There  is  not  enought  information
                                                                                                                                                                                                       [not_valid_msg]  =>  is  not  valid
                                                                                                                                                                                                       [not_valid_msg(f)]  =>  is  not  valid
                                                                                                                                                                                                       [number]  =>  Number
                                                                                                                                                                                                       [number_equal_greater_n_msg]  =>  must  be  a  number  equal  or  greater  than  {n}
                                                                                                                                                                                                       [number_between_m_and_n_msg]  =>  must  be  a  number  between  {m}  and  {n}
                                                                                                                                                                                                       [n-character_code_msg]  =>  must  be  a  {n}  character  code
                                                                                                                                                                                                       [of]  =>  of
                                                                                                                                                                                                       [of_the]  =>  of  the
                                                                                                                                                                                                       [order]  =>  Order
                                                                                                                                                                                                       [orders]  =>  Orders
                                                                                                                                                                                                       [other_language]  =>  Other  Language
                                                                                                                                                                                                       [other_languages]  =>  Other  Languages
                                                                                                                                                                                                       [page]  =>  Page
                                                                                                                                                                                                       [parent]  =>  Parent
                                                                                                                                                                                                       [parent_category]  =>  Parent  Category
                                                                                                                                                                                                       [password]  =>  Password
                                                                                                                                                                                                       [password_recovery]  =>  Password  Recovery
                                                                                                                                                                                                       [password_sent_msg]  =>  Your  password  was  sent  to  your  email
                                                                                                                                                                                                       [personal_information]  =>  Personal  Information
                                                                                                                                                                                                       [phone]  =>  Phone
                                                                                                                                                                                                       [phone_number]  =>  Phone  Number
                                                                                                                                                                                                       [photo]  =>  Photo
                                                                                                                                                                                                       [photo(p)]  =>  Photos
                                                                                                                                                                                                       [photogallery]  =>  Fhotogallery
                                                                                                                                                                                                       [photogallery(p)]  =>  Fhotogalleries
                                                                                                                                                                                                       [previous]  =>  Previous
                                                                                                                                                                                                       [price]  =>  Price
                                                                                                                                                                                                       [product]  =>  Product
                                                                                                                                                                                                       [product_image]  =>  Product  Image
                                                                                                                                                                                                       [profile_id]  =>  Profile  ID
                                                                                                                                                                                                       [recently_created_entry]  =>  The  recently  created  entry
                                                                                                                                                                                                       [register]  =>  Register
                                                                                                                                                                                                       [register(h)]  =>  Register
                                                                                                                                                                                                       [register(h)(p)]  =>  Registers
                                                                                                                                                                                                       [related]  =>  Related
                                                                                                                                                                                                       [required]  =>  Required
                                                                                                                                                                                                       [required(f)]  =>  Required
                                                                                                                                                                                                       [required(p)]  =>  Required
                                                                                                                                                                                                       [required(pf)]  =>  Required
                                                                                                                                                                                                       [results_per]  =>  Results  per
                                                                                                                                                                                                       [residential_development]  =>  Residential  Dev.
                                                                                                                                                                                                       [restricted_access]  =>  Restricted  Access
                                                                                                                                                                                                       [role]  =>  Role
                                                                                                                                                                                                       [root]  =>  Root
                                                                                                                                                                                                       [save]  =>  Save
                                                                                                                                                                                                       [saved]  =>  Saved
                                                                                                                                                                                                       [saved(f)]  =>  Saved
                                                                                                                                                                                                       [search]  =>  Search
                                                                                                                                                                                                       [select]  =>  Select
                                                                                                                                                                                                       [shipping_time]  =>  Shipping  Time
                                                                                                                                                                                                       [short_description]  =>  Short  Description
                                                                                                                                                                                                       [show]  =>  Show
                                                                                                                                                                                                       [sincerely]  =>  Sincerely
                                                                                                                                                                                                       [sku]  =>  SKU
                                                                                                                                                                                                       [sort_ascending]  =>  Sort  Ascending
                                                                                                                                                                                                       [sort_descending]  =>  Sort  Descending
                                                                                                                                                                                                       [SP_name]  =>  Spanish
                                                                                                                                                                                                       [spanish]  =>  Spanish
                                                                                                                                                                                                       [state]  =>  State
                                                                                                                                                                                                       [status]  =>  Status
                                                                                                                                                                                                       [stock]  =>  Stock
                                                                                                                                                                                                       [street]  =>  Street
                                                                                                                                                                                                       [system_configuration]  =>  System  Configuration
                                                                                                                                                                                                       [system_problem]  =>  There  is  a  problem  with  the  system,  please  try  again.  If  the  problem  persist  please  notify  it  to  the  webmaster  ([email protected])
                                                                                                                                                                                                       [the]  =>  The
                                                                                                                                                                                                       [the(f)]  =>  The
                                                                                                                                                                                                       [there_are_errors]  =>  There  are  some  errors
                                                                                                                                                                                                       [the_employee_has_been_updated]  =>  The  employee  has  been  updated
                                                                                                                                                                                                       [this]  =>  This
                                                                                                                                                                                                       [this(f)]  =>  this
                                                                                                                                                                                                       [support  a  maximum  of]  =>  Support  a  Maximum  of
                                                                                                                                                                                                       [title]  =>  Title
                                                                                                                                                                                                       [to]  =>  to
                                                                                                                                                                                                       [to_enter_our_site_click_link_msg]  =>  To  enter  our  site,  click  the  following  link
                                                                                                                                                                                                       [to_the]  =>  to  the
                                                                                                                                                                                                       [try_again]  =>  Please  try  again
                                                                                                                                                                                                       [unit]  =>  Unit
                                                                                                                                                                                                       [user]  =>  User
                                                                                                                                                                                                       [username]  =>  Username
                                                                                                                                                                                                       [user_password_incorrect]  =>  User  or  Password  incorrect
                                                                                                                                                                                                       [user_register]  =>  User  Register
                                                                                                                                                                                                       [valid_{n}_digit_code_msg]  =>  must  be  a  valid  {n}  digit  code
                                                                                                                                                                                                       [valid_{n}_letter_code_msg]  =>  must  be  a  valid  {n}  letter  code
                                                                                                                                                                                                       [valid_monetary_qty_msg]  =>  must  be  a  valid  monetary  quantity
                                                                                                                                                                                                       [valid_integer_msg]  =>  must  be  a  valid  integer  number
                                                                                                                                                                                                       [valid_number_msg]  =>  must  be  a  valid  number
                                                                                                                                                                                                       [view]  =>  View
                                                                                                                                                                                                       [volume]  =>  Volume
                                                                                                                                                                                                       [weight]  =>  Weight
                                                                                                                                                                                                       [welcome]  =>  Welcome
                                                                                                                                                                                                       [your]  =>  Your
                                                                                                                                                                                                       [zip_code]  =>  Zip  Code
                                                                                                                                                                                                       [?_confirm_add]  =>  Are  you  sure  you  want  to  add
                                                                                                                                                                                                       [?_confirm_delete]  =>  Are  you  sure  you  want  to  delete
                                                                                                                                                                                                       [cupondescuento]  =>  Zip  Code
                                                                                                                                                                                               )

                                                                                                                                                                               )

                                                                                                                                                                       [_file:Zend_Translate_Adapter_Tmx:private]  =>  XMLParser  Object
                                                                                                                                                                               (
                                                                                                                                                                               )

                                                                                                                                                                       [_cleared:Zend_Translate_Adapter_Tmx:private]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                               )

                                                                                                                                                                       [_tu:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_tuv:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_seg:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_content:Zend_Translate_Adapter_Tmx:private]  =>  CupĆ³n  de  Descuento
                                                                                                                                                                       [_defined:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [pathExecute:protected]  =>  
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                               )

                                                                                               )

                                                                                       [14]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/bo/product.php
                                                                                                       [line]  =>  4
                                                                                                       [function]  =>  execute
                                                                                                       [class]  =>  eCommerce_FrontEnd_FO_Product
                                                                                                       [object]  =>  eCommerce_FrontEnd_FO_Product  Object
                                                                                                               (
                                                                                                                       [redirectStrategies:protected]  =>  Array
                                                                                                                               (
                                                                                                                               )

                                                                                                                       [permissionStrategy:protected]  =>  
                                                                                                                       [tpl:protected]  =>  eCommerce_Savant  Object
                                                                                                                               (
                                                                                                                                       [__config:protected]  =>  Array
                                                                                                                                               (
                                                                                                                                                       [template_path]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  /home/kared/public_html/bo/view/
                                                                                                                                                                       [1]  =>  ./
                                                                                                                                                               )

                                                                                                                                                       [resource_path]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  /home/kared/public_html/bo/libs/PEAR/Savant3/resources/
                                                                                                                                                               )

                                                                                                                                                       [error_text]  =>  

template  error,  examine  fetch()  result


                                                                                                                                                       [exceptions]  =>  
                                                                                                                                                       [autoload]  =>  
                                                                                                                                                       [compiler]  =>  
                                                                                                                                                       [filters]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [plugins]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [template]  =>  
                                                                                                                                                       [plugin_conf]  =>  Array
                                                                                                                                                               (
                                                                                                                                                               )

                                                                                                                                                       [extract]  =>  
                                                                                                                                                       [fetch]  =>  
                                                                                                                                                       [escape]  =>  Array
                                                                                                                                                               (
                                                                                                                                                                       [0]  =>  htmlspecialchars
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [translate:protected]  =>  Zend_Translate  Object
                                                                                                                                               (
                                                                                                                                                       [_adapter:Zend_Translate:private]  =>  Zend_Translate_Adapter_Tmx  Object
                                                                                                                                                               (
                                                                                                                                                                       [_automatic:Zend_Translate_Adapter:private]  =>  
                                                                                                                                                                       [_options:protected]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [clear]  =>  
                                                                                                                                                                                       [scan]  =>  
                                                                                                                                                                                       [locale]  =>  es
                                                                                                                                                                               )

                                                                                                                                                                       [_translate:protected]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                                       [es]  =>  Array
                                                                                                                                                                                               (
                                                                                                                                                                                                       [a]  =>  un
                                                                                                                                                                                                       [a(f)]  =>  una
                                                                                                                                                                                                       [a(n)]  =>  uno
                                                                                                                                                                                                       [access]  =>  Entrar
                                                                                                                                                                                                       [access_attempts_recorded]  =>  Todos  los  intentos  serĆ”n  guardados  por  motivos  de  seguridad
                                                                                                                                                                                                       [account]  =>  Cuenta
                                                                                                                                                                                                       [account_information]  =>  InformaciĆ³n  de  Cuenta
                                                                                                                                                                                                       [actions]  =>  Acciones
                                                                                                                                                                                                       [active]  =>  Activo
                                                                                                                                                                                                       [add]  =>  Agregar
                                                                                                                                                                                                       [added]  =>  Agregado
                                                                                                                                                                                                       [added(f)]  =>  Agregada
                                                                                                                                                                                                       [additional_files_will_not_be_uploaded]  =>  Los  archivos  que  intente  cargar  adicionalmente  no  se  subirĆ”n  al  servidor
                                                                                                                                                                                                       [additional_registers_will_not_be_uploaded]  =>  Los  registros  que  intente  cargar  adicionalmente  no  se  subirĆ”n  al  servidor
                                                                                                                                                                                                       [address]  =>  Domicilio
                                                                                                                                                                                                       [address_information]  =>  InformaciĆ³n  de  Domicilio
                                                                                                                                                                                                       [administration_panel]  =>  Panel  de  AdministraciĆ³n
                                                                                                                                                                                                       [all_rights_reserved]  =>  Todos  los  derechos  reservados
                                                                                                                                                                                                       [and]  =>  y
                                                                                                                                                                                                       [any_comment_contact_us_msg]  =>  Cualquier  duda  o  comentario,  puede  contactarnos
                                                                                                                                                                                                       [associate]  =>  Asociar
                                                                                                                                                                                                       [associated_to]  =>  Asociado  a
                                                                                                                                                                                                       [associated_to(f)]  =>  Asociada  a
                                                                                                                                                                                                       [associated_to(p)]  =>  Asociados  a
                                                                                                                                                                                                       [associated_to(pf)]  =>  Asociadas  a
                                                                                                                                                                                                       [appearance_order]  =>  Orden  de  ApariciĆ³n
                                                                                                                                                                                                       [artist]  =>  Artista
                                                                                                                                                                                                       [attribute]  =>  Atributo
                                                                                                                                                                                                       [author]  =>  Autor
                                                                                                                                                                                                       [authorized_access_only]  =>  SĆ³lo  Acceso  Autorizado
                                                                                                                                                                                                       [brand]  =>  Marca
                                                                                                                                                                                                       [cancel]  =>  Cancelar
                                                                                                                                                                                                       [catalog]  =>  CatĆ”logo
                                                                                                                                                                                                       [categories]  =>  CategorĆ­as
                                                                                                                                                                                                       [category]  =>  CategorĆ­a
                                                                                                                                                                                                       [clear]  =>  Limpiar
                                                                                                                                                                                                       [client]  =>  Cliente
                                                                                                                                                                                                       [city]  =>  Ciudad
                                                                                                                                                                                                       [collection]  =>  ColecciĆ³n
                                                                                                                                                                                                       [colors]  =>  Colores
                                                                                                                                                                                                       [confirm]  =>  Confirmar
                                                                                                                                                                                                       [confirm_password_match_up_msg]  =>  Los  password  deben  coincidir
                                                                                                                                                                                                       [confirm_password_required_msg]  =>  Por  favor  repita  su  password
                                                                                                                                                                                                       [contact_method]  =>  Manera  de  Contactarlo
                                                                                                                                                                                                       [content]  =>  Contenido
                                                                                                                                                                                                       [country]  =>  PaĆ­s
                                                                                                                                                                                                       [create]  =>  Crear
                                                                                                                                                                                                       [customer]  =>  Cliente
                                                                                                                                                                                                       [currency]  =>  Moneda
                                                                                                                                                                                                       [current_image]  =>  Imagen  Actual
                                                                                                                                                                                                       [date]  =>  Fecha
                                                                                                                                                                                                       [delete]  =>  Eliminar
                                                                                                                                                                                                       [deleted]  =>  Eliminado
                                                                                                                                                                                                       [deleted(f)]  =>  Eliminada
                                                                                                                                                                                                       [description]  =>  DescripciĆ³n
                                                                                                                                                                                                       [dimension]  =>  DimensiĆ³n
                                                                                                                                                                                                       [dimensions]  =>  Dimensiones
                                                                                                                                                                                                       [discount]  =>  Descuento
                                                                                                                                                                                                       [doesnt_exist]  =>  No  existe
                                                                                                                                                                                                       [dont_exist]  =>  No  existen
                                                                                                                                                                                                       [edit]  =>  Editar
                                                                                                                                                                                                       [email_already_chosen_msg]  =>  Email  ya  elegido  por  otro  usuario.  Por  favor  use  otro
                                                                                                                                                                                                       [EN_name]  =>  InglĆ©s
                                                                                                                                                                                                       [english]  =>  InglĆ©s
                                                                                                                                                                                                       [enter_phone_contact_method_msg]  =>  Ingrese  un  nĆŗmero  telefĆ³nico  o  seleccione  Email  como  manera  de  contactarlo
                                                                                                                                                                                                       [exclusive_zone]  =>  Zona  Exclusiva
                                                                                                                                                                                                       [export_to]  =>  Exportar  a
                                                                                                                                                                                                       [field]  =>  Campo
                                                                                                                                                                                                       [file]  =>  Archivo
                                                                                                                                                                                                       [file(p)]  =>  Archivos
                                                                                                                                                                                                       [finished]  =>  Acabado
                                                                                                                                                                                                       [first]  =>  Primer
                                                                                                                                                                                                       [first(f)]  =>  Primera
                                                                                                                                                                                                       [for]  =>  para
                                                                                                                                                                                                       [from]  =>  de
                                                                                                                                                                                                       [from_the]  =>  del
                                                                                                                                                                                                       [first_name]  =>  Nombre
                                                                                                                                                                                                       [general_information]  =>  InformaciĆ³n  General
                                                                                                                                                                                                       [go]  =>  Ir
                                                                                                                                                                                                       [go_back_to_parent_category]  =>  Regresar  a  la  CategorĆ­a  Padre
                                                                                                                                                                                                       [home]  =>  Inicio
                                                                                                                                                                                                       [has_been]  =>  ha  sido
                                                                                                                                                                                                       [image]  =>  Imagen
                                                                                                                                                                                                       [images]  =>  ImĆ”genes
                                                                                                                                                                                                       [in]  =>  en
                                                                                                                                                                                                       [inactive]  =>  Inactivo
                                                                                                                                                                                                       [information]  =>  InformaciĆ³n
                                                                                                                                                                                                       [integer_number_equal_greater_n_msg]  =>  debe  ser  un  nĆŗmero  entero  igual  o  mayor  a  {n}
                                                                                                                                                                                                       [inventory]  =>  Inventario
                                                                                                                                                                                                       [is]  =>  es
                                                                                                                                                                                                       [is_required_msg]  =>  es  obligatorio  y  no  puede  ir  vacĆ­o
                                                                                                                                                                                                       [is_required_msg(f)]  =>  es  obligatoria  y  no  puede  ir  vacĆ­a
                                                                                                                                                                                                       [is_required_msg(p)]  =>  son  obligatorios  y  no  pueden  ir  vacĆ­os
                                                                                                                                                                                                       [is_required_msg(pf)]  =>  son  obligatorias  y  no  pueden  ir  vacĆ­as
                                                                                                                                                                                                       [language]  =>  Idioma
                                                                                                                                                                                                       [last]  =>  Ćšltimo
                                                                                                                                                                                                       [last(f)]  =>  Ćšltima
                                                                                                                                                                                                       [last_name]  =>  Apellido(s)
                                                                                                                                                                                                       [line]  =>  LĆ­nea
                                                                                                                                                                                                       [logout]  =>  Cerrar  SesiĆ³n
                                                                                                                                                                                                       [long_description]  =>  DescripciĆ³n  Larga
                                                                                                                                                                                                       [main]  =>  Principal
                                                                                                                                                                                                       [main_image]  =>  Imagen  Principal
                                                                                                                                                                                                       [manage]  =>  Administrar
                                                                                                                                                                                                       [materials]  =>  Materiales
                                                                                                                                                                                                       [max_number_of_files]  =>  NĆŗmero  MĆ”ximo  de  Archivos
                                                                                                                                                                                                       [more]  =>  MĆ”s
                                                                                                                                                                                                       [n_characters_minimum_msg]  =>  debe  tener  mĆ­nimo  {n}  caracteres
                                                                                                                                                                                                       [name]  =>  Nombre
                                                                                                                                                                                                       [new]  =>  Nuevo
                                                                                                                                                                                                       [new(h)]  =>  Noticia
                                                                                                                                                                                                       [new(f)]  =>  Nueva
                                                                                                                                                                                                       [news]  =>  Noticias
                                                                                                                                                                                                       [next]  =>  Siguiente
                                                                                                                                                                                                       [no_files_assigned_to_register]  =>  No  hay  archivos  asignados  a  este  registro
                                                                                                                                                                                                       [no_values_assigned_to_register]  =>  No  hay  valores  asignados  a  este  registro
                                                                                                                                                                                                       [no_html_tags_msg]  =>  no  puede  contener  etiquetas  HTML
                                                                                                                                                                                                       [no_html_tags_msg(p)]  =>  no  pueden  contener  etiquetas  HTML
                                                                                                                                                                                                       [no_records_to_display]  =>  No  hay  registros  que  mostrar
                                                                                                                                                                                                       [not_enough_information]  =>  No  hay  suficiente  informaciĆ³n
                                                                                                                                                                                                       [not_valid_msg]  =>  no  es  vĆ”lido
                                                                                                                                                                                                       [not_valid_msg(f)]  =>  no  es  vĆ”lida
                                                                                                                                                                                                       [number]  =>  NĆŗmero
                                                                                                                                                                                                       [number_equal_greater_n_msg]  =>  debe  ser  un  nĆŗmero  igual  o  mayor  a  {n}
                                                                                                                                                                                                       [number_between_m_and_n_msg]  =>  debe  ser  un  nĆŗmero  entre  {m}  y  {n}
                                                                                                                                                                                                       [n-character_code_msg]  =>  debe  ser  cĆ³digo  de  {n}  caracteres
                                                                                                                                                                                                       [of]  =>  de
                                                                                                                                                                                                       [of_the]  =>  del
                                                                                                                                                                                                       [order]  =>  Orden
                                                                                                                                                                                                       [orders]  =>  Ć“rdenes
                                                                                                                                                                                                       [other_language]  =>  Otro  Idioma
                                                                                                                                                                                                       [other_languages]  =>  Otros  Idiomas
                                                                                                                                                                                                       [page]  =>  PĆ”gina
                                                                                                                                                                                                       [parent]  =>  Padre
                                                                                                                                                                                                       [parent_category]  =>  CategorĆ­a  Padre
                                                                                                                                                                                                       [password]  =>  ContraseƱa
                                                                                                                                                                                                       [password_recovery]  =>  Recuperacion  de  Password
                                                                                                                                                                                                       [password_sent_msg]  =>  Su  password  fue  enviado  a  su  correo  electrĆ³nico
                                                                                                                                                                                                       [personal_information]  =>  InformaciĆ³n  Personal
                                                                                                                                                                                                       [phone]  =>  TelĆ©fono
                                                                                                                                                                                                       [phone_number]  =>  TelĆ©fono
                                                                                                                                                                                                       [photo]  =>  Foto
                                                                                                                                                                                                       [photo(p)]  =>  Fotos
                                                                                                                                                                                                       [photogallery]  =>  FotogalerĆ­a
                                                                                                                                                                                                       [photogallery(p)]  =>  FotogalerĆ­as
                                                                                                                                                                                                       [previous]  =>  Anterior
                                                                                                                                                                                                       [price]  =>  Precio
                                                                                                                                                                                                       [product]  =>  Producto
                                                                                                                                                                                                       [product_image]  =>  Imagen  del  Producto
                                                                                                                                                                                                       [profile_id]  =>  ID  del  Perfil
                                                                                                                                                                                                       [recently_created_entry]  =>  La  entrada  reciĆ©n  creada
                                                                                                                                                                                                       [register]  =>  Registrarse
                                                                                                                                                                                                       [register(h)]  =>  Registro
                                                                                                                                                                                                       [register(h)(p)]  =>  Registros
                                                                                                                                                                                                       [related]  =>  Relacionadas
                                                                                                                                                                                                       [required]  =>  Requerido
                                                                                                                                                                                                       [required(f)]  =>  Requerida
                                                                                                                                                                                                       [required(p)]  =>  Requeridos
                                                                                                                                                                                                       [required(pf)]  =>  Requeridas
                                                                                                                                                                                                       [results_per]  =>  Resultados  por
                                                                                                                                                                                                       [residential_development]  =>  Colonia
                                                                                                                                                                                                       [restricted_access]  =>  Acceso  Restringido
                                                                                                                                                                                                       [role]  =>  Rol
                                                                                                                                                                                                       [root]  =>  RaĆ­z
                                                                                                                                                                                                       [save]  =>  Guardar
                                                                                                                                                                                                       [saved]  =>  Guardado
                                                                                                                                                                                                       [saved(f)]  =>  Guardada
                                                                                                                                                                                                       [search]  =>  Buscar
                                                                                                                                                                                                       [select]  =>  Seleccione
                                                                                                                                                                                                       [shipping_time]  =>  Tiempo  de  Entrega
                                                                                                                                                                                                       [short_description]  =>  DescripciĆ³n  Corta
                                                                                                                                                                                                       [show]  =>  Mostrar
                                                                                                                                                                                                       [sincerely]  =>  Atentamente
                                                                                                                                                                                                       [sku]  =>  CĆ³digo
                                                                                                                                                                                                       [sort_ascending]  =>  Orden  Ascendente
                                                                                                                                                                                                       [sort_descending]  =>  Orden  Descendente
                                                                                                                                                                                                       [SP_name]  =>  EspaƱol
                                                                                                                                                                                                       [spanish]  =>  EspaƱol
                                                                                                                                                                                                       [state]  =>  Estado
                                                                                                                                                                                                       [status]  =>  Estatus
                                                                                                                                                                                                       [stock]  =>  Existencias
                                                                                                                                                                                                       [street]  =>  Calle
                                                                                                                                                                                                       [system_configuration]  =>  ConfiguraciĆ³n  del  Sistema
                                                                                                                                                                                                       [system_problem]  =>  Hubo  un  problema  con  el  sistema,  por  favor  intente  de  nuevo.  Si  el  problema  persiste  por  favor  notifique  al  webmaster  ([email protected])
                                                                                                                                                                                                       [the]  =>  El
                                                                                                                                                                                                       [the(f)]  =>  La
                                                                                                                                                                                                       [there_are_errors]  =>  Existen  algunos  errores
                                                                                                                                                                                                       [the_employee_has_been_updated]  =>  El  colaborador  ha  sido  actualizado
                                                                                                                                                                                                       [this]  =>  Este
                                                                                                                                                                                                       [this(f)]  =>  esta
                                                                                                                                                                                                       [support  a  maximum  of]  =>  Soporta  un  MĆ”ximo  de
                                                                                                                                                                                                       [title]  =>  TĆ­tulo
                                                                                                                                                                                                       [to]  =>  a
                                                                                                                                                                                                       [to_enter_our_site_click_link_msg]  =>  Para  acceder  a  nuestro  sitio,  haga  clic  en  la  siguiente  direcciĆ³n
                                                                                                                                                                                                       [to_the]  =>  al
                                                                                                                                                                                                       [try_again]  =>  Por  favor  intente  de  nuevo
                                                                                                                                                                                                       [unit]  =>  Unidad
                                                                                                                                                                                                       [user]  =>  Usuario
                                                                                                                                                                                                       [username]  =>  Usuario
                                                                                                                                                                                                       [user_password_incorrect]  =>  Usuario  o  Password  incorrecto
                                                                                                                                                                                                       [user_register]  =>  Registro  de  Usuario
                                                                                                                                                                                                       [valid_{n}_digit_code_msg]  =>  debe  ser  un  cĆ³digo  vĆ”lido  de  {n}  dĆ­gitos
                                                                                                                                                                                                       [valid_{n}_letter_code_msg]  =>  debe  ser  un  cĆ³digo  vĆ”lido  de  {n}  letras
                                                                                                                                                                                                       [valid_monetary_qty_msg]  =>  debe  ser  una  cantidad  monetaria  vĆ”lida
                                                                                                                                                                                                       [valid_integer_msg]  =>  debe  ser  un  nĆŗmero  entero  vĆ”lido
                                                                                                                                                                                                       [valid_number_msg]  =>  debe  ser  un  nĆŗmero  vĆ”lido
                                                                                                                                                                                                       [view]  =>  Ver
                                                                                                                                                                                                       [volume]  =>  Volumen
                                                                                                                                                                                                       [weight]  =>  Peso
                                                                                                                                                                                                       [welcome]  =>  Bienvenido
                                                                                                                                                                                                       [your]  =>  Su
                                                                                                                                                                                                       [zip_code]  =>  CĆ³digo  Postal
                                                                                                                                                                                                       [?_confirm_add]  =>  ĀæSeguro  que  quiere  agregar
                                                                                                                                                                                                       [?_confirm_delete]  =>  ĀæSeguro  que  quiere  eliminar
                                                                                                                                                                                                       [cupondescuento]  =>  CupĆ³n  de  Descuento
                                                                                                                                                                                               )

                                                                                                                                                                                       [en]  =>  Array
                                                                                                                                                                                               (
                                                                                                                                                                                                       [a]  =>  a
                                                                                                                                                                                                       [a(f)]  =>  a
                                                                                                                                                                                                       [a(n)]  =>  a
                                                                                                                                                                                                       [access]  =>  Access
                                                                                                                                                                                                       [access_attempts_recorded]  =>  All  access  attempts  will  be  recorded  for  security  purposes
                                                                                                                                                                                                       [account]  =>  Account
                                                                                                                                                                                                       [account_information]  =>  Account  Information
                                                                                                                                                                                                       [actions]  =>  Actions
                                                                                                                                                                                                       [active]  =>  Active
                                                                                                                                                                                                       [add]  =>  Add
                                                                                                                                                                                                       [added]  =>  Added
                                                                                                                                                                                                       [added(f)]  =>  Added
                                                                                                                                                                                                       [additional_files_will_not_be_uploaded]  =>  The  additional  files  will  not  be  uploaded  to  the  server
                                                                                                                                                                                                       [additional_registers_will_not_be_uploaded]  =>  The  additional  registers  will  not  be  uploaded  to  the  server
                                                                                                                                                                                                       [address]  =>  Address
                                                                                                                                                                                                       [address_information]  =>  Address  Information
                                                                                                                                                                                                       [administration_panel]  =>  Administration  Panel
                                                                                                                                                                                                       [all_rights_reserved]  =>  All  Rights  Reserved
                                                                                                                                                                                                       [and]  =>  and
                                                                                                                                                                                                       [any_comment_contact_us_msg]  =>  Any  doubt  or  comment,  you  can  contact  us
                                                                                                                                                                                                       [associate]  =>  Associate
                                                                                                                                                                                                       [associated_to]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(f)]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(p)]  =>  Associated  to
                                                                                                                                                                                                       [associated_to(pf)]  =>  Associated  to
                                                                                                                                                                                                       [appearance_order]  =>  Appearance  Order
                                                                                                                                                                                                       [artist]  =>  Artist
                                                                                                                                                                                                       [attribute]  =>  Attribute
                                                                                                                                                                                                       [author]  =>  Author
                                                                                                                                                                                                       [authorized_access_only]  =>  Authorized  Access  Only
                                                                                                                                                                                                       [brand]  =>  Brand
                                                                                                                                                                                                       [cancel]  =>  Cancel
                                                                                                                                                                                                       [catalog]  =>  Catalog
                                                                                                                                                                                                       [categories]  =>  Categories
                                                                                                                                                                                                       [category]  =>  Category
                                                                                                                                                                                                       [clear]  =>  Clear
                                                                                                                                                                                                       [client]  =>  Client
                                                                                                                                                                                                       [city]  =>  City
                                                                                                                                                                                                       [collection]  =>  Collection
                                                                                                                                                                                                       [colors]  =>  Colors
                                                                                                                                                                                                       [confirm]  =>  Confirm
                                                                                                                                                                                                       [confirm_password_match_up_msg]  =>  Passwords  must  match  up
                                                                                                                                                                                                       [confirm_password_required_msg]  =>  Please  repeat  your  password
                                                                                                                                                                                                       [contact_method]  =>  Contact  Method
                                                                                                                                                                                                       [content]  =>  Content
                                                                                                                                                                                                       [country]  =>  Country
                                                                                                                                                                                                       [create]  =>  Create
                                                                                                                                                                                                       [customer]  =>  Customer
                                                                                                                                                                                                       [currency]  =>  Currency
                                                                                                                                                                                                       [current_image]  =>  Current  Image
                                                                                                                                                                                                       [date]  =>  Date
                                                                                                                                                                                                       [delete]  =>  Delete
                                                                                                                                                                                                       [deleted]  =>  Deleted
                                                                                                                                                                                                       [deleted(f)]  =>  Deleted
                                                                                                                                                                                                       [description]  =>  Description
                                                                                                                                                                                                       [dimension]  =>  Dimension
                                                                                                                                                                                                       [dimensions]  =>  Dimensions
                                                                                                                                                                                                       [discount]  =>  Discount
                                                                                                                                                                                                       [doesnt_exist]  =>  Doesn't  Exists
                                                                                                                                                                                                       [dont_exist]  =>  Don't  Exist
                                                                                                                                                                                                       [edit]  =>  Edit
                                                                                                                                                                                                       [email_already_chosen_msg]  =>  Email  already  chosen  by  other  user.  Please  use  another
                                                                                                                                                                                                       [EN_name]  =>  English
                                                                                                                                                                                                       [english]  =>  English
                                                                                                                                                                                                       [enter_phone_contact_method_msg]  =>  Enter  a  phone  number  or  select  Email  as  contact  method
                                                                                                                                                                                                       [exclusive_zone]  =>  Exclusive  Zone
                                                                                                                                                                                                       [export_to]  =>  Export  to
                                                                                                                                                                                                       [field]  =>  Field
                                                                                                                                                                                                       [file]  =>  File
                                                                                                                                                                                                       [file(p)]  =>  Files
                                                                                                                                                                                                       [finished]  =>  Finished
                                                                                                                                                                                                       [first]  =>  First
                                                                                                                                                                                                       [first(f)]  =>  First
                                                                                                                                                                                                       [for]  =>  for
                                                                                                                                                                                                       [from]  =>  from
                                                                                                                                                                                                       [from_the]  =>  from  the
                                                                                                                                                                                                       [first_name]  =>  First  Name
                                                                                                                                                                                                       [general_information]  =>  General  Information
                                                                                                                                                                                                       [go]  =>  Go
                                                                                                                                                                                                       [go_back_to_parent_category]  =>  Go  Back  to  Parent  Category
                                                                                                                                                                                                       [home]  =>  Home
                                                                                                                                                                                                       [has_been]  =>  has  been
                                                                                                                                                                                                       [image]  =>  Image
                                                                                                                                                                                                       [images]  =>  Images
                                                                                                                                                                                                       [in]  =>  in
                                                                                                                                                                                                       [inactive]  =>  Inctive
                                                                                                                                                                                                       [information]  =>  Information
                                                                                                                                                                                                       [integer_number_equal_greater_n_msg]  =>  must  be  an  integer  number  equal  or  greater  than  {n}
                                                                                                                                                                                                       [inventory]  =>  Inventory
                                                                                                                                                                                                       [is]  =>  is
                                                                                                                                                                                                       [is_required_msg]  =>  is  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(f)]  =>  is  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(p)]  =>  are  required  and  cannot  be  empty
                                                                                                                                                                                                       [is_required_msg(pf)]  =>  are  required  and  cannot  be  empty
                                                                                                                                                                                                       [language]  =>  Language
                                                                                                                                                                                                       [last]  =>  Last
                                                                                                                                                                                                       [last(f)]  =>  Last
                                                                                                                                                                                                       [last_name]  =>  Last  Name
                                                                                                                                                                                                       [line]  =>  Line
                                                                                                                                                                                                       [logout]  =>  Logout
                                                                                                                                                                                                       [long_description]  =>  Long  Description
                                                                                                                                                                                                       [main]  =>  Main
                                                                                                                                                                                                       [main_image]  =>  Main  Image
                                                                                                                                                                                                       [manage]  =>  Manage
                                                                                                                                                                                                       [materials]  =>  Materials
                                                                                                                                                                                                       [max_number_of_files]  =>  Maximum  Number  of  Files
                                                                                                                                                                                                       [more]  =>  More
                                                                                                                                                                                                       [n_characters_minimum_msg]  =>  must  be  {n}  characters  length  minimum
                                                                                                                                                                                                       [name]  =>  Name
                                                                                                                                                                                                       [new]  =>  New
                                                                                                                                                                                                       [new(h)]  =>  New
                                                                                                                                                                                                       [new(f)]  =>  New
                                                                                                                                                                                                       [news]  =>  News
                                                                                                                                                                                                       [next]  =>  Next
                                                                                                                                                                                                       [no_files_assigned_to_register]  =>  There  are  no  files  assigned  to  this  register
                                                                                                                                                                                                       [no_values_assigned_to_register]  =>  There  are  no  values  assigned  to  this  register
                                                                                                                                                                                                       [no_html_tags_msg]  =>  cannot  contain  HTML  tags
                                                                                                                                                                                                       [no_html_tags_msg(p)]  =>  cannot  contain  HTML  tags
                                                                                                                                                                                                       [no_records_to_display]  =>  There  are  no  records  to  display
                                                                                                                                                                                                       [not_enough_information]  =>  There  is  not  enought  information
                                                                                                                                                                                                       [not_valid_msg]  =>  is  not  valid
                                                                                                                                                                                                       [not_valid_msg(f)]  =>  is  not  valid
                                                                                                                                                                                                       [number]  =>  Number
                                                                                                                                                                                                       [number_equal_greater_n_msg]  =>  must  be  a  number  equal  or  greater  than  {n}
                                                                                                                                                                                                       [number_between_m_and_n_msg]  =>  must  be  a  number  between  {m}  and  {n}
                                                                                                                                                                                                       [n-character_code_msg]  =>  must  be  a  {n}  character  code
                                                                                                                                                                                                       [of]  =>  of
                                                                                                                                                                                                       [of_the]  =>  of  the
                                                                                                                                                                                                       [order]  =>  Order
                                                                                                                                                                                                       [orders]  =>  Orders
                                                                                                                                                                                                       [other_language]  =>  Other  Language
                                                                                                                                                                                                       [other_languages]  =>  Other  Languages
                                                                                                                                                                                                       [page]  =>  Page
                                                                                                                                                                                                       [parent]  =>  Parent
                                                                                                                                                                                                       [parent_category]  =>  Parent  Category
                                                                                                                                                                                                       [password]  =>  Password
                                                                                                                                                                                                       [password_recovery]  =>  Password  Recovery
                                                                                                                                                                                                       [password_sent_msg]  =>  Your  password  was  sent  to  your  email
                                                                                                                                                                                                       [personal_information]  =>  Personal  Information
                                                                                                                                                                                                       [phone]  =>  Phone
                                                                                                                                                                                                       [phone_number]  =>  Phone  Number
                                                                                                                                                                                                       [photo]  =>  Photo
                                                                                                                                                                                                       [photo(p)]  =>  Photos
                                                                                                                                                                                                       [photogallery]  =>  Fhotogallery
                                                                                                                                                                                                       [photogallery(p)]  =>  Fhotogalleries
                                                                                                                                                                                                       [previous]  =>  Previous
                                                                                                                                                                                                       [price]  =>  Price
                                                                                                                                                                                                       [product]  =>  Product
                                                                                                                                                                                                       [product_image]  =>  Product  Image
                                                                                                                                                                                                       [profile_id]  =>  Profile  ID
                                                                                                                                                                                                       [recently_created_entry]  =>  The  recently  created  entry
                                                                                                                                                                                                       [register]  =>  Register
                                                                                                                                                                                                       [register(h)]  =>  Register
                                                                                                                                                                                                       [register(h)(p)]  =>  Registers
                                                                                                                                                                                                       [related]  =>  Related
                                                                                                                                                                                                       [required]  =>  Required
                                                                                                                                                                                                       [required(f)]  =>  Required
                                                                                                                                                                                                       [required(p)]  =>  Required
                                                                                                                                                                                                       [required(pf)]  =>  Required
                                                                                                                                                                                                       [results_per]  =>  Results  per
                                                                                                                                                                                                       [residential_development]  =>  Residential  Dev.
                                                                                                                                                                                                       [restricted_access]  =>  Restricted  Access
                                                                                                                                                                                                       [role]  =>  Role
                                                                                                                                                                                                       [root]  =>  Root
                                                                                                                                                                                                       [save]  =>  Save
                                                                                                                                                                                                       [saved]  =>  Saved
                                                                                                                                                                                                       [saved(f)]  =>  Saved
                                                                                                                                                                                                       [search]  =>  Search
                                                                                                                                                                                                       [select]  =>  Select
                                                                                                                                                                                                       [shipping_time]  =>  Shipping  Time
                                                                                                                                                                                                       [short_description]  =>  Short  Description
                                                                                                                                                                                                       [show]  =>  Show
                                                                                                                                                                                                       [sincerely]  =>  Sincerely
                                                                                                                                                                                                       [sku]  =>  SKU
                                                                                                                                                                                                       [sort_ascending]  =>  Sort  Ascending
                                                                                                                                                                                                       [sort_descending]  =>  Sort  Descending
                                                                                                                                                                                                       [SP_name]  =>  Spanish
                                                                                                                                                                                                       [spanish]  =>  Spanish
                                                                                                                                                                                                       [state]  =>  State
                                                                                                                                                                                                       [status]  =>  Status
                                                                                                                                                                                                       [stock]  =>  Stock
                                                                                                                                                                                                       [street]  =>  Street
                                                                                                                                                                                                       [system_configuration]  =>  System  Configuration
                                                                                                                                                                                                       [system_problem]  =>  There  is  a  problem  with  the  system,  please  try  again.  If  the  problem  persist  please  notify  it  to  the  webmaster  ([email protected])
                                                                                                                                                                                                       [the]  =>  The
                                                                                                                                                                                                       [the(f)]  =>  The
                                                                                                                                                                                                       [there_are_errors]  =>  There  are  some  errors
                                                                                                                                                                                                       [the_employee_has_been_updated]  =>  The  employee  has  been  updated
                                                                                                                                                                                                       [this]  =>  This
                                                                                                                                                                                                       [this(f)]  =>  this
                                                                                                                                                                                                       [support  a  maximum  of]  =>  Support  a  Maximum  of
                                                                                                                                                                                                       [title]  =>  Title
                                                                                                                                                                                                       [to]  =>  to
                                                                                                                                                                                                       [to_enter_our_site_click_link_msg]  =>  To  enter  our  site,  click  the  following  link
                                                                                                                                                                                                       [to_the]  =>  to  the
                                                                                                                                                                                                       [try_again]  =>  Please  try  again
                                                                                                                                                                                                       [unit]  =>  Unit
                                                                                                                                                                                                       [user]  =>  User
                                                                                                                                                                                                       [username]  =>  Username
                                                                                                                                                                                                       [user_password_incorrect]  =>  User  or  Password  incorrect
                                                                                                                                                                                                       [user_register]  =>  User  Register
                                                                                                                                                                                                       [valid_{n}_digit_code_msg]  =>  must  be  a  valid  {n}  digit  code
                                                                                                                                                                                                       [valid_{n}_letter_code_msg]  =>  must  be  a  valid  {n}  letter  code
                                                                                                                                                                                                       [valid_monetary_qty_msg]  =>  must  be  a  valid  monetary  quantity
                                                                                                                                                                                                       [valid_integer_msg]  =>  must  be  a  valid  integer  number
                                                                                                                                                                                                       [valid_number_msg]  =>  must  be  a  valid  number
                                                                                                                                                                                                       [view]  =>  View
                                                                                                                                                                                                       [volume]  =>  Volume
                                                                                                                                                                                                       [weight]  =>  Weight
                                                                                                                                                                                                       [welcome]  =>  Welcome
                                                                                                                                                                                                       [your]  =>  Your
                                                                                                                                                                                                       [zip_code]  =>  Zip  Code
                                                                                                                                                                                                       [?_confirm_add]  =>  Are  you  sure  you  want  to  add
                                                                                                                                                                                                       [?_confirm_delete]  =>  Are  you  sure  you  want  to  delete
                                                                                                                                                                                                       [cupondescuento]  =>  Zip  Code
                                                                                                                                                                                               )

                                                                                                                                                                               )

                                                                                                                                                                       [_file:Zend_Translate_Adapter_Tmx:private]  =>  XMLParser  Object
                                                                                                                                                                               (
                                                                                                                                                                               )

                                                                                                                                                                       [_cleared:Zend_Translate_Adapter_Tmx:private]  =>  Array
                                                                                                                                                                               (
                                                                                                                                                                               )

                                                                                                                                                                       [_tu:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_tuv:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_seg:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                                       [_content:Zend_Translate_Adapter_Tmx:private]  =>  CupĆ³n  de  Descuento
                                                                                                                                                                       [_defined:Zend_Translate_Adapter_Tmx:private]  =>  
                                                                                                                                                               )

                                                                                                                                               )

                                                                                                                                       [pathExecute:protected]  =>  
                                                                                                                               )

                                                                                                               )

                                                                                                       [type]  =>  ->
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                               )

                                                                                               )

                                                                                       [15]  =>  Array
                                                                                               (
                                                                                                       [file]  =>  /home/kared/public_html/productos.php
                                                                                                       [line]  =>  2
                                                                                                       [args]  =>  Array
                                                                                                               (
                                                                                                                       [0]  =>  /home/kared/public_html/bo/product.php
                                                                                                               )

                                                                                                       [function]  =>  include
                                                                                               )

                                                                               )

                                                                       [callback]  =>  
                                                               )

                                               )

                               )

                       [1]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Core/DAO/Version.class.php
                                       [line]  =>  28
                                       [function]  =>  sqlGetResult
                                       [class]  =>  DBPEAR
                                       [type]  =>  ->
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  SELECT  v.*,c.color_id,c.nombre  as  colornombre,  t.talla_id,  t.nombre  as  tallanombre  FROM  version  v
LEFT  JOIN  relacioncolor  rc  ON  rc.tabla_id  =  v.version_id
LEFT  JOIN  color  c  ON  c.color_id  =  rc.color_id
LEFT  JOIN  relaciontalla  rt  ON  rt.tabla_id  =  v.version_id
LEFT  JOIN  talla  t  ON  t.talla_id  =  rt.talla_id
WHERE  v.product_id  =    AND  v.status  =  'Active'  GROUP  BY  v.version_id,c.color_id,  t.talla_id  ORDER  BY  v.price  ASC
                                               )

                               )

                       [2]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Core/Application/Version.class.php
                                       [line]  =>  252
                                       [function]  =>  getAllVersionesTodo
                                       [class]  =>  eCommerce_SDO_Core_DAO_Version
                                       [type]  =>  ->
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  
                                               )

                               )

                       [3]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/SDO/Catalog.class.php
                                       [line]  =>  153
                                       [function]  =>  GetVersionesTodo
                                       [class]  =>  eCommerce_SDO_Core_Application_Version
                                       [type]  =>  ::
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  
                                               )

                               )

                       [4]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php
                                       [line]  =>  47
                                       [function]  =>  GetProductVersionesTodo
                                       [class]  =>  eCommerce_SDO_Catalog
                                       [type]  =>  ::
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  
                                               )

                               )

                       [5]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/libs/eCommerce/FrontEnd/FO/Product.class.php
                                       [line]  =>  17
                                       [function]  =>  _details
                                       [class]  =>  eCommerce_FrontEnd_FO_Product
                                       [type]  =>  ->
                                       [args]  =>  Array
                                               (
                                               )

                               )

                       [6]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/bo/product.php
                                       [line]  =>  4
                                       [function]  =>  execute
                                       [class]  =>  eCommerce_FrontEnd_FO_Product
                                       [type]  =>  ->
                                       [args]  =>  Array
                                               (
                                               )

                               )

                       [7]  =>  Array
                               (
                                       [file]  =>  /home/kared/public_html/productos.php
                                       [line]  =>  2
                                       [args]  =>  Array
                                               (
                                                       [0]  =>  /home/kared/public_html/bo/product.php
                                               )

                                       [function]  =>  include
                               )

               )

       [previous:Exception:private]  =>  
)

POST
GET
cmddetails
id0
SESSION
GLOBALS
cmddetails
id0
USERkared
HOME/home/kared
SCRIPT_NAME/productos.php
REQUEST_URI/0/producto/sintitulo/
QUERY_STRINGcmd=details&id=0
REQUEST_METHODGET
SERVER_PROTOCOLHTTP/1.1
GATEWAY_INTERFACECGI/1.1
REDIRECT_QUERY_STRINGcmd=details&id=0
REDIRECT_URL/0/producto/sintitulo/
REMOTE_PORT47798
SCRIPT_FILENAME/home/kared/public_html/productos.php
SERVER_ADMIN[email protected]
CONTEXT_DOCUMENT_ROOT/home/kared/public_html
CONTEXT_PREFIX
REQUEST_SCHEMEhttps
DOCUMENT_ROOT/home/kared/public_html
REMOTE_ADDR3.15.219.217
SERVER_PORT443
SERVER_ADDR54.39.103.35
SERVER_NAMEwww.uniformeskared.com
SERVER_SOFTWAREApache
SERVER_SIGNATURE
PATH/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
proxy-nokeepalive1
HTTPSon
UNIQUE_IDZifyJerjpUCwrE4qW9cz0AAAAAU
REDIRECT_STATUS200
REDIRECT_HTTPSon
REDIRECT_isproxyrequest1
REDIRECT_UNIQUE_IDZifyJerjpUCwrE4qW9cz0AAAAAU
FCGI_ROLERESPONDER
PHP_SELF/productos.php
REQUEST_TIME_FLOAT1713893925.7419
REQUEST_TIME1713893925
argvArray
(
       [0]  =>  cmd=details&id=0
)
argc1
cmddetails
id0
COOKIES
SERVER
USERkared
HOME/home/kared
SCRIPT_NAME/productos.php
REQUEST_URI/0/producto/sintitulo/
QUERY_STRINGcmd=details&id=0
REQUEST_METHODGET
SERVER_PROTOCOLHTTP/1.1
GATEWAY_INTERFACECGI/1.1
REDIRECT_QUERY_STRINGcmd=details&id=0
REDIRECT_URL/0/producto/sintitulo/
REMOTE_PORT47798
SCRIPT_FILENAME/home/kared/public_html/productos.php
SERVER_ADMIN[email protected]
CONTEXT_DOCUMENT_ROOT/home/kared/public_html
CONTEXT_PREFIX
REQUEST_SCHEMEhttps
DOCUMENT_ROOT/home/kared/public_html
REMOTE_ADDR3.15.219.217
SERVER_PORT443
SERVER_ADDR54.39.103.35
SERVER_NAMEwww.uniformeskared.com
SERVER_SOFTWAREApache
SERVER_SIGNATURE
PATH/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_CF_IPCOUNTRYUS
HTTP_CDN_LOOPcloudflare
HTTP_USER_AGENTMozilla/5.0  AppleWebKit/537.36  (KHTML,  like  Gecko;  compatible;  ClaudeBot/1.0;  [email protected])
HTTP_ACCEPT*/*
HTTP_CF_RAY878fa10b7cf710c2-ORD
HTTP_CF_VISITOR{"scheme":"https"}
HTTP_CF_CONNECTING_IP3.15.219.217
HTTP_X_REAL_IP3.15.219.217
HTTP_X_FORWARDED_SERVERwww.uniformeskared.com
HTTP_X_FORWARDED_PROTOhttps
HTTP_X_FORWARDED_PORT443
HTTP_X_FORWARDED_HOSTwww.uniformeskared.com
HTTP_X_FORWARDED_FOR3.15.219.217,  3.15.219.217
HTTP_HOSTwww.uniformeskared.com
proxy-nokeepalive1
HTTPSon
UNIQUE_IDZifyJerjpUCwrE4qW9cz0AAAAAU
REDIRECT_STATUS200
REDIRECT_HTTPSon
REDIRECT_isproxyrequest1
REDIRECT_UNIQUE_IDZifyJerjpUCwrE4qW9cz0AAAAAU
FCGI_ROLERESPONDER
PHP_SELF/productos.php
REQUEST_TIME_FLOAT1713893925.7419
REQUEST_TIME1713893925
argvArray
(
       [0]  =>  cmd=details&id=0
)
argc1
ENV