Ticket #659 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

error when clicking back to 'recently published' block on home page

Reported by: russ Assigned to: russ
Priority: critical Milestone:
Component: ambra Version: 0.8
Keywords: Cc:
Blocking: Blocked By:

Description

home page loads up fine. if you click to the 'recent ratings' tab and then back to the 'recently published' tab you get a popup mulgara error:

ERROR:({message:"XMLHttpTransportError: 500 Internal Server Error", type:"unknown", number:0})

in plosone.log, it's complaining that browseURL is undefined

Expression browseURL is undefined on line 16, column 80 in article/recentArticles.ftl.
The problematic instruction:
----------
==> ${browseURL} [on line 16, column 78 in article/recentArticles.ftl]
----------

Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression browseURL is undefined on line 16, column 80 in article/recentArticles.ftl.

nothing in the mulgara log for this.

this is also happening on stage.

Dependency Graph

Change History

09/24/07 17:12:15 changed by russ

  • owner changed from jsuttor to russ.

oh, that's way. we broke it. it used to be hard coded.

09/24/07 17:16:15 changed by russ

  • status changed from new to closed.
  • resolution set to fixed.