Bug 1005648

Summary: Return blank page when adding community content using admin account or visit some content page.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: ffranz, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-19 16:50:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Yujie Zhang 2013-09-09 05:09:09 UTC
Description of problem:

Tried to create partner and quickstart content in community, after submit, it returned blank page.

Version-Release number of selected component (if applicable):
devenv_3758

How reproducible:
always

Steps to Reproduce:
1.Login to community using admin account
2.Try to create a partner or create a quickstart content
3.

Actual results:

After submitting, it redirect to https://server/quickstarts/asgasd, but it returned the page is blank. Details see in attachment.

Expected results:

It should return correct content page after submitting.

Additional info:

Comment 1 Yujie Zhang 2013-09-09 06:06:50 UTC
It also returns blank page when visiting some content pages, like blog, forum, events, votes content page.

Comment 2 Yujie Zhang 2013-09-09 06:27:49 UTC
Found the following error in drupal log when visiting blogs page:

Type	php
Date	Monday, September 9, 2013 - 02:24
User	admin
Location	https://ec2-54-211-205-64.compute-1.amazonaws.com:8118/blogs
Referrer	https://ec2-54-211-205-64.compute-1.amazonaws.com:8118/
Message	Invalid argument supplied for foreach() in /usr/share/drupal6/includes/common.inc on line 230.
Severity	error
Hostname	203.114.244.88
Operations	

Same error for other content pages.

Comment 3 Fabiano Franz 2013-09-09 17:29:43 UTC
Pull request: https://github.com/openshift/li/pull/1884

Comment 5 Yujie Zhang 2013-09-10 03:28:08 UTC
Tested on devenv_3762, the content pages can be accessed and created successfully, so verify this bug, thanks.