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 | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Article Manager v1.0 | michael_s | New osCommerce Contributions | 0 | 03-07-2008 05: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 |