new pier deployment: i broke it in the process

classic Classic list List threaded Threaded
8 messages Options
sergio_101-2 sergio_101-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

new pier deployment: i broke it in the process

somehow, i broke my pier image in the process of deployment.. i am not
sure where it broke, but at some point, it stopped rendering
correctly. at first, i thought it was just the deployed image, but
now, running it locally, it's broke here, too..

i am sure that someone can take one look at it and let me know what it did.

can someone take a look at:

www.toaplacebehindthesun.com

and let me know if anyone has any ideas?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Lukas Renggli Lukas Renggli
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

Looks like you have a character in your model that is not valid in the
selected server encoding (for example it cannot be represented) or
that is not correctly processed (due to a bug) by the selected encoder
of your Smalltalk system.

To fix you can navigate to the page using the 'Browse' view or use an
inspector to clean up the document.

Lukas

On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:

> somehow, i broke my pier image in the process of deployment.. i am not
> sure where it broke, but at some point, it stopped rendering
> correctly. at first, i thought it was just the deployed image, but
> now, running it locally, it's broke here, too..
>
> i am sure that someone can take one look at it and let me know what it did.
>
> can someone take a look at:
>
> www.toaplacebehindthesun.com
>
> and let me know if anyone has any ideas?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Nick
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

or make sure you are using UTF-8 encoding

On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
Looks like you have a character in your model that is not valid in the
selected server encoding (for example it cannot be represented) or
that is not correctly processed (due to a bug) by the selected encoder
of your Smalltalk system.

To fix you can navigate to the page using the 'Browse' view or use an
inspector to clean up the document.

Lukas

On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
> somehow, i broke my pier image in the process of deployment.. i am not
> sure where it broke, but at some point, it stopped rendering
> correctly. at first, i thought it was just the deployed image, but
> now, running it locally, it's broke here, too..
>
> i am sure that someone can take one look at it and let me know what it did.
>
> can someone take a look at:
>
> www.toaplacebehindthesun.com
>
> and let me know if anyone has any ideas?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Nick
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

make sure you are using UTF-8 encoding in your Server Adaptor (right-click on the server adaptor in the Seaside Control panel and click on 'Encoding...') 

On 16 January 2012 10:31, Nick Ager <[hidden email]> wrote:
or make sure you are using UTF-8 encoding


On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
Looks like you have a character in your model that is not valid in the
selected server encoding (for example it cannot be represented) or
that is not correctly processed (due to a bug) by the selected encoder
of your Smalltalk system.

To fix you can navigate to the page using the 'Browse' view or use an
inspector to clean up the document.

Lukas

On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
> somehow, i broke my pier image in the process of deployment.. i am not
> sure where it broke, but at some point, it stopped rendering
> correctly. at first, i thought it was just the deployed image, but
> now, running it locally, it's broke here, too..
>
> i am sure that someone can take one look at it and let me know what it did.
>
> can someone take a look at:
>
> www.toaplacebehindthesun.com
>
> and let me know if anyone has any ideas?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki



_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
sergio_101-2 sergio_101-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

bonus, everyone! it was indeed utf-8!

i had to switch ports (this is the third pier image running on this server)...

some quick background..

my sister in law wrote a book.. i told her i would help her publish it
online.. a chapter a week.. then, publish to kindle..

just to see how it all goes..

of course, i am using pier to set it all up..

On Mon, Jan 16, 2012 at 5:34 AM, Nick Ager <[hidden email]> wrote:

> make sure you are using UTF-8 encoding in your Server Adaptor (right-click
> on the server adaptor in the Seaside Control panel and click on
> 'Encoding...')
>
> On 16 January 2012 10:31, Nick Ager <[hidden email]> wrote:
>>
>> or make sure you are using UTF-8 encoding
>>
>>
>> On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
>>>
>>> Looks like you have a character in your model that is not valid in the
>>> selected server encoding (for example it cannot be represented) or
>>> that is not correctly processed (due to a bug) by the selected encoder
>>> of your Smalltalk system.
>>>
>>> To fix you can navigate to the page using the 'Browse' view or use an
>>> inspector to clean up the document.
>>>
>>> Lukas
>>>
>>> On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
>>> > somehow, i broke my pier image in the process of deployment.. i am not
>>> > sure where it broke, but at some point, it stopped rendering
>>> > correctly. at first, i thought it was just the deployed image, but
>>> > now, running it locally, it's broke here, too..
>>> >
>>> > i am sure that someone can take one look at it and let me know what it
>>> > did.
>>> >
>>> > can someone take a look at:
>>> >
>>> > www.toaplacebehindthesun.com
>>> >
>>> > and let me know if anyone has any ideas?
>>> >
>>> > thanks!
>>> >
>>> > --
>>> > ----
>>> > peace,
>>> > sergio
>>> > photographer, journalist, visionary
>>> >
>>> > http://www.CodingForHire.com
>>> > http://www.coffee-black.com
>>> > http://www.painlessfrugality.com
>>> > http://www.twitter.com/sergio_101
>>> > http://www.facebook.com/sergio101
>>> > _______________________________________________
>>> > Magritte, Pier and Related Tools ...
>>> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>
>>>
>>>
>>> --
>>> Lukas Renggli
>>> www.lukas-renggli.ch
>>> _______________________________________________
>>> Magritte, Pier and Related Tools ...
>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
sergio_101-2 sergio_101-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

okay, now i have a new issue..

i can't log in..

the login seems to want to point to /pier/<page-i-am-logging-in-to>

for instance, if i go to:

http://www.toaplacebehindthesun.com/blog/

and hit login..

it is looking for /pier/blog/

any ideas?

thanks!

On Mon, Jan 16, 2012 at 8:45 PM, sergio_101 <[hidden email]> wrote:

> bonus, everyone! it was indeed utf-8!
>
> i had to switch ports (this is the third pier image running on this server)...
>
> some quick background..
>
> my sister in law wrote a book.. i told her i would help her publish it
> online.. a chapter a week.. then, publish to kindle..
>
> just to see how it all goes..
>
> of course, i am using pier to set it all up..
>
> On Mon, Jan 16, 2012 at 5:34 AM, Nick Ager <[hidden email]> wrote:
>> make sure you are using UTF-8 encoding in your Server Adaptor (right-click
>> on the server adaptor in the Seaside Control panel and click on
>> 'Encoding...')
>>
>> On 16 January 2012 10:31, Nick Ager <[hidden email]> wrote:
>>>
>>> or make sure you are using UTF-8 encoding
>>>
>>>
>>> On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
>>>>
>>>> Looks like you have a character in your model that is not valid in the
>>>> selected server encoding (for example it cannot be represented) or
>>>> that is not correctly processed (due to a bug) by the selected encoder
>>>> of your Smalltalk system.
>>>>
>>>> To fix you can navigate to the page using the 'Browse' view or use an
>>>> inspector to clean up the document.
>>>>
>>>> Lukas
>>>>
>>>> On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
>>>> > somehow, i broke my pier image in the process of deployment.. i am not
>>>> > sure where it broke, but at some point, it stopped rendering
>>>> > correctly. at first, i thought it was just the deployed image, but
>>>> > now, running it locally, it's broke here, too..
>>>> >
>>>> > i am sure that someone can take one look at it and let me know what it
>>>> > did.
>>>> >
>>>> > can someone take a look at:
>>>> >
>>>> > www.toaplacebehindthesun.com
>>>> >
>>>> > and let me know if anyone has any ideas?
>>>> >
>>>> > thanks!
>>>> >
>>>> > --
>>>> > ----
>>>> > peace,
>>>> > sergio
>>>> > photographer, journalist, visionary
>>>> >
>>>> > http://www.CodingForHire.com
>>>> > http://www.coffee-black.com
>>>> > http://www.painlessfrugality.com
>>>> > http://www.twitter.com/sergio_101
>>>> > http://www.facebook.com/sergio101
>>>> > _______________________________________________
>>>> > Magritte, Pier and Related Tools ...
>>>> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>>
>>>>
>>>>
>>>> --
>>>> Lukas Renggli
>>>> www.lukas-renggli.ch
>>>> _______________________________________________
>>>> Magritte, Pier and Related Tools ...
>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>
>>>
>>
>>
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
>
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101



--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
sergio_101-2 sergio_101-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

hmm.. okay.. now, the css isn't working correctly..

On Mon, Jan 16, 2012 at 11:08 PM, sergio_101
<[hidden email]> wrote:

> okay, now i have a new issue..
>
> i can't log in..
>
> the login seems to want to point to /pier/<page-i-am-logging-in-to>
>
> for instance, if i go to:
>
> http://www.toaplacebehindthesun.com/blog/
>
> and hit login..
>
> it is looking for /pier/blog/
>
> any ideas?
>
> thanks!
>
> On Mon, Jan 16, 2012 at 8:45 PM, sergio_101 <[hidden email]> wrote:
>> bonus, everyone! it was indeed utf-8!
>>
>> i had to switch ports (this is the third pier image running on this server)...
>>
>> some quick background..
>>
>> my sister in law wrote a book.. i told her i would help her publish it
>> online.. a chapter a week.. then, publish to kindle..
>>
>> just to see how it all goes..
>>
>> of course, i am using pier to set it all up..
>>
>> On Mon, Jan 16, 2012 at 5:34 AM, Nick Ager <[hidden email]> wrote:
>>> make sure you are using UTF-8 encoding in your Server Adaptor (right-click
>>> on the server adaptor in the Seaside Control panel and click on
>>> 'Encoding...')
>>>
>>> On 16 January 2012 10:31, Nick Ager <[hidden email]> wrote:
>>>>
>>>> or make sure you are using UTF-8 encoding
>>>>
>>>>
>>>> On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
>>>>>
>>>>> Looks like you have a character in your model that is not valid in the
>>>>> selected server encoding (for example it cannot be represented) or
>>>>> that is not correctly processed (due to a bug) by the selected encoder
>>>>> of your Smalltalk system.
>>>>>
>>>>> To fix you can navigate to the page using the 'Browse' view or use an
>>>>> inspector to clean up the document.
>>>>>
>>>>> Lukas
>>>>>
>>>>> On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
>>>>> > somehow, i broke my pier image in the process of deployment.. i am not
>>>>> > sure where it broke, but at some point, it stopped rendering
>>>>> > correctly. at first, i thought it was just the deployed image, but
>>>>> > now, running it locally, it's broke here, too..
>>>>> >
>>>>> > i am sure that someone can take one look at it and let me know what it
>>>>> > did.
>>>>> >
>>>>> > can someone take a look at:
>>>>> >
>>>>> > www.toaplacebehindthesun.com
>>>>> >
>>>>> > and let me know if anyone has any ideas?
>>>>> >
>>>>> > thanks!
>>>>> >
>>>>> > --
>>>>> > ----
>>>>> > peace,
>>>>> > sergio
>>>>> > photographer, journalist, visionary
>>>>> >
>>>>> > http://www.CodingForHire.com
>>>>> > http://www.coffee-black.com
>>>>> > http://www.painlessfrugality.com
>>>>> > http://www.twitter.com/sergio_101
>>>>> > http://www.facebook.com/sergio101
>>>>> > _______________________________________________
>>>>> > Magritte, Pier and Related Tools ...
>>>>> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Lukas Renggli
>>>>> www.lukas-renggli.ch
>>>>> _______________________________________________
>>>>> Magritte, Pier and Related Tools ...
>>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>>
>>>>
>>>
>>>
>>> _______________________________________________
>>> Magritte, Pier and Related Tools ...
>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>>
>>
>> --
>> ----
>> peace,
>> sergio
>> photographer, journalist, visionary
>>
>> http://www.CodingForHire.com
>> http://www.coffee-black.com
>> http://www.painlessfrugality.com
>> http://www.twitter.com/sergio_101
>> http://www.facebook.com/sergio101
>
>
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101



--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
sergio_101-2 sergio_101-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: new pier deployment: i broke it in the process

oh! and if you click on /about, which accesses the filesystem, the
image crashes..


On Mon, Jan 16, 2012 at 11:17 PM, sergio_101
<[hidden email]> wrote:

> hmm.. okay.. now, the css isn't working correctly..
>
> On Mon, Jan 16, 2012 at 11:08 PM, sergio_101
> <[hidden email]> wrote:
>> okay, now i have a new issue..
>>
>> i can't log in..
>>
>> the login seems to want to point to /pier/<page-i-am-logging-in-to>
>>
>> for instance, if i go to:
>>
>> http://www.toaplacebehindthesun.com/blog/
>>
>> and hit login..
>>
>> it is looking for /pier/blog/
>>
>> any ideas?
>>
>> thanks!
>>
>> On Mon, Jan 16, 2012 at 8:45 PM, sergio_101 <[hidden email]> wrote:
>>> bonus, everyone! it was indeed utf-8!
>>>
>>> i had to switch ports (this is the third pier image running on this server)...
>>>
>>> some quick background..
>>>
>>> my sister in law wrote a book.. i told her i would help her publish it
>>> online.. a chapter a week.. then, publish to kindle..
>>>
>>> just to see how it all goes..
>>>
>>> of course, i am using pier to set it all up..
>>>
>>> On Mon, Jan 16, 2012 at 5:34 AM, Nick Ager <[hidden email]> wrote:
>>>> make sure you are using UTF-8 encoding in your Server Adaptor (right-click
>>>> on the server adaptor in the Seaside Control panel and click on
>>>> 'Encoding...')
>>>>
>>>> On 16 January 2012 10:31, Nick Ager <[hidden email]> wrote:
>>>>>
>>>>> or make sure you are using UTF-8 encoding
>>>>>
>>>>>
>>>>> On 16 January 2012 06:18, Lukas Renggli <[hidden email]> wrote:
>>>>>>
>>>>>> Looks like you have a character in your model that is not valid in the
>>>>>> selected server encoding (for example it cannot be represented) or
>>>>>> that is not correctly processed (due to a bug) by the selected encoder
>>>>>> of your Smalltalk system.
>>>>>>
>>>>>> To fix you can navigate to the page using the 'Browse' view or use an
>>>>>> inspector to clean up the document.
>>>>>>
>>>>>> Lukas
>>>>>>
>>>>>> On 16 January 2012 03:49, sergio_101 <[hidden email]> wrote:
>>>>>> > somehow, i broke my pier image in the process of deployment.. i am not
>>>>>> > sure where it broke, but at some point, it stopped rendering
>>>>>> > correctly. at first, i thought it was just the deployed image, but
>>>>>> > now, running it locally, it's broke here, too..
>>>>>> >
>>>>>> > i am sure that someone can take one look at it and let me know what it
>>>>>> > did.
>>>>>> >
>>>>>> > can someone take a look at:
>>>>>> >
>>>>>> > www.toaplacebehindthesun.com
>>>>>> >
>>>>>> > and let me know if anyone has any ideas?
>>>>>> >
>>>>>> > thanks!
>>>>>> >
>>>>>> > --
>>>>>> > ----
>>>>>> > peace,
>>>>>> > sergio
>>>>>> > photographer, journalist, visionary
>>>>>> >
>>>>>> > http://www.CodingForHire.com
>>>>>> > http://www.coffee-black.com
>>>>>> > http://www.painlessfrugality.com
>>>>>> > http://www.twitter.com/sergio_101
>>>>>> > http://www.facebook.com/sergio101
>>>>>> > _______________________________________________
>>>>>> > Magritte, Pier and Related Tools ...
>>>>>> > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Lukas Renggli
>>>>>> www.lukas-renggli.ch
>>>>>> _______________________________________________
>>>>>> Magritte, Pier and Related Tools ...
>>>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>>>
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Magritte, Pier and Related Tools ...
>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>
>>>
>>>
>>> --
>>> ----
>>> peace,
>>> sergio
>>> photographer, journalist, visionary
>>>
>>> http://www.CodingForHire.com
>>> http://www.coffee-black.com
>>> http://www.painlessfrugality.com
>>> http://www.twitter.com/sergio_101
>>> http://www.facebook.com/sergio101
>>
>>
>>
>> --
>> ----
>> peace,
>> sergio
>> photographer, journalist, visionary
>>
>> http://www.CodingForHire.com
>> http://www.coffee-black.com
>> http://www.painlessfrugality.com
>> http://www.twitter.com/sergio_101
>> http://www.facebook.com/sergio101
>
>
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101



--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Loading...