Debian
PHP Version 5.3.13
MySQL - 5.5.32
phpMyAdmin - 2.8.0.1

Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 84 of /hermes/bosnaweb01b/b1987/ipg.tinkersworkshopcom/developer2/profiles/openpublic/openpublic.profile).
Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 84 of /hermes/bosnaweb01b/b1987/ipg.tinkersworkshopcom/developer2/profiles/openpublic/openpublic.profile).
Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 84 of /hermes/bosnaweb01b/b1987/ipg.tinkersworkshopcom/developer2/profiles/openpublic/openpublic.profile).

Drupal installs without issue I've tried installing OpenPublic several times. I'd like to be involved in resolving issues and testing.

Server logs available. Hosted on iPage

Thanks,

Greg

Comments

nswan’s picture

Hi Greg,

I had a similar error when installing OpenPublic on in an IIS setup as IIS doesn't return SERVER_ADDR, thus I had to change the openpublic.profile file to use $_SERVER['LOCAL_ADDR'] for server_ip instead. However, I'm guessing you're on Apache? If so, it's likely a server config change or module install that needs to happen so $_SERVER['SERVER_ADDR'] will be populated.

Apache variabes: http://httpd.apache.org/docs/2.4/expr.html

--Nicole

hefox’s picture

Status: Active » Postponed (maintainer needs more info)

Did you have any problems other then the warning messages?

xmacinfo’s picture

Version: 7.x-1.0-beta19 » 7.x-1.0-beta23
Status: Postponed (maintainer needs more info) » Active

Mac OS 10.9.4
MAMP Pro
- PHP 5.3.28
- MySQL 5.5.34

Trying out installing Open Public b23 and get errors:

    Notice: Undefined index: highlighted in include() (line 126 of /Users/jacquesblier/projets/openpublic/modules/system/page.tpl.php).
    Notice: Trying to get property of non-object in _theme_load_registry() (line 319 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Undefined index: sidebar_first in include() (line 138 of /Users/jacquesblier/projets/openpublic/modules/system/page.tpl.php).
    Notice: Undefined index: sidebar_second in include() (line 144 of /Users/jacquesblier/projets/openpublic/modules/system/page.tpl.php).
    Notice: Undefined index: openomega in drupal_theme_initialize() (line 100 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Undefined index: openomega in drupal_theme_initialize() (line 100 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in _theme_load_registry() (line 335 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in _theme_load_registry() (line 319 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Undefined index: openomega in theme_get_setting() (line 1431 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in theme_get_setting() (line 1468 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).
    Notice: Trying to get property of non-object in theme_get_setting() (line 1478 of /Users/jacquesblier/projets/openpublic/includes/theme.inc).

The themes page was empty, now is displays only Bartik and Seven enabled. I had to set Bartik as default, since default was not set.

The modules page shows only the core theme, any other contrib modules are not shown.

Installed on a local box.

Any other Drupal install are correct.

xmacinfo’s picture

After setting Bartik as default now I get a single error:

Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 207 of /Users/jacquesblier/projets/openpublic/includes/install.inc).

But still:
The modules page shows only the core theme, any other contrib modules are not shown.

Also, on the first install, the Apps page was visible listing a few apps. But now, it is not there anymore.

hefox’s picture

Status: Active » Postponed

Right now -dev etc. is being heavily worked on; rc1 should be out on Friday and will likely fix some of these issues