Tereza Loparic | 4 Jan 15:42
Picon

Re: time to upgrade...

Thank you both very much, and hapy new year, :)

I´m still working on it because is not a simple site, it was done by
someone else and it has many languages (as far as I know, the many
languages are typed at the fields separated by the tag of the
languages).

Could you please tell me what does it mean to "changing the
<INCLUDE>", or where can I find more about it? What I have at the
squelettes is:

<INCLUDE(global.php3){lang}>

best wishes
tereza

On Dec 29, 2007 4:56 PM, L'oiseau2nuit (ex- Zzz.)
<loiseau2nuit@...> wrote:
> Yep, the same.
>
> Indeed, to add some point to your success range, i'd first upgrade my 183
> to a 191, then to a 192.
>
> Because the changes between 18x and 19x were quite important, first, and
> because I don't know how the script which upgrades the DB works exactly.
> I'm not sure it is able to handle more than one version difference.
>
> Good luck and happy new year to all ;)
>
> Etienne.
(Continue reading)

Gilles Vincent | 4 Jan 17:24
Picon
Gravatar

Re: time to upgrade...

On Jan 4, 2008 3:42 PM, Tereza Loparic <telopa@...> wrote:
Hi,

> Could you please tell me what does it mean to "changing the
> <INCLUDE>", or where can I find more about it? What I have at the
> squelettes is:
>
> <INCLUDE(global.php3){lang}>
>

This means that you must replace it by <INCLUDE{fond=global}{lang}>
Simple, no ?
the template global.html (probably the old one, sometimes global.php3)
must be accessible by Spip : so you can put here inside the directory
"squelettes" (or the root too)

Here is a script to automatically upgrade your templates
(I don't remember where I found it, so I copy it -- with a very poor
translation, sorry)

Hope it helps,

.Gilles

-------------------- BEGIN OF THE SCRIPT ------------
#!/bin/bash

# Objet : Automatic upgrade from SPIP 1.7 and 1.8 to SPIP 1.9
# Requirements :  Bash > 3.0
# Author : pvincent@... - 2007 -
(Continue reading)

George Kandalaft | 4 Jan 17:55
Favicon

Re: time to upgrade...

It is <INCLURE{fond=global}{lang}> surely.

George

Gilles Vincent wrote:

> On Jan 4, 2008 3:42 PM, Tereza Loparic <telopa@...> wrote:
> Hi,
>
>   
>> Could you please tell me what does it mean to "changing the
>> <INCLUDE>", or where can I find more about it? What I have at the
>> squelettes is:
>>
>> <INCLUDE(global.php3){lang}>
>>
>>     
>
> This means that you must replace it by <INCLUDE{fond=global}{lang}>
> Simple, no ?
> the template global.html (probably the old one, sometimes global.php3)
> must be accessible by Spip : so you can put here inside the directory
> "squelettes" (or the root too)
>
> Here is a script to automatically upgrade your templates
> (I don't remember where I found it, so I copy it -- with a very poor
> translation, sorry)
>
> Hope it helps,
>
(Continue reading)

Renato Formato | 4 Jan 18:06
Picon
Favicon

Re: time to upgrade...

George Kandalaft ha scritto:
> It is <INCLURE{fond=global}{lang}> surely.
> 
> 
{lang} is not necessary because it is automatically injected in the 
context by SPIP. Using it does no harm anyway. However, if you need it, 
you can override the context language with {lang=it}.

Renato
Picon

problems with 192c ( read/write prolems)

Just upgraded from 192b to 192c.
And to be sure nothing went wrong I deleted the entire folder /mysite  
and replaced it with 192c.
Amoung the reasons for upgrading, was that the tmp/cache kept  
freezing either acces to the entire site, or/and the private area.
After upgrading I still have the same problems..
Any ideas..?

Did try to schmod (777) both tmp/cache, /tmp, tmp/setting and more..
keep getting the same answer ( not possible to schmod this file remote )
tried the same from my ISP panel ( via http ) it gives me the same  
answer...

so I do what Im used to, delete file ( thats possible ) and make new  
folder/file ( from orignal package + copy of files from the site..)
Tom

Picon

This seems to be my problem (cann not delete null)

Anybody know why I cannot delete Null ( because its not there I  
know.. but stil??)
problem is with 192c

The files it ( My ISP )cannot delete is ( http acces to the ftp  
server..??)


.nfs1d07030700001091 httpd:httpd 6.24 Kb

   
.nfs1d09e63100001090 httpd:httpd 1.54 Kb

kindly
Tom

Favicon

Re: problems with 192c ( read/write prolems)


I've ever seen such problems. It was coming from the hosting company which
had its special user/group of user to deal with the content of the server.
It resulted in the fact that you, user, could not change the rights on
your folder contents because you were not the user allowed to do this.

I don't know if I was so clear in my explanations but I've solved the
problem by calling the hosting Comp. support and asked them to change the
rights (644 for what I know) for me. You can try to proceed this way.

Good luck ;)

Etienne

On Fri, January 11, 2008 3:51 pm, webmaster@... wrote:
> Just upgraded from 192b to 192c.
> And to be sure nothing went wrong I deleted the entire folder /mysite
> and replaced it with 192c.
> Amoung the reasons for upgrading, was that the tmp/cache kept
> freezing either acces to the entire site, or/and the private area.
> After upgrading I still have the same problems..
> Any ideas..?
>
> Did try to schmod (777) both tmp/cache, /tmp, tmp/setting and more..
> keep getting the same answer ( not possible to schmod this file remote )
> tried the same from my ISP panel ( via http ) it gives me the same
> answer...
>
> so I do what Im used to, delete file ( thats possible ) and make new
> folder/file ( from orignal package + copy of files from the site..)
(Continue reading)

Pierre Andrews | 11 Jan 18:09
Picon
Favicon
Gravatar

Re: This seems to be my problem (cann not delete null)

Hi tom, aoo this is not really clear.

Pierre

tom@... wrote:
> Anybody know why I cannot delete Null ( because its not there I know.. 
> but stil??)
> problem is with 192c
> 
> The files it ( My ISP )cannot delete is ( http acces to the ftp server..??)
> 
> .nfs1d07030700001091 httpd:httpd 6.24 Kb
> 
>    
> <javascript:parent.dload(%22%2Fmir2.dk%2Ftmp%2Fcache2%2F.nfs1d09e63100001090%22)>
> .nfs1d09e63100001090 httpd:httpd 1.54 Kb
> 
> kindly 
> Tom
> 
> 
> 
> 

Gilles Vincent | 12 Jan 13:29
Picon
Gravatar

Re: This seems to be my problem (cann not delete null)

What is your file name ?

On Jan 11, 2008 5:17 PM, tom@... <tom@...> wrote:
>  Anybody know why I cannot delete Null ( because its not there I know.. but
> stil??)
> problem is with 192c
>
> The files it ( My ISP )cannot delete is ( http acces to the ftp server..??)
>
> .nfs1d07030700001091 httpd:httpd 6.24 Kb
>
>
> .nfs1d09e63100001090 httpd:httpd 1.54 Kb
>
> kindly
> Tom
>
>
>
>
>
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
>
>
Picon

what word to use?? spipbb mot_clefs

Im installing spipbb plugin..
and everything is perfekt..  (on 1.92c )( gafospip has been tried but dropped) ( due to lay out problems, cant change neither left nor right for pictures, menus  etc..

Only thing that does not work, is the mot clef word to use.. ( just the word, nothing more)

what word doet it need to work..
tried with a few words, but they didnt work..

tried "rebooting all plugs, deleting gafospip, and more ( even deleted all cache to see if that did the job.. but no !



this is my problem

  • forums_publics : Les forums publics sont bien activés dans SPIP
  • articles_mots : Les mot-clefs sont bien activés dans SPIP
  • mots_cles_forums : Erreur : Vous devez activer les mot-clefs associés aux forums
  • CFG : Plugin requis installé
  • BALISESESSION : Plugin requis installé
  • spip_visites_forums : Table de SpipBB correctement installée
  • spip_auteurs_spipbb : Table de SpipBB correctement installée
  • spip_spam_words : Table de SpipBB correctement installée
  • spip_spam_words_log : Table de SpipBB correctement installée
  • spip_ban_liste : Table de SpipBB correctement installée
this is the problem??
Erreur : Vous devez activer les mot-clefs associés aux forums

yep got that!! 
but what word/words ( and how to accosiate ) ( I can not "turn it on" before i have "related" words to the system.. but the "system" didnt generate any mot_clefs in spip..

tried with :
spipbb
rub_gaboforum

tried with dreamweaver to search all files ( plugin/spipbb ) for word as mot_clefs, mot clefs didnt find anything..

the problem from yesterday with read/write rights wasnt mine.. ( my server was ill )
So its solved

Gmane