We have moved to Github. Please open tickets there.

Opened 4 years ago

Closed 3 years ago

#1790 closed Defect (fixed)

pg/blog/ white screens when logged out.

Reported by: brettp Owned by:
Priority: normal Milestone:
Component: Blog Version:
Severity: Keywords:
Cc: brettp, Difficulty:

Description

mod/blog/index.php is trying to set the page owner to the logged in user to show that user's blogs. White screens when no one is logged in because it tries to access a property of the non-object.
Should probably redirect to everyone.php instead.

Change History (2)

comment:1 Changed 3 years ago by cash

  • Component changed from General to BlogPlugin

comment:2 Changed 3 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:1197]) fixes #221 - no more WSOD on /pg/blog/ when logged out - forwards to all site blogs

Note: See TracTickets for help on using tickets.