Hi,
I'm having trouble installing the Boom Onepage profile. I downloaded the files today. I get the following error:
Notice: Undefined variable: count in _md_profile_import_sql() (line 135 of /Users/212398308/Sites/it.sw.ge.com/profiles/mdboom/mdboom.profile).
I'm installing locally on Acquia Dev Desktop, on mac.
Got any clues?
Thanks.
Hi,
Please check your email!
Thanks. Still had an issue with the installer. I found the issue. I needed to add a db port number in mysql_connect in mdboom.profile, line 65. I'm using a custom port number for the database.
Here's the new line:
if (@mysql_connect($databases['default']['default']['host'] . ':' . $databases['default']['default']['port'], $databases['default']['default']['username'], $databases['default']['default']['password'])){
Hi,
Thank you for your feedback. So, is there any problem with the theme installation so far?