caballoazul Posted June 5, 2009 Posted June 5, 2009 hello, i just upgraded my oscommerce store which is at www.cozybebe.org/tienda Everything looks fine, (the images are ok, the customers and orders are there) but i can´t seem to make the shopping cart to work. When i try to pick an item to the cart, this message displays Warning: include(includes/languages/espanol/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 38 Warning: include(includes/languages/espanol/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 38 Warning: include() [function.include]: Failed opening 'includes/languages/espanol/modules/payment/paypal.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 38 Warning: include(includes/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 39 Warning: include(includes/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 39 Warning: include() [function.include]: Failed opening 'includes/modules/payment/paypal.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 39 Fatal error: Class 'paypal' not found in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 41 Also, when i try to log in like a customer using a user and password, this message displays 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '10' and o.orders_status = s.orders_status_id and s.language_id = '3' and s.public_flag = '1' [TEP STOP] Any help will be very much appreciated
Jan Zonjee Posted June 6, 2009 Posted June 6, 2009 Everything looks fine, (the images are ok, the customers and orders are there) but i can´t seem to make the shopping cart to work.When i try to pick an item to the cart, this message displays Warning: include(includes/languages/espanol/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 38 The error messasge is quite clear IMHO: Warning: include(includes/languages/espanol/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory. That file is not there, is missing, gone, or not readable by the server. Why the code assumes that file should be there is less clear because also the payment module itself cannot be included: Warning: include(includes/modules/payment/paypal.php) [function.include]: failed to open stream: No such file or directory in /home/cozybe68/public_html/tienda/includes/classes/payment.php on line 39 Usually with errors of this kind or similar one of the two files is missing or the same file was uploaded both for the payment module and the language file. Also, when i try to log in like a customer using a user and password, this message displays 1054 - Unknown column 's.public_flag' in 'where clause' select count(*) as total from orders o, orders_status s where o.customers_id = '10' and o.orders_status = s.orders_status_id and s.language_id = '3' and s.public_flag = '1' If you upgraded your shop you should have added the sql to add that column too.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.