[TYPO3-commerce] Commerce and PHP 5.2.4
Alex Maone
alex71m at yahoo.it
Thu Nov 1 11:18:17 CET 2007
Hi Guys!
I have found a small bug in the release 0.9.2.
Actually it seems that some resource is missing or bad referenced.
./ext/commerce/res/icons/table/icon_tx_commerce_article_types.gif, referer:
xxxx/typo3/db_new.php?id=0
In addition, on a system based on the following configuration:
OTHER: TYPO3_VERSION: 4.1.3
OTHER: PHP_VERSION : 5.2.4
SERVER: SERVER_SOFTW: Apache/2.2.6 (Win32) Python/2.5 PHP/5.2.4
Commerce doesn't work (no page available)!!!
I have checked the EM and there is indeed some issue.
Please have a look below.
I would very much appreciate your help.
Bye,
AlexM
Additional fields:
tt_address: surname, company, tx_commerce_default_values,
tx_commerce_fe_user_id, tx_commerce_address_type_id,
tx_commerce_is_main_address
--------------------------------------------------------------------------
fe_users: tx_commerce_user_state_id, tx_commerce_tt_address_id,
first_name, last_name, static_info_country
Database status:
Table error!
Probably one or more required fields/tables are missing in the
database!
Flags:
Module
loadTCA
TCA
Plugin
Plugin/ST43
Page-TSconfig
User-TSconfig
Config template?
Yes
TypoScript files:
Language files:
pi6/locallang.php
Upload folder:
uploads/tx_commerce/
Create directories:
uploads/tx_commerce/rte
Module names:
txcommerceM1
txcommerceM1
txcommerceM1_orders
txcommerceM1_systemdata
txcommerceM1_statistic
Class names:
tx_commerce_articleCreator
tx_commerce_attributeEditor
ux_localRecordList
ux_SC_alt_doc
ux_t3lib_DB
ux_t3lib_TCEforms
address_mapper
address_object
address_dao_parser
address_dao_mapper
address_dao
address_observer
address_parser
basic_dao
basic_dao_mapper
basic_dao_parser
basic_mapper
basic_object
basic_parser
feuser_address_fieldmapper
feuser_object
feuser_parser
feuser_mapper
feuser_dao
feusers_observer
tx_commerce_articlehooks
tx_commerce_cmhooks
tx_commerce_dmhooks
tx_commerce_feuserhooks
tx_commerce_ordermailhooks
tx_commerce_pi4hooksHandler
tx_commerce_tcehooksHandler
tx_srfeuserregister_hooksHandler
tx_commerce_article
tx_commerce_article_price
tx_commerce_attribute
tx_commerce_attribute_value
tx_commerce_basic_basket
tx_commerce_basket
tx_commerce_basket_item
tx_commerce_belib
tx_commerce_browseLeafView
tx_commerce_browseTrees
tx_commerce_category
CreditCardValidationSolution
tx_commerce_ccvs_lib
tx_commerce_create_folder
tx_commerce_db_alib
tx_commerce_db_article
tx_commerce_db_attribute
tx_commerce_db_attribute_value
tx_commerce_db_category
tx_commerce_db_price
tx_commerce_db_product
tx_commerce_div
tx_commerce_element_alib
tx_commerce_feusers_localRecordlist
tx_commerce_forms_select
tx_commerce_item
tx_commerce_itemset
tx_commerce_leafArticleData
tx_commerce_leafArticleView
tx_commerce_leafCategoryData
tx_commerce_leafCategoryView
tx_commerce_leafOrderData
tx_commerce_leafProductData
tx_commerce_leafProductView
user_tx_commerce_catmenu_pub
tx_commerce_navigation
tx_commerce_order_localRecordlist
tx_commerce_pibase
tx_commerce_product
tx_commerce_tceCategoryView
tx_commerce_tceFunc_categoryTree
tx_commerce_treeCategory
tx_commerce_treeView
tx_commerce_category_navframe
user_attributeedit_func
tx_commerce_categories
tx_commerce_clickMenu
localPageTree
tx_commerce_order_navframe
user_orderedit_func
tx_commerce_orders
localPageTree
tx_commerce_statistic_navframe
tx_commerce_statistic
tx_commerce_category_navframe
tx_commerce_systemdata
tx_commerce_category_navframe
tx_commerce_tracking
tx_commerce_payment_cashondelivery
tx_commerce_payment_creditcard
tx_commerce_payment_debit
tx_commerce_payment_invoice
tx_commerce_payment_prepayment
payment
wirecard
tx_commerce_pi1
tx_commerce_pi2
tx_commerce_pi3
tx_commerce_pi4
tx_commerce_pi5
tx_commerce_pi6
Code warnings:
(developer-relevant)
Some tables or fields are missing!
It seems like there is a backend module in "mod_tracking/conf.php"
which is not configured in ext_emconf.php
The XCLASS filename-key "mfc_gsc/ux_mfcgsc_recordlist.php" was
different from "ext/commerce/class.ux_localrecordlist.php" which it should
have been!
Couldn't find the include_once statement for XCLASS!
No XCLASS inclusion code found in file
"lib/class.tx_commerce_article_price.php"
No XCLASS inclusion code found in file
"lib/class.tx_commerce_element_alib.php"
Couldn't find the include_once statement for XCLASS!
Class filename
"payment/libs/class.tx_commerce_payment_wirecard_lib.php" did NOT contain
the class "tx_commerce_payment_wirecard_lib"!
Naming annoyances:
(developer-relevant)
fields
surname
surname
company
company
first_name
first_name
last_name
last_name
static_info_country
static_info_country
tables
pages
pages
classname
0
address_mapper
1
address_object
2
address_dao_parser
3
address_dao_mapper
4
address_dao
5
address_observer
6
address_parser
7
basic_dao
8
basic_dao_mapper
9
basic_dao_parser
10
basic_mapper
11
basic_object
12
basic_parser
13
feuser_address_fieldmapper
14
feuser_object
15
feuser_parser
16
feuser_mapper
17
feuser_dao
18
feusers_observer
19
tx_srfeuserregister_hooksHandler
20
CreditCardValidationSolution
21
user_tx_commerce_catmenu_pub
22
user_attributeedit_func
23
localPageTree
24
user_orderedit_func
25
localPageTree
26
payment
27
wirecard
classfilename
0
class.address_mapper.php
1
class.address_object.php
2
class.address_observer.php
3
class.address_parser.php
4
class.basic_dao.php
5
class.basic_dao_mapper.php
6
class.basic_dao_parser.php
7
class.basic_mapper.php
8
class.basic_object.php
9
class.basic_parser.php
10
class.feuser_address_fieldmapper.php
11
class.feuser_object.php
12
class.feusers_observer.php
13
class.tx_srfeuserregister_hooksHandler.php
14
class.user_attributeedit_func.php
15
class.user_orderedit_func.php
More information about the TYPO3-project-commerce
mailing list