Marko Pekic | 1 Mar 13:10
Picon

urgent problem !!!

I am doing the upgrade and the upgrade script asks me to put the 
authentication file into /ecrire/data, but it doesn't work. I remember that 
the location is changed in 1.9.2., but can't remember where the auth file 
should be put into...?

Marko
Paolo | 1 Mar 14:06
Picon
Favicon

Re: urgent problem !!!

Marko Pekic wrote:
> I am doing the upgrade and the upgrade script asks me to put the 
> authentication file into /ecrire/data, but it doesn't work. I remember that 
> the location is changed in 1.9.2., but can't remember where the auth file 
> should be put into...?
> 
> Marko

/tmp

but strange that the script asks for /ecrire/data then ...

Paolo

Marko Pekic | 1 Mar 15:54
Picon

very strange problem; #TEXTE missing

Without any modificitaions done to the system, my SPIP 1.9.2PR1 installation 
started to behave very strangely.

Everything works ok, except when I want to open the article. Doing that draws 
blank screen. It seems the problem is in #TEXTE.

If I have

<BOUCLE (ARTICLES)>
	whatever tag, but no #TEXTE
</BOUCLE (ARTICLES)>

everything is ok, but with

<BOUCLE (ARTICLES)>
	#TEXTE
</BOUCLE (ARTICLES)>

I get blank screen.

Everything worked ok for two weeks.

Today, when I saw the problem, I updated to 1.9.2. and the upgrade went ok, 
but the problem remains.

I don't know what to do. My site has stopped and I'm trying to solve the 
problem as quickly as possible... Please help!

Marko
(Continue reading)

Patrick Ogay | 1 Mar 17:11
Picon

Re: [SPAM] very strange problem; #TEXTE missing

probably  #TEXTE makes a php-Error and interrupts...   SPIP has an 
errorlog, do you have a phplog?
did you try with an other article, other content?
try also  [ (#TEXTE)  ]  the oldfashoned way.

regards
Patrick

Marko Pekic wrote:

>Without any modificitaions done to the system, my SPIP 1.9.2PR1 installation 
>started to behave very strangely.
>
>Everything works ok, except when I want to open the article. Doing that draws 
>blank screen. It seems the problem is in #TEXTE.
>
>If I have
>
><BOUCLE (ARTICLES)>
>	whatever tag, but no #TEXTE
></BOUCLE (ARTICLES)>
>
>everything is ok, but with
>
><BOUCLE (ARTICLES)>
>	#TEXTE
></BOUCLE (ARTICLES)>
>
>I get blank screen.
>
(Continue reading)

Marko Pekic | 1 Mar 17:08
Picon

Re: [SPAM] very strange problem; #TEXTE missing

On Thursday 01 March 2007 17:11:39 you wrote:
> probably  #TEXTE makes a php-Error and interrupts...   SPIP has an
> errorlog, do you have a phplog?
> did you try with an other article, other content?
> try also  [ (#TEXTE)  ]  the oldfashoned way.

My hosting provider did some PHP upgrades this night. It seems that could be 
the source of the problem, but they can't solve it.

Where does SPIP write these error logs? I would like to send it to admins.

Marko
Patrick Ogay | 1 Mar 17:52
Picon

Re: [SPAM] Re: [SPAM] very strange problem; #TEXTE missing

SPIP writes in
../spip.installation/ecrire/data
spip.log

I'm not shure, wether the php-errors are displayed.
But usually also the php has it's errorlog, ask your provider, it's 
certainly a php-problem.

regards
Patrick

Marko Pekic wrote:

>On Thursday 01 March 2007 17:11:39 you wrote:
>  
>
>>probably  #TEXTE makes a php-Error and interrupts...   SPIP has an
>>errorlog, do you have a phplog?
>>did you try with an other article, other content?
>>try also  [ (#TEXTE)  ]  the oldfashoned way.
>>    
>>
>
>My hosting provider did some PHP upgrades this night. It seems that could be 
>the source of the problem, but they can't solve it.
>
>Where does SPIP write these error logs? I would like to send it to admins.
>
>Marko
>_______________________________________________
(Continue reading)

Marko Pekic | 1 Mar 17:48
Picon

Re: [SPAM] Re: [SPAM] very strange problem; #TEXTE missing

On Thursday 01 March 2007 17:52:05 you wrote:
> SPIP writes in
> ../spip.installation/ecrire/data
> spip.log

It's /tmp/spip.log (since this version).

> I'm not shure, wether the php-errors are displayed.

No, they are not.

> But usually also the php has it's errorlog, ask your provider, it's
> certainly a php-problem.

They should be able to resolve it...

Marko
Marko Pekic | 1 Mar 20:28
Picon

Database structure 1.9.2PR1 & 1.9.2

There was some problem with my hosting provider's PHP installation today.

While they were dealing with it, I upgraded from PR1 to stable. And the system 
upgraded ok.

But later, they had to revert to the database backup from the my PR1-period 
(this night).

I started the system and it works ok, but is it ok to run system that way 
(system was already upgraded to 1.9.2, and the database was without his 
knowledge restored to PR1 database)?

Did he convert everything that was needed automatically or there was nothing 
to convert anyway?

Marko
Marko Pekic | 1 Mar 20:29
Picon

Re: [SPAM] very strange problem; #TEXTE missing

On Thursday 01 March 2007 17:11:39 you wrote:
> probably  #TEXTE makes a php-Error and interrupts...

Yes, there was a problem with PHP 4.4.6, so my hosting provider reverted the 
PHP to 4.4.4.

Marko
Gilles Vincent | 1 Mar 21:33
Picon
Gravatar

Re: Database structure 1.9.2PR1 & 1.9.2

I don't remember of any structure change between both versions.
However, the version number is stored in the table spip_meta. Maybe
you have to change it manually.
Another method is to do export your datas of the 1.9.2 website, then
make a fresh install of spip1.9.1 and finally import the dump file
into it : You'll certainly obtain a big warning message because the
dump file corresponds to a version newer than the current version.
However this should work.

.Gilles
---
2007/3/1, Marko Pekic <marko.pekic@...>:
> There was some problem with my hosting provider's PHP installation today.
>
> While they were dealing with it, I upgraded from PR1 to stable. And the system
> upgraded ok.
>
> But later, they had to revert to the database backup from the my PR1-period
> (this night).
>
> I started the system and it works ok, but is it ok to run system that way
> (system was already upgraded to 1.9.2, and the database was without his
> knowledge restored to PR1 database)?
>
> Did he convert everything that was needed automatically or there was nothing
> to convert anyway?
>
> Marko
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
(Continue reading)


Gmane