OsCommerce Errors After PHP5 Upgrade

Posted by admin on December 31, 2008 under oScommerce Issues | Be the First to Comment

After upgrading a OsCommerce site to PHP5 the follow errors occurred when using the customer part of the admin section:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /catalog/admin/customers.php on line 782

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /catalog/admin/customers.php on line 784

Warning: reset() [function.reset]: Passed variable is not an array or object in /catalog/admin/includes/classes/object_info.php on line 17

Warning: Variable passed to each() is not an array or object in /catalog/admin/includes/classes/object_info.php on line 18

To eliminate thee array_merge() errors, edit the admin/customers.php file:

Find these lines:

$customer_info = array_merge($country, $info, $reviews);

$cInfo_array = array_merge($customers, $customer_info);

and change them to:

$customer_info = array_merge((array)$country, (array)$info, (array)$reviews);

$cInfo_array = array_merge((array)$customers, (array)$customer_info);

Warning: Too many connections

Posted by admin on under oScommerce Issues | Read the First Comment

Error Messages –

Warning: Too many connections in /path/to/osCommerce/includes/functions/database.php on line 19 Warning: MySQL Connection Failed: Too many connections in /path/to/osCommerce/includes/functions/database.php on line 19. Unable to connect to database server!

This problem is generally not a fault of osCommerce, but can be experienced when osCommerce is installed on budget hosting servers.

The following error message is shown when the maximum number of connections to the database server has been reached:

Warning: Too many connections in /path/to/osCommerce/includes/functions/database.php on line 19
Warning: MySQL Connection Failed: Too many connections in /path/to/osCommerce/includes/functions/database.php on line 19. Unable to connect to database server!

Warning: Too many connections Solution

This problem is common for shared hosting servers and requires correspondance with the server administrator.

Affordable SEO for Oscommerce

Posted by admin on December 29, 2008 under Oscommerce SEO | Be the First to Comment

These contributions and features will be installed for a flat rate of 200 USD

  • Dynamic Meta Tags
  • Removal of Session IDs
  • Search Engine Friendly URLs
  • All Products Page
  • Site Map and XML sitemap
  • Google Sitemap submission
  • RSS Feed
  • Inbound Links

Custom T-Shirt Design Module for OsCommerce

Posted by admin on under Oscommerce Features | 2 Comments to Read

This is a contribution for Oscommerce (MS 2.2, CREloaded, MaxOSC) based custom designed T-shirts stores.

Salient Features

  • Customers are able to customize logo
  • Add Text on the t-shirt product.
  • Different collection of fonts available for text
  • Customers can upload its own logo image for the T shirt
  • Front and back side view of T shirt
  • Preview mode of T shirt

Please use the contact form to email us about your requirements and also to check the demo.