|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
noob - Parse Error in OS Commerce installation
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. |
|
#2
|
||||
|
||||
|
ok either you forgot to post the entire line or someone deleted some of the line:
<?php require(DIR_WS_INCLUDES . 'footer should be something like: <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> if that line is valid and you just didnt paste the full line, it sounds like a corrupted file, you could try re-downloading ...
__________________
When I die, I want to go peacefully like my Grandfather did, in his sleep -- not screaming, like the passengers in his car. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > noob - Parse Error in OS Commerce installation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|