Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
I have tried Pier2 and the new PierAdmin but I keep getting an error when I
try to upload an image file (I have also had the error when I try to edit
the footer layout). I am running on MAC OSX snow Leapard, But have also
happens on an Ubuntu installation in VirtualBox on my Mac, and on a separate
PC with Ubuntu installed. has anybody seen this error before? (please see
debug print below) - I hope somebody can help?
Many thanks.
Seaside Walkback
MessageNotUnderstood: PRViewCommand>>fields
Debug Proceed Full Stack
Possible Causes
you sent a message this type of object doesn't understand
Stack Trace
thisContext
PRViewCommand(Object)>>doesNotUnderstand: #fields
self
a PRViewCommand[270270464]
thisContext
PRDocumentWidget>>text:
self
a PRDocumentWidget
thisContext
[:value | self text: value] in PRDocumentWidget>>renderEditOn:
self
a PRDocumentWidget
thisContext
BlockClosure>>valueWithPossibleArguments:
self
[:value | self text: value]
thisContext
WAValueCallback>>evaluateWithArgument:
self
a WAValueCallback
New Session Configure Halos Profile Memory XHTML 4/10 ms
--
View this message in context: http://forum.world.st/Pier-file-upload-problems-MessageNotUnderstood-PRView…
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi,
i work with Pier 3.0.0
I have a pier site with a menu to manage some pages.
Some of this pages are configured to manage components.
For test i add some Counter seaside application instances.
Now when display a specific page with some counter it work fine:
i can change any specific counter instance in the page.
My problem is when i change the menu for display another page.
In this case when redisplay a page with the counters all instance are reset to 0.
Now my question is:
what do i do for redisplay the counter at the last update ?
I need to configure something ?
Thanks for any considerations,
Dario
All my tests passed, and I thought I was done porting - it's never that
easy.
So, the problem I have is with PRComponent. In my case, the magritte
description of componentClass is dependent on one of the
prototypeInstance's values. Things worked before there was a prototype
instance, just using the componentClass. Now, there is a problem in:
initializeVisualComponentSettings: aComponent link: anInternalLink
At this point in the initialization, there is a nil value, in the place
which is used to dynamically determine what the rest of the magritte
description should be.
I think the fix is to ensure that when I have a nil value, the
corresponding magritte description generated should be appropriate for
the situation - i.e. it should not include the attribute descriptions
that are causing the problem in the above initialization.
Hi,
I am trying to set up a Pier3 webpage with Pier Admin inside, but I
have problems with the Apache2 configuration.
Does anyone have a sample of such a configuration?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I now encounter the following issue: I can edit and change the CSS
file associated with a structure, and if I inspect the contents of the
PRFile instance, the text is indeed changed. However, the page still
renders according to the old stylesheet. The problem appears even if I
empty the browser cache.
Does anyone know where the problem might come from?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
In Pier2 we could add a css file to the Pier tree, make settings point
to it, and then during "Edit Design" we would get an editor on the
contents of the file and the css would be served for the respective
structure.
When doing the same thing in Pier3, it seems that I cannot edit this
file and that even if I have a css file with the right pointer to it,
the contents are not available (when inspecting the html, "style.css"
does not appear anymore).
Does anyone know why is this not working, or if there is another
similar mechanism in place?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi experts,
proceeding following steps I try to load Pier2 into Pharo1.4
> Download the latest Pharo Image from Jenkins Server
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/
<https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/>
> execute Metacell-Script:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfPier2';
load.
(Smalltalk at: #ConfigurationOfPier2) load.
After all I want to Start the Seaside Control Panel
(World-Menu->Tools->Seaside Control Panel) but there is no Control-Panel
there...
Did I miss something?
Is Pier2 only running on an Pharo1.3 image? (I found on the piercms-Site
only an Pharo1.3+Pier2 Image)
Best regards,
Damir
-----
--
Damir Majer
... be agile: www.majcon.de
--
View this message in context: http://forum.world.st/Try-to-load-Pier2-into-Pharo1-4-tp4650092.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.