Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1031147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T13:52:57+00:00 2026-05-16T13:52:57+00:00

At home, I use Eclipse on Linux, but here, at work, I’m on Windows.

  • 0

At home, I use Eclipse on Linux, but here, at work, I’m on Windows. I suppose they’re set up differently, or I set them up differently. But, at home, if I have code like:

$variable = array());

I get something in the “problems” tab in Eclipse. Here, no. I’ve been digging through the options and I’ve googled the problem (but the words “problems tag” are too general). What did I miss. I must have a dangling parenthesis somewhere, but it’ll take me forever to find it on my own.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T13:52:58+00:00Added an answer on May 16, 2026 at 1:52 pm

    I’d look at the project properties (Right click on the project, last menu item), at the Builders tab: there should be a Validation and a Script builder added (at least I have those two in Eclipse 3.6, and the Script builder is required for PHP). If they are missing, there is a chance, that the project lost its PHP nature.

    If the nature is missing, look for the .project file in the root folder of the project (it is by default hidden, but you could either show .* files, or view it in the File navigator outside Eclipse. At the end of file, there should the PHP nature be added:

    <natures>
        <nature>org.eclipse.php.core.PHPNature</nature>
    </natures>
    

    If the nature and builders are set correctly, I don’t know, what might have caused your problem.

    Update: the relevant part of my .project file looks as following: try to update yours.

    <buildSpec>
        <buildCommand>
            <name>org.eclipse.wst.validation.validationbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.dltk.core.scriptbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>org.eclipse.php.core.PHPNature</nature>
    </natures>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a home server that I'd like to use with ESXi. It's a
We have a file manager-like application where we use the action bar home button
I have downloaded the latest Eclipse (3.6) for my Linux machine and extracted tar.gz
I have an Eclipse project that I'm attempting to set up to build both
I have 4 different Java Projects created in Eclipse. One of them contains all
I have implemented a shared library in Linux and try to test it, but
I use Eclipse Indigo and Windows 7 and plugin egit/jgit for Eclipse. How to
I use Eclipse and I wanted to use gtkmm in it. I have following
I have a spring web application in Eclipse Helios. I use Ant for my
<Configure class=org.eclipse.jetty.server.handler.ContextHandler> <Set name=contextPath>/</Set> <Set name=resourceBase><SystemProperty name=jetty.home default=./>/webapps/foo</Set> <Set name=handler> <New class=org.eclipse.jetty.server.handler.ResourceHandler> <Set name=cacheControl>max-age=3600,public</Set>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.