- ivnish Kazakhstan
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
The reporter fails if the project name is different to the module or theme's name. For example, the adminimal_theme project includes a theme with the machine name "adminimal", which causes an infinite loop in hackedProjectWebDevDownloader::download() around line 88 where it runs this code:
$fp = fopen(drupal_get_path('module', $module) . "/$module.info", 'r');
$found_generated = FALSE;
while(!feof($fp))
The problem is that it doesn't first verify the file can be opened before assuming it can be opened and then trying to load it, which results in errors.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.