Forum Replies Created
-
In reply to: Help needed for integrating bbPress with magento
So far i have succeeded by making magento session available in bbPress and adding user of current magento session to bbPress usess db table and logging in that user.
But while trying by approach mentioned in first post i placed the code containing bbPress fiunction calls in php files nothing seems to happen but after placing same code in phtml files i could see some error conditions happening on bbPress side.
The error generated are as :
a:5:{i:0;s:180:”Strict Notice: is_a(): Deprecated
________________________________________
a:5:{i:0;s:215:”Warning: include(WPError.php) [function.include]: failed to open stream: No such file or directory in C:wampwwwsvn_awe_homecodemagento-1.4.0.0libVarienAutoload.php on line 93″;i:1;s:4511:”#0 C:wampwwwsvn_awe_homecodemagento-1.4.0.0libVarienAutoload.php(93): mageCoreErrorHandler(2, ‘include(WPErro…’, ‘C:wampwwwsvn…’, 93, Array)
_________________________________________
a:5:{i:0;s:241:”Strict Notice: Non-static method WP_Pass::hash_password() should not be called statically, assuming $this from incompatible context
__________________________________________
a:5:{i:0;s:202:”Strict Notice: Non-static method WP_Pass::generate_password() should not be called statically
_____________________________________
To remove above mentioned errors do i need to modify bbPress code base or there is something else that can be done?
Or am i going totally wrong way?
Can some body help in getting right approach towards such intergration?
Thanks