Difference between revisions of "Talk:Export bar on abstract page"

From EPrints Documentation
Jump to: navigation, search
(Created page with 'I attempted to follow this procedure for ePrints 3.3.11 but i receive the following error: Global symbol "$session" requires explicit package name at /opt/eprints3/archives/dfl…')
 
 
Line 1: Line 1:
I attempted to follow this procedure for ePrints 3.3.11 but i receive the following error:
+
Attempting to use this as written for the eprints 3.3.11 gives the following error:
  
 
  Global symbol "$session" requires explicit package name at /opt/eprints3/archives/dfl_eprints/cfg/cfg.d/eprint_render.pl line 77.
 
  Global symbol "$session" requires explicit package name at /opt/eprints3/archives/dfl_eprints/cfg/cfg.d/eprint_render.pl line 77.
  
Any insight into what has changed since 3.2.0 that would cause this issue?
+
This can be fixed by setting:
 +
$session = $repository
 +
In eprint_render.pl

Latest revision as of 19:57, 12 April 2013

Attempting to use this as written for the eprints 3.3.11 gives the following error:

Global symbol "$session" requires explicit package name at /opt/eprints3/archives/dfl_eprints/cfg/cfg.d/eprint_render.pl line 77.

This can be fixed by setting:

$session = $repository

In eprint_render.pl