1. I am new to drupal, so please bear with me . . .

2. At 137 of 138 of the install profileDrupal Commons, I get:
"An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://example.com/infin/install.php?profile=commons&locale=en&id=1&op=do StatusText: Service unavailable (with message) ResponseText: Recoverable fatal error: Argument 1 passed to file_validate() must be an instance of stdClass, boolean given, called in /home/example/public_html/infin/profiles/commons/commons.profile on line 722 and defined in file_validate() (line 1627 of /home/example/public_html/infin/includes/file.inc)."

3. I reviewed and applied the following closed cases, which did not solve the above: https://drupal.org/node/1979604 ; https://drupal.org/node/1935622 ;

4

Comments

want2learn’s picture

UPDATE: on refresh, the above and the following error occurs - this is prior to me attempting to modify anything:

a. "SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Jeff Noyes' for key 'name' "

b. "One or more CSS files were not found or does not exist: /commons_origins.lt-ie9.layout.css. Did you delete any files or change a file name? You may need to save the theme settings or check all files names are correct in your theme. Please view the online documentation."

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

austories’s picture

Issue summary: View changes

I've got that same
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Jeff Noyes' for key 'name'

Half way through Drupal Commons site installation.

Any feedback or resolution of your above?

japerry’s picture

Status: Active » Postponed (maintainer needs more info)

Hello,

It seems like your database was trying to install over itself. I'd first try to wipe the database and try installing again. Also, what type of environment (OSx, linux, windows, mamp, xampp, etc) are you installing it on, and what versions of php and mysql are you using?

lsolesen’s picture

Category: Bug report » Support request
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Fixed
Issue tags: -AJAX HTTP error, -Drupal Commons, -Debugging 500

Marking as fixed, as there has been no activity since @japerry answered.

Status: Fixed » Closed (fixed)

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