lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Fatal error on v1.6.0 initial installation #162

Closed lat9 closed 4 years ago

lat9 commented 4 years ago

Log generated, due to a missing leading '0' on the field_info data:

[12-Feb-2020 15:30:20 UTC] Request URI: /myadmin/index.php, IP address: xx.xx.xx.xx
#1  trigger_error() called at [/home/mystore/public_html/includes/classes/db/mysql/query_factory.php:171]
#2  queryFactory->show_error() called at [/home/mystore/public_html/includes/classes/db/mysql/query_factory.php:143]
#3  queryFactory->set_error() called at [/home/mystore/public_html/includes/classes/db/mysql/query_factory.php:270]
#4  queryFactory->Execute() called at [/home/mystore/public_html/myadmin/includes/init_includes/init_dbio_admin.php:130]
#5  require(/home/mystore/public_html/myadmin/includes/init_includes/init_dbio_admin.php) called at [/home/mystore/public_html/includes/autoload_func.php:48]
#6  require(/home/mystore/public_html/includes/autoload_func.php) called at [/home/mystore/public_html/myadmin/includes/application_top.php:171]
#7  require(/home/mystore/public_html/myadmin/includes/application_top.php) called at [/home/mystore/public_html/myadmin/index.php:10]
--> PHP Fatal error: 1054:Unknown column 'x5b2270726f64756374735f6964222c2270726f64756374735f6d6f64656c222c226d657461746167735f7469746c655f737461747573222c226d657461746167735f70726f64756374735f6e616d655f737461747573222c226d65746174616' in 'field list' :: INSERT INTO dbio_reports
                    (handler_name, report_name, admin_id, last_updated_by, last_updated, field_info) 
                VALUES
                    ('Products', 'meta_tags', 0, 0, now(), x5b2270726f64756374735f6964222c2270726f64756374735f6d6f64656c222c226d657461746167735f7469746c655f737461747573222c226d657461746167735f70726f64756374735f6e616d655f737461747573222c226d657461746167735f6d6f64656c5f737461747573222c226d657461746167735f70726963655f737461747573222c226d657461746167735f7469746c655f7461676c696e655f737461747573222c226d657461746167735f7469746c65222c226d657461746167735f6b6579776f726473222c226d657461746167735f6465736372697074696f6e225d) ==> (as called by) /home/mystore/public_html/myadmin/includes/init_includes/init_dbio_admin.php on line 130 <== in /home/mystore/public_html/includes/classes/db/mysql/query_factory.php on line 171.