osCmax v2.5 User Manual
Page 3 of 3 FirstFirst 123
Results 21 to 21 of 21

php5 question+oscmax rc3

This is a discussion on php5 question+oscmax rc3 within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Some of problem above possibly solved From reading on some changes for php5 and mysql 5 I made these changes. ...

      
  1. #21
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: php5 question+oscmax rc3

    Some of problem above possibly solved
    From reading on some changes for php5 and mysql 5 I made these changes. Not sure if right but made error messages go away but now only module that I can get to show up is Free Shipping. And yes I have them activated for customer groups So somebody slap me and show me what I am missing. sooooooooooo tired....zzz

    Changed this reset($this->modules);
    TO
    if (is_array($id_modules))
    reset($id_modules);

    Changed this
    while (list(, $value) = each($this->modules)) {
    TO
    while (list($key, $value) = is_array($id_modules)) {

    Any Help Appreciated. Oh and I did shut off download controller and added weight to products to make sure that was not it.

    NEVER MIND GOT SLEEP>>Had a corrupted file and now works, however the above changes do work for error mentioned earlier.
    Last edited by bkpie; 03-20-2008 at 12:36 PM. Reason: addon

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Can not run oscmax install script on php5 - here is the fix
    By rabbit79 in forum osCmax v2 Installation issues
    Replies: 9
    Last Post: 02-18-2009, 05:48 AM
  2. Will oscMax work with php5 and MySQL5 ? (All featueres)
    By ryankan1 in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 10-16-2007, 06:31 PM
  3. osCMax 2.0 RC3 upgrade
    By jpf in forum Announcements
    Replies: 1
    Last Post: 12-15-2006, 06:16 PM
  4. Layaway Option for OSCMAX RC3
    By ALElder in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 11-04-2006, 08:27 PM
  5. osCMAx 2.0 RC3 Released Today
    By michael_s in forum Announcements
    Replies: 0
    Last Post: 08-04-2006, 12:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •