kkaralou Posted November 11, 2009 Posted November 11, 2009 I just installed MATC, which is an awesome idea by the way, but I think I'm missing something. I'm not the greatest at knowing much about code, but, in catalog/admin, as I was reviewing the settings for Terms and Conditions, I received the following error when attempting to edit Textarea - Returning Code: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/crediqu1/public_html/start/admin/configuration.php(125) : eval()'d code on line 1 Also, when attempting to edit Textarea - SQL, I receive this error: Parse error: syntax error, unexpected '"' in /home/crediqu1/public_html/start/admin/configuration.php(125) : eval()'d code on line 1 Any suggestions? Quote
steve_s Posted November 11, 2009 Posted November 11, 2009 I just installed MATC, which is an awesome idea by the way, but I think I'm missing something. I'm not the greatest at knowing much about code, but, in catalog/admin, as I was reviewing the settings for Terms and Conditions, I received the following error when attempting to edit Textarea - Returning Code: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/crediqu1/public_html/start/admin/configuration.php(125) : eval()'d code on line 1 Also, when attempting to edit Textarea - SQL, I receive this error: Parse error: syntax error, unexpected '"' in /home/crediqu1/public_html/start/admin/configuration.php(125) : eval()'d code on line 1 Any suggestions? it seems its an error on line 1 make sure line 1 only has the following on that line and nothing else <?php Steve Quote
kkaralou Posted November 12, 2009 Author Posted November 12, 2009 it seems its an error on line 1 make sure line 1 only has the following on that line and nothing else <?php Steve Ya, I checked that as well. Line one only contains <?php. I'm curious to know if there is an extra character or something entered in the function....maybe a " or misentered coding. Or something with PHP or HTML returning the text??? Quote
kkaralou Posted November 12, 2009 Author Posted November 12, 2009 All righty then. I fixed it. Man, those ' and " are tricky.... Steve, thank you for your help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.