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