Hi,

I have recently been using the module in a custom install profile. When running the install profile I was getting the following errors:

Notice: Undefined index: charts in install_profile_modules() (line 1420 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Trying to get property of non-object in install_profile_modules() (line 1420 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Undefined index: charts_google in install_profile_modules() (line 1420 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Trying to get property of non-object in install_profile_modules() (line 1420 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Undefined index: charts_google in install_profile_modules() (line 1428 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Trying to get property of non-object in install_profile_modules() (line 1428 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Undefined index: charts in install_profile_modules() (line 1428 of /Applications/MAMP/htdocs/includes/install.core.inc).

Notice: Trying to get property of non-object in install_profile_modules() (line 1428 of /Applications/MAMP/htdocs/includes/install.core.inc).

After a some digging I noticed the module.info file was referencing dependancies that do not exist, charts and charts_google should this not be just chart?

Thanks,
Chris

Comments

Plazik’s picture

Current dev verson has dependency of chart module. Switching to charts and charts_google hasn't finished yet.
See #2488754: OAuth & Charts, Integration, #2169159: Migrate from Chart module to Charts.

Plazik’s picture

Status: Active » Fixed

Dependencies removed in 7.x-3.x-beta2 version.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.