Module Orders don't want to pass confirmation step. It prints only:
A problem occurred when trying to retrieve pertinent information from the database. Perhapss you have waited too long to complete the order process. You should try starting the checkout process again.
I founded, that the error prints here (file action.confirm.php):
Code: Select all
//
// Handle form submission
//
if( isset($params['orders_confirmorder']) && $this->GetPreference('allow_manual_checkout',1) ) {
if( encrypted_store::get($keyname) != $order_id ) {
echo $this->DisplayErrorMessage($this->Lang('error_retrieve_data'));
return;
}
...
----------------------------------------------
Cms Version: 1.11.6
Installed Modules:
■CMSMailer: 5.2.1
■CMSPrinting: 1.0.4
■FileManager: 1.4.3
■MenuManager: 1.8.5
■MicroTiny: 1.2.5
■ModuleManager: 1.5.5
■News: 2.12.12
■Search: 1.7.8
■ThemeManager: 1.1.8
■CGExtensions: 1.34
■CGEcommerceBase: 1.4.2
■CGSimpleSmarty: 1.6.2
■JQueryTools: 1.2.5
■Products: 2.19.5
■Cart: 1.9
■FrontEndUsers: 1.21.15
■CGPaymentGatewayBase: 1.2.2
■Orders: 1.14
Config Information:
■php_memory_limit:
■process_whole_template:
■output_compression:
■max_upload_size: 2000000
■url_rewriting: mod_rewrite
■page_extension: /
■query_var: page
■image_manipulation_prog: GD
■auto_alias_content: true
■locale: ru_RU.UTF-8
■default_encoding: utf-8
■admin_encoding: utf-8
■set_names: true
Php Information:
■phpversion: 5.3.10-1~dotdeb.0
■md5_function: Вкл (True )
■gd_version: 2
■tempnam_function: Вкл (True )
■magic_quotes_runtime: Выкл (False )
■E_STRICT: 0
■E_DEPRECATED: 8192
■memory_limit: 128M
■max_execution_time: 60
■output_buffering: Вкл
■safe_mode: Выкл (False )
■file_uploads: Вкл (True )
■post_max_size: 8M
■upload_max_filesize: 2M
■session_save_path: Проверка невозможна из-за включенной опции open_basedir
■session_use_cookies: Вкл (True )
■xml_function: Вкл (True )
■xmlreader_class: Вкл (True )
Server Information:
■Server Api: apache2handler
■Server Db Type: MySQL (mysqli)
■Server Db Version: 5.0.51a
■Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable