Quote Originally Posted by mc12345678 View Post
I have submitted version 1.5.6 for review.
When made available should be downloadable from: https://www.zen-cart.com/downloads.php?do=file&id=159

Primarily adds an error log if the install file is loaded to the store instead of admin, corrects the error I made in the installer in the most recent upload, and modified the instructions a little to make some minor improvements.
Hi there,

Ok I did a clean install and added that line as requested.

#1. Zen Cart executed the full installation beautifully.
#2. I properly configured the User Tracking mod.
#3. I verified in phpMyadmin that the new user_tracking table is present. Perfect.

BUT

When I go to the actual results page now I get the proper Admin toolbar but then below that everything is blank. No debug errors as well.

What is interesting is I view source on the page and I see all the data properly being reported but it's all commented out!? Weird eh? So the data is there but it's somehow being commented out.

Looks like this:

<!-- header_eof //-->

<!-- <table border="0" width="100%" cellspacing="0" cellpadding="0"> -->
<!-- <tr>
<td valign="top" align="center">
<table border="0" width="95%" cellspacing="0" cellpadding="2">-->
<!--<span class="UTBox-cart">-->
<!-- </tr> -->
<!-- <tr>
<td class="dataTableContent" align="right" valign="top"><b>--><!--</b></td>
<td class="dataTableContent" valign="top"><font color="FF0000"><b>--><!--</b></font></td>
<td class="dataTableContent UTBox" colspan="2" rowspan="4" align="center">-->
<!--<span class="UTBox">--><!--</span></td>
</tr>-->
<!--<tr>
<td class="dataTableContent" align="right" valign="top"><b>Country:</b></td>
<td class="dataTableContent" valign="top"><img src="images/flags/ca.gif" border="0" alt="Canada" title=" Canada ">&nbsp;Canada</td>
</tr>-->
<!--
<tr>
<td class="dataTableContent" align="right" valign="top"><b>IP Address:</b></td>
<td class="dataTableContent" valign="top"><a href="http://www.dnsstuff.com/tools/whois.ch?ip=207.6.90.165" target="_new">207.6.90.165</a></td>
</tr>
<tr>
<td class="dataTableContent" align="right" valign="top"><b>Host:</b></td>
<td class="dataTableContent" valign="top">d207-6-90-165.bchsia.telus.net</td>
</tr>
<tr>
<td class="dataTableContent" align="right" valign="top"><b>Originating&nbsp;URL:</b></td>-->
<!-- <td class="dataTableContent" align="left" valign="top" colspan="3"><a href="/" target="_new">/</a>&nbsp;</td>
</tr>
<tr>
<td class="dataTableContent"></td>
<td class="dataTableContent" colspan="3">-->
<!-- <table border="0" cellspacing="1" cellpadding="2" bgcolor="999999" width="100%">-->
<!--<span class="UTBox-cart">-->
<!-- </tr> -->
<!-- <tr>
<td class="dataTableContent" align="right" valign="top"><b>--><!--</b></td>
<td class="dataTableContent" valign="top"><font color="FF0000"><b>--><!--</b></font></td>
<td class="dataTableContent UTBox" colspan="2" rowspan="4" align="center">-->
<!--<span class="UTBox">--><!--</span></td>
</tr>-->
<!--<tr>
<td class="dataTableContent" align="right" valign="top"><b>Country:</b></td>
<td class="dataTableContent" valign="top"><img src="images/flags/ca.gif" border="0" alt="Canada" title=" Canada ">&nbsp;Canada</td>
</tr>-->
<!--
<tr>
<td class="dataTableContent" align="right" valign="top"><b>IP Address:</b></td>
<td class="dataTableContent" valign="top"><a href="http://www.dnsstuff.com/tools/whois.ch?ip=207.6.90.165" target="_new">207.6.90.165</a></td>
</tr>
<tr>
<td class="dataTableContent" align="right" valign="top"><b>Host:</b></td>
<td class="dataTableContent" valign="top"></td>
</tr>