Not able to view apps_limit custom module in developer portal

Hi All,

I have set up a drupal based developer portal and connected it to my OPDK setup. I am trying to add a custom module to limit the number of apps created by a developer. I have followed the github doc below:

https://github.com/kurtkanaskie/devconnect_apps_limit

I have put the file in the /modules/custom path. After this, I try to reload the developer portal. But I am not able to see this custom module in my extends drop down. extends > update.

Can you please help me out.

Thanks and Regards,

Abhilash K

0 3 116
3 REPLIES 3

Can you check the permissions on the files you downloaded?

It is recommended the module be downloaded to sites/all/modules/custom directory

@korakode

At Drupal:

1.Kindly Clear the cache and Retry . 

if that did not work check your

"apps_limit.info" file


be sure follow the Drupal module file naming convention

"The .info file should have the same name as the .module file and reside in the same directory.

For example, if your module is named

apps_limit

.module then your .info file should be named

apps_limit

.info.

"

Try to Clear the cache and check the Drupal Extend Page