View Full Version : Need help with oscommerce
seafirex
12-6-06, 12:03 PM
hi ,
i have installed manually the oscommerce shopping cart and setup everything.
( Configuration, design, everything is personalise ), everything was working fine till last week.
issue : last week we finally finish everthing and where trying to test the payment method and after clicking the checkout button we had an error of security as per the account with the compagnie we use to process the payment was not finish yet and we where expecting that error as per it is normal. so we went home for the week-end thinking ok next week everything should be setup and working on that compagnie end and we can begging testing,
Now this week:
When we try to test we get only blank pages after pushing the checkout button. Is there anything that happend on powweb side this weekend that could have disrupted the account ? or is there anything else we can do to fix this? or is anyone else getting this issue this week also?
Blank page means a PHP error. Check the CGI error log in OPS.
seafirex
12-7-06, 01:11 PM
ok, i had to re-install true powweb site tool, everything is ok but now i cant access the admin tool as per they are using link similar to this :
{{--app_domain--}}, now is there a way to fix does type of path used in there software.
should i replace with the old type of way of doing it : http://www.mydomain.com or is there settings i need to change somewhere so that does path works. (could possibly cut down time use to repair that issue ).
thanks again .
Sorry, I don't understand your question. It seems to be leaving out some important words.
seafirex
12-7-06, 10:49 PM
Sorry, I don't understand your question. It seems to be leaving out some important words.
The admin tool part of the cart gets error as per there link in the config file eg: admin/include/configure.php got some mest up link eg :
<?php
/*
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://{{--app_domain--}}'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://{{--app_domain--}}');
define('HTTPS_CATALOG_SERVER', 'https://{{--https_server--}}');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '{{--install_path--}}/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '{{--catalog_path--}}/admin/'); // absolute path required
define('DIR_FS_ADMIN', '{{--install_path--}}/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '{{--catalog_path--}}/'); // absolute path required
define('DIR_FS_CATALOG', '{{--install_path--}}/'); // absolute path required
So what i want to know is what is that and what should i input there instead as per everything was automated by the sitetool from powweb. (installation wise ).
everything else is ok except the admin tool is giving me error when trying to access it.
And i dont have time to update all the product by hand in the db i want to use the admin tool (gui wise) to do so.
the cart configure.php is ok but not this one. and it seems that the server is not able to understand it also.
any help is appreciated
seafirex
12-7-06, 11:13 PM
ok, i think i got it, thanks anyway, one more thing i need to know know that i think you might be able to help, as per you seemed very good with oscommerce.
io got a contrib that needs minixml , i installed it but i am getting errors and in the cgi error logs i cant understand or probably dont know how to repair the error, and need info on , here is what i get :
PHP Fatal error: before_process() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/minixml.inc.php' (include_path='.:/usr/local/lib/php-4.4.4/lib/php') in /hermes/web09/b239/pow.denpg/htdocs/catalog/includes/modules/payment/paymentech.php on line 220
---------------------------
i think i got issue in my php.ini but i am not sure, what i need to know is what i need to do and how to do it without changing anything else to the current config there is on the server at this point asper everything else seems ok at this point.
can i do it true htaccess ? if so how?
if i need to edit the php.ini itself can i know how and where in php.ini i need to make the change without damaging the current setup it as that powweb made to it?
any help is appreciated.
Ok, so the PowWeb installer made a mess of your install. No surprises there.
For your error. it seems that it is looking for a file that is not on your site. I have never heard of minixml before so can't help with that.
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.