<font size=2 face="sans-serif">Hi </font>
<br>
<br><font size=2 face="sans-serif">I added the &lt;Directory&gt; directive
and still get the message appearing.</font>
<br>
<br><font size=2 face="sans-serif">My cfg/apache/REPO.conf is at </font><a href=http://pastebin.com/bpB684MY><font size=2 face="sans-serif">http://pastebin.com/bpB684MY</font></a>
<br>
<br><font size=2 face="sans-serif">The version of apache I'm using is 2.2.15-15</font>
<br>
<br><font size=2 face="sans-serif">Lee</font>
<br>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">Lee Paton <br>
Information Services<br>
Cardiff University<br>
40-42 Park Place<br>
Cardiff<br>
CF10 3BB</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Tim Brody &lt;tdb2@ecs.soton.ac.uk&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">eprints-tech@ecs.soton.ac.uk</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">08/03/2012 11:52</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">[EP-tech] Re:
Uploading a file issue</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">eprints-tech-bounces@ecs.soton.ac.uk</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>Hi,<br>
<br>
Sorry if I missed this before. Can you pastebin your entire<br>
cfg/apache/REPOSITORY.conf?<br>
<br>
And what version of Apache are you using?<br>
<br>
The default config has this:<br>
 &nbsp;&lt;Location &quot;&quot;&gt;<br>
 &nbsp; &nbsp;PerlSetVar EPrints_ArchiveID devel<br>
<br>
 &nbsp; &nbsp;Options +ExecCGI<br>
 &nbsp; &nbsp;Order allow,deny <br>
 &nbsp; &nbsp;Allow from all<br>
 &nbsp;&lt;/Location&gt;<br>
<br>
Which ought to set everything under EPrints as executable (e.g. static<br>
files go through the templating), so I'm wondering why this isn't being<br>
applied to /cgi.<br>
<br>
Thanks,<br>
Tim.<br>
<br>
On Thu, 2012-03-08 at 13:31 +0200, Dimitrakakis Georgios wrote:<br>
&gt; Hi Lee and Tim!<br>
&gt; <br>
&gt; Sorry for not replying earlier but I 've been very busy!<br>
&gt; <br>
&gt; Tim,<br>
&gt; <br>
&gt; as I have written before the problem appears on specific browsers!<br>
&gt; But even with those that they work I wasn't able to see the status
bar &nbsp;<br>
&gt; when I was uploading a really huge file.<br>
&gt; <br>
&gt; Anyway, what I added at the /opt/eprints/cfg/apache/REPOSITORY.conf
&nbsp;<br>
&gt; file was the following:<br>
&gt; <br>
&gt; &lt;Directory /opt/eprints3/cgi/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; AllowOverride None<br>
&gt; &nbsp; &nbsp; &nbsp; Options ExecCGI<br>
&gt; &nbsp; &nbsp; &nbsp; Order allow,deny<br>
&gt; &nbsp; &nbsp; &nbsp; Allow from all<br>
&gt; &lt;/Directory&gt;<br>
&gt; <br>
&gt; Restarted Apache and that was it!<br>
&gt; <br>
&gt; Lee, the above should solve your problem.<br>
&gt; <br>
&gt; Let us know!<br>
&gt; <br>
&gt; Once again sorry for not replying earlier because I know what it is
to &nbsp;<br>
&gt; be stuck and not receiving any hints/support.<br>
&gt; <br>
&gt; Best,<br>
&gt; <br>
&gt; <br>
&gt; G.<br>
&gt; <br>
&gt; &gt; Hi<br>
&gt; &gt;<br>
&gt; &gt; I have Options +ExecCGI in both the generated apache conf files:<br>
&gt; &gt;<br>
&gt; &gt; /usr/share/eprints/cfg/apache/orca.conf<br>
&gt; &gt; /usr/share/eprints/cfg/apache_ssl/orca.conf<br>
&gt; &gt;<br>
&gt; &gt; as well as Options ExecCGI FollowSymLinks in the<br>
&gt; &gt;<br>
&gt; &gt; /usr/share/eprints/secure.conf<br>
&gt; &gt;<br>
&gt; &gt; Is there anything else to look for?<br>
&gt; &gt;<br>
&gt; &gt; Lee<br>
&gt; &gt;<br>
&gt; &gt; Lee Paton<br>
&gt; &gt; Information Services<br>
&gt; &gt; Cardiff University<br>
&gt; &gt; 40-42 Park Place<br>
&gt; &gt; Cardiff<br>
&gt; &gt; CF10 3BB<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; From: &nbsp; &quot;Dimitrakakis Georgios&quot; &lt;giorgis@lib.uoc.gr&gt;<br>
&gt; &gt; To: &nbsp; &nbsp; eprints-tech@ecs.soton.ac.uk<br>
&gt; &gt; Date: &nbsp; 07/03/2012 15:01<br>
&gt; &gt; Subject: &nbsp; &nbsp; &nbsp; &nbsp;[EP-tech] Re: Uploading a
file issue<br>
&gt; &gt; Sent by: &nbsp; &nbsp; &nbsp; &nbsp;eprints-tech-bounces@ecs.soton.ac.uk<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hi Lee!<br>
&gt; &gt;<br>
&gt; &gt; I was looking into this for many days.<br>
&gt; &gt;<br>
&gt; &gt; Make sure that the conf file has ExecCGI<br>
&gt; &gt;<br>
&gt; &gt; Best,<br>
&gt; &gt;<br>
&gt; &gt; G.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hi<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Has anyone managed to find a work around?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I've upgraded from 3.2.1 to 3.3.7 and this issue has just
been brought<br>
&gt; &gt; to<br>
&gt; &gt;&gt; my attention?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Lee<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Lee Paton<br>
&gt; &gt;&gt; Information Services<br>
&gt; &gt;&gt; Cardiff University<br>
&gt; &gt;&gt; 40-42 Park Place<br>
&gt; &gt;&gt; Cardiff<br>
&gt; &gt;&gt; CF10 3BB<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; From: &nbsp; &quot;Dimitrakakis Georgios&quot; &lt;giorgis@lib.uoc.gr&gt;<br>
&gt; &gt;&gt; To: &nbsp; &nbsp; eprints-tech@ecs.soton.ac.uk<br>
&gt; &gt;&gt; Date: &nbsp; 18/01/2012 12:17<br>
&gt; &gt;&gt; Subject: &nbsp; &nbsp; &nbsp; &nbsp;[EP-tech] Re: Uploading
a file issue<br>
&gt; &gt;&gt; Sent by: &nbsp; &nbsp; &nbsp; &nbsp;eprints-tech-bounces@ecs.soton.ac.uk<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I managed to narrow it down a bit!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; The AJAX progress bar is producing this error<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &quot;Error updating progress bar: TypeError:pe is undefined&quot;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; when using Firefox!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; If I &nbsp;use Chrome the error is:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &quot;Error updating progress bar: TypeError: Cannot call
method 'stop' of<br>
&gt; &gt;&gt; undefined&quot;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On the other hand Opera, IE and Safari seem to work flawlessly.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Can someone verify the above? If not can you tell me which
version of<br>
&gt; &gt;&gt; Firefox are you using?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Best,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; G.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; Hello!<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Sorry for coming over and over again with this issue
but I am<br>
&gt; &gt;&gt;&gt; desperate! So, can somebody point me to the the AJAX
progress bar file<br>
&gt; &gt;&gt;&gt; to see what's going wrong.....<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Best,<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; G.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Hi Tim!<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; It's version v.3.3.7!<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Do I need to have something installed to the system
for the AJAX<br>
&gt; &gt;&gt;&gt;&gt; upload progress bar to work properly?<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Best,<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; G.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; Hi,<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; That looks like an error with the AJAX upload
progress bar.<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; What version of EPrints?<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; /Tim.<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; On Wed, 2012-01-11 at 17:35 +0200, Dimitrakakis
Georgios wrote:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; Hi people!<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; First of all, let me give my Best Wishes
for a Happy and prosperous<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; New Year to all of you!<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; I am still trying to find a way to upload
a file without success!<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; Does anyone of you have the sliest idea of
what might be the issue?<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; Best,<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; G.<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; Following a previously submitted post
(but without solution or at<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; least I couldn't find it in the archives),
could you please help<br>
&gt; &gt; me<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; and tell me how to solve the following
error when trying to update<br>
&gt; &gt;&gt; a<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; file??<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; &quot;Error updating progress bar: TypeError:pe
is undefined&quot;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; Best,<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; G.<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; ----------------------------------------------------------------<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; This message was sent using IMP, the
Internet Messaging Program.<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; *** Options:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; ----------------------------------------------------------------<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; This message was sent using IMP, the Internet
Messaging Program.<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; *** Options:<br>
&gt; &gt;&gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; *** Options:<br>
&gt; &gt;&gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; ----------------------------------------------------------------<br>
&gt; &gt;&gt;&gt;&gt; This message was sent using IMP, the Internet Messaging
Program.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; *** Options:<br>
&gt; &gt;&gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ----------------------------------------------------------------<br>
&gt; &gt;&gt;&gt; This message was sent using IMP, the Internet Messaging
Program.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; *** Options:<br>
&gt; &gt;&gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ----------------------------------------------------------------<br>
&gt; &gt;&gt; This message was sent using IMP, the Internet Messaging Program.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; *** Options:<br>
&gt; &gt; </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt; ----------------------------------------------------------------<br>
&gt; &gt; This message was sent using IMP, the Internet Messaging Program.<br>
&gt; &gt;<br>
&gt; &gt; *** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; &gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; &gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; <br>
&gt; ----------------------------------------------------------------<br>
&gt; This message was sent using IMP, the Internet Messaging Program.<br>
&gt; <br>
&gt; *** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
&gt; *** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
&gt; *** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
<br>
<br>
*** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</font></tt></a><tt><font size=2><br>
*** Archive: </font></tt><a href=http://www.eprints.org/tech.php/><tt><font size=2>http://www.eprints.org/tech.php/</font></tt></a><tt><font size=2><br>
*** EPrints community wiki: </font></tt><a href=http://wiki.eprints.org/><tt><font size=2>http://wiki.eprints.org/</font></tt></a><tt><font size=2><br>
</font></tt>
<br>