beachie99 Posted June 12, 2005 Posted June 12, 2005 I haven't been able to find an answer in the forums for my particular problem. I have seen similar, but am frustrated right now. In my admin modules, the payment module does not show an uninstall or intall action. I only see an arrow as shown. I want to install the paypal IPN mod, and undo the current paypal. As you can see from my screen dump, I can't install or uninstall.....no column there to edit or remove. I have done file comparisons on about 30 files, but cannot seem to find the one to replace. I assume it is in admin, and have checked modules.php many times over. My Shipping mod works fine as well as order totals. Does anyone have a clue which file I need to change. Thanks in advance.
beachie99 Posted June 13, 2005 Author Posted June 13, 2005 I still haven't found the offending file, but have managed to see a difference in the source code when logged into admin. :( Can anyone see which file loads these commands, ex: "modules.php?set=shipping&module=" Source code of catalog/admin/modules.php?selected_box=modules&set=payment <tr> <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent">Modules</td> <td class="dataTableHeadingContent" align="right">Sort Order</td> <td class="dataTableHeadingContent" align="right">Action </td> </tr> <tr id="defaultSelected" class="dataTableRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)"> <td class="dataTableContent">Authorize.net</td> <td class="dataTableContent" align="right"></td> <td class="dataTableContent" align="right"><img src="images/icon_arrow_right.gif" border="0" alt=""> </td> </tr> and Source code of "catalog/admin/modules.php?set=shipping" <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent">Modules</td> <td class="dataTableHeadingContent" align="right">Sort Order</td> <td class="dataTableHeadingContent" align="right">Action </td> </tr> <tr id="defaultSelected" class="dataTableRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='http://bluehawthorne.seatosky.com/catalog/admin/modules.php?set=shipping&module=canadapost&action=edit'"> <td class="dataTableContent">Canada Post</td> <td class="dataTableContent" align="right">0</td> <td class="dataTableContent" align="right"><img src="images/icon_arrow_right.gif" border="0" alt=""> </td> </tr> As seen in the first code of payment module, it doesn't have an onclick, or action=edit., in second code of shipping module, it does. Please, Please, Please, Any suggestions? I hope I make some sense here, but it is really driving me wonky and bonkers, burning the proverbial midnight oil so to speak. Ron
beachie99 Posted June 15, 2005 Author Posted June 15, 2005 To close off this problem, after over 50 hours working and testing file comparisons, and replacing all the files I thought were associated, I replaced modules.php many times, which didn't help, and finally deleted the whole payment folder in includes/modules/ I checked the payment module in admin, and it luckily defaulted back to show the Install button. Then I replaced the payment folder, and low and behold all was well in my household. I didn't realize it would take so long to figure out. Ron :lol:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.