Jump to content

new item list problem


Guest mrsvideo

Recommended Posts

Guest mrsvideo

when i try list a new item or view item in admin i am getting an error in line 500

Parse error: parse error, unexpected $ in /home2/mrsvideo/public_html/admin/products/index.php on line 500

<td valign="top"><div id="selectedImage"><?php if(!empty($results[0]['image'])){ ?><img src="<?php echo $GLOBALS['rootRel']."images/uploads/".$results[0]['image']; ?>" alt="<?php echo $results[0]['image']; ?>"><?php } ?></div><div id="imageControls"><table border="0" cellspacing="0" cellpadding="3">

can someone steer me in a direction ??

thanks

Link to comment
Share on other sites

Guest mrsvideo

i found another problem and looks like they linked, when i check stats in admin panel i get

Parse error: parse error, unexpected $ in /home2/mrsvideo/public_html/admin/stats/index.php on line 148

width="100" nowrap='nowrap'><a href="<?php echo $GLOBALS['rootRel']; ?>index.php?act=viewProd&amp;productId=<?php echo $results[$i]['productId']; ?>" target="_blank" class="txtLink"><?php echo $results[$i]['name']; ?></a></td>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...