Posted by admin on December 31, 2008 under oScommerce Issues |
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);
Posted by admin on under oScommerce Issues |
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.
Posted by admin on December 29, 2008 under Oscommerce SEO |
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
Posted by admin on under Oscommerce Features |
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.