osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Article Manager v1.0

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 ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > New osCommerce Contributions

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Welcome to osCMax Join osCMax Now! Download osCMax Here
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 05-16-2008, 08:10 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 13,402
Thanks: 112
Thanked 472 Times in 414 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Post Article Manager v1.0

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

*** 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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -8. The time now is 06:25 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax