This is a discussion on Article Manager v1.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I noticed an error when using a server with PHP 5, within the article review page in the admin. You ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I noticed an error when using a server with PHP 5, within the article review page in the admin. You would get the function array_merge error on line 148 This is the PHP5 compatible file. Either copy included file to catalog/admin/ and overwrite old file or manually change the file like below: #######Manual instruction: ------------->>>>Open Catalog/Admin/article_reviews.php Find the code around line 148, $rInfo_array = array_merge($reviews, $articles, $articles_name); ------->>Change to: $rInfo_array = array_merge((array)$reviews, (array)$articles, (array)$articles_name); All done! More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Article Manager v1.0 | michael_s | New osCommerce Contributions | 0 | 03-07-2008 06:30 AM |
| Reviews in Article Info (Article Manager) | michael_s | New osCommerce Contributions | 0 | 10-25-2007 07:26 AM |
| Article Manager v1.0 | michael_s | New osCommerce Contributions | 0 | 10-09-2007 06:04 PM |
| Article Manager v1.0 | michael_s | New osCommerce Contributions | 0 | 09-12-2007 03:24 PM |
| Reviews in Article Info (Article Manager) | michael_s | New osCommerce Contributions | 0 | 05-10-2007 02:00 PM |