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