Jump to content

PHP Troubleshoot


Recommended Posts

Not sure if this is the right forum for this but, I'm getting the following errors out of the blue when trying to access a newly installed OScommerce  admin.  Everything was working fine until it wasn't.  To my knowledge no one made any changes to the code once it was up and running:

 

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/content/p/u/p/puppylapu/html/admin/index.php on line 117

 

Parse error: syntax error, unexpected $end in /home/content/p/u/p/puppylapu/html/admin/index.php on line 117

 

Here is the code (Line 117 is the last, which I've labeled):

 

      echo '  </tr>' . "\n";

    }

  }

?>

        </table></td>

      </tr>

    </table></td>

  </tr>

</table>

<!-- body_eof //-->

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer            <---Line 117

 

 

Any help would be appreciated.  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/164598-php-troubleshoot/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.