Errors when importing moodle project in Eclipse

Errors when importing moodle project in Eclipse

על ידי hajar zankadi בתאריך
מספר תגובות: 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


צרופה moodle 1.PNG
צרופה moodle 2.PNG
ממוצע דרוגים: -
בתגובה ל: hajar zankadi

Re: Errors when importing moodle project in Eclipse

על ידי hajar zankadi בתאריך
Could someone just give me a hint to what would be the problem Thank you
בתגובה ל: hajar zankadi

Re: Re: Errors when importing moodle project in Eclipse

על ידי Tim Hunt בתאריך
תמונה של Core developers תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של 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.

בתגובה ל: Tim Hunt

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

על ידי 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