Błąd #8609
Problem z exportem
Status: | Zamknięty | Start date: | 16 Apr 2018 | |
---|---|---|---|---|
Priority: | Wysoki | Due date: | ||
Assignee: | Mikołaj Szewczyk | % Done: | 100% | |
Category: | - | |||
Target version: | Custom feature branch |
Description
Przy próbie eksportu (id 93) pojawił się komunikat:
Wystąpił błąd przesyłania danych: Warning: array_fill(): Number of elements must be positive in /home/macias/strony/inforex_web/engine/include/database/CDbExport.php on line 121 Call Stack: 0.0002 691120 1. {main}() /home/macias/strony/inforex_web/public_html/index.php:0 0.0674 16828496 2. InforexWeb->execute() /home/macias/strony/inforex_web/public_html/index.php:88 0.0679 16830464 3. InforexWeb->doAjax() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:262 0.0681 16860888 4. Ajax_export_get_export_status->execute() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:138 0.0681 16860968 5. DbExport::getExportsProgress() /home/macias/strony/inforex_web/engine/ajax/a_export_get_export_status.php:10 0.0693 16863496 6. array_fill() /home/macias/strony/inforex_web/engine/include/database/CDbExport.php:121 Warning: implode(): Invalid arguments passed in /home/macias/strony/inforex_web/engine/include/database/CDbExport.php on line 121 Call Stack: 0.0002 691120 1. {main}() /home/macias/strony/inforex_web/public_html/index.php:0 0.0674 16828496 2. InforexWeb->execute() /home/macias/strony/inforex_web/public_html/index.php:88 0.0679 16830464 3. InforexWeb->doAjax() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:262 0.0681 16860888 4. Ajax_export_get_export_status->execute() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:138 0.0681 16860968 5. DbExport::getExportsProgress() /home/macias/strony/inforex_web/engine/ajax/a_export_get_export_status.php:10 0.0694 16864856 6. implode() /home/macias/strony/inforex_web/engine/include/database/CDbExport.php:121 Warning: Invalid argument supplied for foreach() in /home/macias/strony/inforex_web/engine/include/database/CDbExport.php on line 122 Call Stack: 0.0002 691120 1. {main}() /home/macias/strony/inforex_web/public_html/index.php:0 0.0674 16828496 2. InforexWeb->execute() /home/macias/strony/inforex_web/public_html/index.php:88 0.0679 16830464 3. InforexWeb->doAjax() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:262 0.0681 16860888 4. Ajax_export_get_export_status->execute() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:138 0.0681 16860968 5. DbExport::getExportsProgress() /home/macias/strony/inforex_web/engine/ajax/a_export_get_export_status.php:10 MDB2_Error Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 [code] => 2 [message] => MDB2 Error: syntax error [userinfo] => doQuery: [Error message: Could not execute statement] [Last executed query: SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id] [Native code: 1064] [Native message: 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 ') GROUP BY e.export_id' at line 3] [backtrace] => Array ( [0] => Array ( [file] => /usr/share/php/MDB2.php [line] => 973 [function] => PEAR_Error [class] => PEAR_Error [type] => -> [args] => Array ( [0] => MDB2 Error: syntax error [1] => -2 [2] => 1 [3] => 1024 [4] => _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id] [Native code: 1064] [Native message: 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 ') GROUP BY e.export_id' at line 3] ) ) [1] => Array ( [file] => /usr/share/php/PEAR.php [line] => 531 [function] => MDB2_Error [class] => MDB2_Error [object] => MDB2_Error Object RECURSION [type] => -> [args] => Array ( [0] => -2 [1] => 1 [2] => 1024 [3] => _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id] [Native code: 1064] [Native message: 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 ') GROUP BY e.export_id' at line 3] ) ) [2] => Array ( [file] => /usr/share/php/MDB2.php [line] => 1442 [function] => raiseError [class] => PEAR [object] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => /* [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [type] => > [args] => Array ( [0] => [1] => -2 [2] => [3] => [4] => doQuery: [Error message: Could not execute statement] [Last executed query: SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id] [Native code: 1064] [Native message: 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 ') GROUP BY e.export_id' at line 3] [5] => MDB2_Error [6] => 1 ) ) [3] => Array ( [file] => /usr/share/php/MDB2/Driver/mysql.php [line] => 607 [function] => raiseError [class] => MDB2_Driver_Common [object] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [type] => > [args] => Array ( [0] => [1] => [2] => [3] => Could not execute statement [4] => doQuery ) ) [4] => Array ( [file] => /usr/share/php/MDB2.php [line] => 2514 [function] => _doQuery [class] => MDB2_Driver_mysql [object] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [type] => > [args] => Array ( [0] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [1] => [2] => Resource id #188 [3] => gpw ) ) [5] => Array ( [file] => /usr/share/php/MDB2.php [line] => 4113 [function] => query [class] => MDB2_Driver_Common [object] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result_%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [type] => > [args] => Array ( [0] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [1] => Array ( ) [2] => 1 [3] => ) ) [6] => Array ( [file] => /usr/share/php/MDB2/Driver/mysql.php [line] => 1376 [function] => execute [class] => MDB2_Statement_Common [object] => MDB2_Statement_mysql Object ( [db] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [statement] => [query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id [result_types] => Array ( ) [types] => Array ( ) [values] => Array ( [0] => 93 ) [limit] => 0 [offset] => 0 [is_manip] => [positions] => Array ( [220] => 0 ) [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id ) [type] => > [args] => Array ( [0] => 1 [1] => ) ) [7] => Array ( [file] => /usr/share/php/MDB2.php [line] => 4065 [function] => execute [class] => MDB2_Statement_mysql [object] => MDB2_Statement_mysql Object ( [db] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [statement] => [query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id [result_types] => Array ( ) [types] => Array ( ) [values] => Array ( [0] => 93 ) [limit] => 0 [offset] => 0 [is_manip] => [positions] => Array ( [220] => 0 ) [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id ) [type] => > [args] => Array ( [0] => 1 [1] => ) ) [8] => Array ( [file] => /home/macias/strony/inforex_web/engine/include/database/Database.php [line] => 112 [function] => execute [class] => MDB2_Statement_Common [object] => MDB2_Statement_mysql Object ( [db] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result_%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [statement] => [query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id [result_types] => Array ( ) [types] => Array ( ) [values] => Array ( [0] => 93 ) [limit] => 0 [offset] => 0 [is_manip] => [positions] => Array ( [220] => 0 ) [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id ) [type] => > [args] => Array ( [0] => Array ( [0] => 93 ) ) ) [9] => Array ( [file] => /home/macias/strony/inforex_web/engine/include/database/Database.php [line] => 143 [function] => execute [class] => Database [object] => Database Object ( [mdb2] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => / [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result_%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [log] => [log_output] => fb ) [type] => > [args] => Array ( [0] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id [1] => Array ( [0] => 93 ) ) ) [10] => Array ( [file] => /home/macias/strony/inforex_web/engine/include/database/CDbExport.php [line] => 130 [function] => fetch_rows [class] => Database [object] => Database Object ( [mdb2] => MDB2_Driver_mysql Object ( [string_quoting] => Array ( [start] => ' [end] => ' [escape] => \ [escape_pattern] => \ ) [identifier_quoting] => Array ( [start] => ` [end] => ` [escape] => ` ) [sql_comments] => Array ( [0] => Array ( [start] => - [end] => [escape] => ) [1] => Array ( [start] => # [end] => [escape] => ) [2] => Array ( [start] => / [end] => */ [escape] => ) ) [start_transaction] => [varchar_max_length] => 255 [db_index] => 2 [dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connected_dsn] => Array ( [phptype] => mysql [dbsyntax] => mysql [username] => gpw [password] => gpw [protocol] => [hostspec] => localhost [port] => [socket] => [database] => [mode] => ) [connection] => Resource id #188 [opened_persistent] => [database_name] => gpw [connected_database_name] => gpw [connected_server_info] => [supported] => Array ( [sequences] => emulated [indexes] => 1 [affected_rows] => 1 [summary_functions] => 1 [order_by_text] => 1 [transactions] => 1 [savepoints] => [current_id] => emulated [limit_queries] => 1 [LOBs] => 1 [replace] => 1 [sub_selects] => emulated [auto_increment] => 1 [primary_key] => 1 [result_introspection] => 1 [prepared_statements] => emulated [identifier_quoting] => 1 [pattern_escaping] => 1 [new_link] => 1 ) [options] => Array ( [ssl] => [field_case] => 0 [disable_query] => [result_class] => MDB2_Result_%s [buffered_result_class] => MDB2_BufferedResult_%s [result_wrap_class] => [result_buffering] => 1 [fetch_class] => stdClass [persistent] => [debug] => 0 [debug_handler] => MDB2_defaultDebugOutput [debug_expanded_output] => [default_text_field_length] => 4096 [lob_buffer_length] => 8192 [log_line_break] => [idxname_format] => %s_idx [seqname_format] => %s_seq [savepoint_format] => MDB2_SAVEPOINT_%s [statement_format] => MDB2_STATEMENT_%1$s_%2$s [seqcol_name] => sequence [quote_identifier] => [use_transactions] => 1 [decimal_places] => 2 [portability] => 0 [modules] => Array ( [ex] => Extended [dt] => Datatype [mg] => Manager [rv] => Reverse [na] => Native [fc] => Function ) [emulate_prepared] => [datatype_map] => Array ( ) [datatype_map_callback] => Array ( ) [nativetype_map_callback] => Array ( ) [default_table_type] => ) [wildcards] => Array ( [0] => % [1] => _ ) [as_keyword] => AS [warnings] => Array ( ) [debug_output] => [in_transaction] => [nested_transaction_counter] => [has_transaction_error] => [offset] => 0 [limit] => 0 [phptype] => mysql [dbsyntax] => mysql [last_query] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (93) OR e.export_id IN () GROUP BY e.export_id [fetchmode] => 1 [modules] => Array ( [Extended] => MDB2_Extended Object ( [db_index] => 2 ) [Datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) ) [destructor_registered] => 1 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) [extended] => MDB2_Extended Object ( [db_index] => 2 ) [datatype] => MDB2_Driver_Datatype_mysql Object ( [valid_default_values] => Array ( [text] => [boolean] => 1 [integer] => 0 [decimal] => 0 [float] => 0 [timestamp] => 1970-01-01 00:00:00 [time] => 00:00:00 [date] => 1970-01-01 [clob] => [blob] => ) [lobs] => Array ( ) [db_index] => 2 ) [loaded_version_modules] => Array ( [0] => datatype ) ) [log] => [log_output] => fb ) [type] => -> [args] => Array ( [0] => SELECT e.export_id, e.progress, e.status, e.statistics, COUNT as 'error_count' FROM exports e LEFT JOIN export_errors ee ON e.export_id = ee.export_id WHERE e.export_id IN (?) OR e.export_id IN () GROUP BY e.export_id [1] => Array ( [0] => 93 ) ) ) [11] => Array ( [file] => /home/macias/strony/inforex_web/engine/ajax/a_export_get_export_status.php [line] => 10 [function] => getExportsProgress [class] => DbExport [type] => :: [args] => Array ( [0] => 48 [1] => ) ) [12] => Array ( [file] => /home/macias/strony/inforex_web/engine/include/CInforexWeb.php [line] => 138 [function] => execute [class] => Ajax_export_get_export_status [object] => Ajax_export_get_export_status Object ( [template] => Smarty Object ( [template_dir] => templates [compile_dir] => /home/macias/strony/inforex_web/engine/templates_c [config_dir] => configs [plugins_dir] => Array ( [0] => plugins ) [debugging] => [error_reporting] => [debug_tpl] => [debugging_ctrl] => NONE [compile_check] => 1 [force_compile] => [caching] => 0 [cache_dir] => cache [cache_lifetime] => 3600 [cache_modified_check] => [php_handling] => 0 [security] => [secure_dir] => Array ( ) [security_settings] => Array ( [PHP_HANDLING] => [IF_FUNCS] => Array ( [0] => array [1] => list [2] => isset [3] => empty [4] => count [5] => sizeof [6] => in_array [7] => is_array [8] => true [9] => false [10] => null ) [INCLUDE_ANY] => [PHP_TAGS] => [MODIFIER_FUNCS] => Array ( [0] => count ) [ALLOW_CONSTANTS] => ) [trusted_dir] => Array ( ) [left_delimiter] => { [right_delimiter] => } [request_vars_order] => EGPCS [request_use_auto_globals] => 1 [compile_id] => [use_sub_dirs] => [default_modifiers] => Array ( ) [default_resource_type] => file [cache_handler_func] => [autoload_filters] => Array ( ) [config_overwrite] => 1 [config_booleanize] => 1 [config_read_hidden] => [config_fix_newlines] => 1 [default_template_handler_func] => [compiler_file] => Smarty_Compiler.class.php [compiler_class] => Smarty_Compiler [config_class] => Config_File [_tpl_vars] => Array ( [SCRIPT_NAME] => /inforex/index.php [RELEASE] => RELEASE ) [_smarty_vars] => [_sections] => Array ( ) [_foreach] => Array ( ) [_tag_stack] => Array ( ) [_conf_obj] => [_config] => Array ( [0] => Array ( [vars] => Array ( ) [files] => Array ( ) ) ) [_smarty_md5] => f8d698aea36fcbead2b9d5359ffca76f [_version] => 2.6.22 [_inclusion_depth] => 0 [_compile_id] => [_smarty_debug_id] => SMARTY_DEBUG [_smarty_debug_info] => Array ( ) [_cache_info] => Array ( ) [_file_perms] => 420 [_dir_perms] => 505 [_reg_objects] => Array ( ) [_plugins] => Array ( [modifier] => Array ( ) [function] => Array ( ) [block] => Array ( ) [compiler] => Array ( ) [prefilter] => Array ( ) [postfilter] => Array ( ) [outputfilter] => Array ( ) [resource] => Array ( ) [insert] => Array ( ) ) [_cache_serials] => Array ( ) [_cache_include] => [_cache_including] => ) [isSecure] => 1 [roles] => Array ( ) [warnings] => Array ( ) [include_files] => Array ( ) ) [type] => -> [args] => Array ( ) ) [13] => Array ( [file] => /home/macias/strony/inforex_web/engine/include/CInforexWeb.php [line] => 262 [function] => doAjax [class] => InforexWeb [object] => InforexWeb Object ( ) [type] => -> [args] => Array ( [0] => export_get_export_status [1] => Array ( ) ) ) [14] => Array ( [file] => /home/macias/strony/inforex_web/public_html/index.php [line] => 88 [function] => execute [class] => InforexWeb [object] => InforexWeb Object ( ) [type] => -> [args] => Array ( ) ) ) [callback] => ) Fatal error: Call to undefined method MDB2_Error::fetchAll() in /home/macias/strony/inforex_web/engine/include/database/Database.php on line 143 Call Stack: 0.0002 691120 1. {main}() /home/macias/strony/inforex_web/public_html/index.php:0 0.0674 16828496 2. InforexWeb->execute() /home/macias/strony/inforex_web/public_html/index.php:88 0.0679 16830464 3. InforexWeb->doAjax() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:262 0.0681 16860888 4. Ajax_export_get_export_status->execute() /home/macias/strony/inforex_web/engine/include/CInforexWeb.php:138 0.0681 16860968 5. DbExport::getExportsProgress() /home/macias/strony/inforex_web/engine/ajax/a_export_get_export_status.php:10 0.0696 16865392 6. Database->fetch_rows() /home/macias/strony/inforex_web/engine/include/database/CDbExport.php:130
History
#1 Updated by Michał Marcińczuk over 5 years ago
- Status changed from Nowy to Przypisany
- Assignee set to Mikołaj Szewczyk
Do zrobienia na osobnym branchu fix_8609_export.
#2 Updated by Michał Marcińczuk over 5 years ago
- Target version set to Custom feature branch
#3 Updated by Mikołaj Szewczyk over 5 years ago
- Status changed from Przypisany to Rozwiązany
- % Done changed from 0 to 100
#4 Updated by Michał Marcińczuk over 5 years ago
- Status changed from Rozwiązany to Zamknięty