Errors when importing moodle project in Eclipse

Errors when importing moodle project in Eclipse

by hajar zankadi -
Number of replies: 3

Hello 

I hope you are doing very well

I cloned moodle from git into eclipse, then I set up the cloned project as a PHP project but i got errors

Could someone tell me what would be the problem behind those errors

please find below the images for more clarifications

Thank in advances


Attachment moodle 1.PNG
Attachment moodle 2.PNG
Average of ratings: -
In reply to hajar zankadi

Re: Errors when importing moodle project in Eclipse

by hajar zankadi -
Could someone just give me a hint to what would be the problem Thank you
In reply to hajar zankadi

Re: Re: Errors when importing moodle project in Eclipse

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

It's no good saying 'An error'. What is the error message?

IDEs apply all sorts of checks to your code, which is generally helpful. However, since PHP is an interpreted language, rather than a strictly compiled ones, IDEs have to guess a bit, and so they sometimes highlight things that are not errors. For that sort of problem, you can normally configure it to turn off those checks.

Average of ratings: Useful (1)
In reply to Tim Hunt

Re: Re: Re: Errors when importing moodle project in Eclipse

by hajar zankadi -
Ah i see thank you for your clarification Could you recommend me a tutorial or something that would help me , I am new to moodle development and I still have a lot to learn Thank you again for your help