[plumi-discuss] Processing Alert Disappeared on 3.0 final

Ross Glover ross at ross.mayfirst.org
Sun May 30 09:12:31 EST 2010


Hi all,

So I've now done a clean rebuild of plumi, again, and still do not seem
to get an upload alert.  This is really frustrating as I have no idea
how to debug it and I actually need to get the site up and functioning
in fairly short order.

Firebug console throws this error:

this[H].style is undefined
http://video.debord.mayfirst.org/portal_javascripts/Plumi%203.0%20Skin/jquery-cachekey0550.js
Line 29

related to this part of the jquery-cachekey0050.js :

 15 * Copyright (c) 2009 John Resig
16 * Dual licensed under the MIT and GPL licenses.
17 * http://docs.jquery.com/License
18 *
19 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
20 * Revision: 6246
21 */ 

function....

 23/*
24 * Sizzle CSS Selector Engine - v0.9.3
25 * Copyright 2009, The Dojo Foundation
26 * Released under the MIT, BSD, and GPL Licenses.
27 * More information: http://sizzlejs.com/
28 */
 
function...


firebug also references content title line 288 298 under the error, which is this:

 <meta http-equiv="Content-Type"
287 content="text/html;charset=utf-8" />
288
289 <meta name="generator" content="Plone - http://plone.org" />
290 

As far as i can tell this also imports the script rounded.js which seems
to contain the function call for the missing alert.


If you have any other ideas for why this might be happening, I would be
very interested in hearing them.

http://video.debord.mayfirst.org


Many thanks,

ross



On Fri, 21 May 2010 20:26:53 +0300, Dimitris Moraitis <dimo at unweb.me> wrote:
> Στις 20-05-2010, ημέρα Πεμ, και ώρα 13:41 -0400, ο/η Ross Glover έγραψε:
> > Hi All,
> > 
> > When I did a buildout of the 3.0 final using this command:
> > 
> > ./bin/buildout -vN
> > 
> > The processing upload alert stopped appearing.  You can test it at
> > http://video.debord.mayfirst.org
> 
> That's weird. It works fine on demo.plumi.org and engagemedia.org
> 
> > 
> > I also still had to edit the zope.conf file in order to get the initial
> > installation functioning by changing address 127.0.0.1:8080  to
> > video.debord.mayfirst.org:8080
> 
> You shouldn't do that on a production system. Zope should only listen on
> 127.0.0.1. It's apache that should listen on
> videos.debord.mayfirst.org:80 that will be rewriting the requests to
> squid and then zope.
> 
> start the buildout apache by doing:
> sudo ./bin/apachectl start
> 
> and squid:
> ./bin/squid-instance
> 
> if you have to use the system's apache make sure you've created the
> respective virtualhosts that can be found at parts/apacheconf and
> parts/apachetranscodeconf
> 
> > 
> > It seems really important to get the processing alert working again.
> > Any ideas?
> 
> Could be a javascript error. If you give me the manager role (user: dimo
> from http://video.debord.mayfirst.org/prefs_users_overview) I could
> investigate further
> 
> Cheers,
> Dimitris
> 
> _______________________________________________
> Discuss mailing list
> Discuss at lists.plumi.org
> http://lists.plumi.org/listinfo/discuss

-- 


Sent from an Emacs buffer.


More information about the Discuss mailing list