seanzay Posted December 4, 2006 Posted December 4, 2006 (edited) I was able to install the Beanstream payment module for the mosCommerce component within Joomla. It displays properly and it has all the configurations on the admin side. When I test with the given info it goes to the "confirm order" page and when clicked it creates an error and displays this on screen: Warning: require(includes/configure.php) [function.require]: failed to open stream: No such file or directory in ../public_html/bean_webobject.php on line 23 Fatal error: require() [function.require]: Failed opening required 'includes/configure.php' (include_path='.;c:\php\includes;C:\PHP\includes\osCommerce\Version1') in ../public_html/bean_webobject.php on line 23 So it looks like it is not linking the bean_webobject.php file in the right place if it can't find this file. or the Confirm order file needs to be edited?? Any thoughts would be greatly appreciated!! Edited December 4, 2006 by seanzay Quote
seanzay Posted December 6, 2006 Author Posted December 6, 2006 what are my chances that Beanstream will be able to help if no one on osCommerce can? :huh: >_< again, any insight or thoughts?? Quote
seanzay Posted December 13, 2006 Author Posted December 13, 2006 (edited) I have fixed the linking issues... but now I get this error message Fatal error: Call to undefined function: tep_db_query() in ../components/com_oscommerce/includes/functions/html_output.php on line 46 Here is the code on line 46 $query = tep_db_query("select id from jos_menu where link like 'index.php?option=com_oscommerce' and published=1"); so now I really need some help in understanding this issue. any input is appreciated Edited December 13, 2006 by seanzay Quote
seanzay Posted December 19, 2006 Author Posted December 19, 2006 well one major error is that the web host did not have the most up to date version of PHP. now the beanstream transaction works within a stand alone oscommerce shopping cart. I figure I can get it to work with the Joomla/mosCommerce ... just gotta modify some lines of code. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.