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





LinkBack URL
About LinkBacks






Bookmarks