Unknown Module Type when opening PhpStorm Permanently deleted user 创建于 2018年07月04日 22:26 When opening any file on PHP Storm it appears this error: Uknown Module Type Cannot determine module type ("JAVA_MODULE) for the following... What should I do to fix it? Thanks
Hello,
Looks like this project was an IDEA project before?
Modules are mentioned in project directory/.idea/%projectname%.iml file.
In order to resolve it, please replace contents of that iml file with the following snippet:
This should help.