I found the thread on cloning shipping modules and I did so. When I go to modules/shipping under admin and try to install the new cloned module, I get this error
Warning: reset(): Passed variable is not an array or object in /home/content/c/i/r/circlegt/html/shop/admin/modules.php on line 279
Warning: Variable passed to each() is not an array or object in /home/content/c/i/r/circlegt/html/shop/admin/modules.php on line 280
I went to this file and went to line 279 and 280 and they look like this
reset($mInfo->keys);
while (list($key, $value) = each($mInfo->keys)) {
Is there anybody out there that is familiar with cloning that can help?