Gmcdrive:
> I realize that this is an old thread , but i was having the
> same error and i did what you suggested
> so far im having trouble with the upload .php file in general ...
> i was wondering if you could look at my error...
> Warning: main(includes/database_tables.php): failed to
> open stream: No such file or directory in /home/bblakeis/
> public_html/shopping/catalog/oscpm1_upload.php on line 115...
Ok. There are two options.
1) The server-side script has not been installed in the root of the osCommerce store. I think that is not your problem.
2) There is not a file named database_tables.php in the includes directory. This means (usually) that your store is not a plain osCommerce store. It could be a common variant (ZenCart, XT, CRE and others) or a heavily modified custom version.
If you are using a common variant, I may test it so I can check why it is not working. The database_tables.php file have the definitions of the database tables, for example:
Code:
define('TABLE_PRODUCTS', 'products');
Regards,
Mario A. Valdez-Ramirez.