“Parse error: syntax error, unexpected T_STRING” error appears on my website

Home » Knowledge Base » Hosting Basics » “Parse error: syntax error, unexpected T_STRING” error appears on my website

In this tutorial, we’re going to provide details regarding the error message syntax error, unexpected T_STRING, including the meaning and ways to fix it.

 

What Does the Error Mean?

The error message Parse error: syntax error, unexpected T_STRING usually appears when a .html file starts with an <? tag. This confuses our Apache web server when attempting to execute the code as it is a PHP script.

syntax-error-unexpected-t-string 1

 

How Can I Overcome this Problem?

This issue can be easily resolved in five easy steps:

    1. Log into your AwardSpace hosting account.
    2. Visit the PHP Settings section.
    3. Click on the here button.
    4. Locate the line short_open_tag = On and change it to short_open_tag = Off .

syntax-error-unexpected-t-string 2

Press Save to save the changes you have just made.

 

What If I Do Not Have Access to the PHP.ini File? Am I Still Able to Fix the Error?

If, for some reason, you’re unable to access the PHP.ini section or your account type does not give you enough rights to modify the PHP.ini file, you can still resolve the error with the use of a text file, called .htaccess.

The steps you need to perform are the following:

    1. Sign in to your Hosting Control Panel.
    2. Navigate to the File Manager section.
    3. Create a .htaccess file in your domain directory with the below code:

RemoveHandler .html .htm

The screenshot below illustrates how your code should look like:

syntax-error-unexpected-t-string 3

After you follow the above steps, clear your browser’s cache, and then reload your HTML page. No further parse errors will appear when visiting your website in a browser.

syntax-error-unexpected-t-string 4

Was this post helpful?

i

Relevant tags:

Connect

Latest posts:

How to Find Modules in MediaWiki

After you install MediaWiki, log in to the CMS, and presumably install extensions, it is time to learn how to find modules in MediaWiki.   What are MediaWiki Modules Modules in MediaWiki are Lua-based scripts that allow you to add various functionalities to your...

How to Fix MediaWiki Internal Error: A Step-By-Step Guide

MediaWiki Internal Error message can be very frustrating and can significantly harm your MediaWiki project. Luckily, the issue can be fixed in a few easy-to-follow steps to get your website up and running in no time. There are various causes for the issue: Incorrect...

How to Add Infobox Module in MediaWiki

The Infobox in MediaWiki is a handy tool for presenting content and key information in a structured and visually pleasing way. Infoboxes are useful for any kind of MediaWiki project and can provide your readers with a quick snapshot of important data and details. In...

How to Install a MediaWiki Skin

In MediaWiki, skins determine the visual appearance of your wiki website. Skins define how content is presented to users and include such settings for the overall website layout, typography, color scheme, and more. By default, when you install MediaWiki, the platform...

How to Create a Page in MediaWiki

Creating pages in MediaWiki is а core feature that allows you to add content to your MediaWiki website. Whether you are adding details for a project, contributing to a knowledge base, or anything else, learning how to create a page in MediaWiki is crucial for your...



Create a website for free!


Free forever

Our Support Team is Here to Help

 

If you need any questions answered, don't hesitate and contact us. Click the button below and follow the instructions. You can expect an answer within an hour.

 

Contact AwardSpace

 

iNewest knowledge base articles

How to Find Modules in MediaWiki

After you install MediaWiki, log in to the CMS, and presumably install extensions, it is time to learn how to find modules in MediaWiki.   What are MediaWiki Modules Modules in MediaWiki are Lua-based scripts that allow you to add various functionalities to your...

How to Fix MediaWiki Internal Error: A Step-By-Step Guide

MediaWiki Internal Error message can be very frustrating and can significantly harm your MediaWiki project. Luckily, the issue can be fixed in a few easy-to-follow steps to get your website up and running in no time. There are various causes for the issue: Incorrect...

How to Add Infobox Module in MediaWiki

The Infobox in MediaWiki is a handy tool for presenting content and key information in a structured and visually pleasing way. Infoboxes are useful for any kind of MediaWiki project and can provide your readers with a quick snapshot of important data and details. In...

How to Install a MediaWiki Skin

In MediaWiki, skins determine the visual appearance of your wiki website. Skins define how content is presented to users and include such settings for the overall website layout, typography, color scheme, and more. By default, when you install MediaWiki, the platform...

How to Create a Page in MediaWiki

Creating pages in MediaWiki is а core feature that allows you to add content to your MediaWiki website. Whether you are adding details for a project, contributing to a knowledge base, or anything else, learning how to create a page in MediaWiki is crucial for your...

How to Install MediaWiki Extensions

Now that you have installed MediaWiki and learned how to log in to the CMS, it is time to extend MediaWiki's functionality via extensions. MediaWiki extensions are sets of files that add various types of functionality to your MediaWiki website. You can use extensions...

Even more web tutorials

Check out our web hosting knowledge base and the WordPress tutorials to learn more, and be better prepared for your website creation and maintenance journey.