gbk * a écrit :
> my tip is that this is not a cache issue.
> are you sure you are editing the correct file?
>
>
My table is named "essais". The only one page on all my hard disk (I
checked it !) dealing with this table and containg references to
$paginator is in app/views/essais/index.ctp.
If I search for some other informations displayed by this view in my
browser, I still find this index.ctp file
Anyway, there is even only one directory views : if I delete it and :
- try to access to an other view : it crashes (normal, the view file
does not exist anymore)
- try to access to the essais view : it works !!
I agree with you : it sounds as if I was not talking about the same file
! But which file !!
Completely crazy !
> On jún. 20, 14:20, Marc MENDEZ <[EMAIL PROTECTED]> wrote:
>
>> I did a few tests :
>>
>> Any changes to index.ctp is ignored... Even worst : I renamed the view
>> folder corresponding to the model : it's still working !
>> But, if I edit the index.thtml fo an other model, it works !!!
>>
>> The only one difference :
>> - The old template was generated by the previous bake app; it's name *.thtml
>> - the new one used the features of Cake 1.2 and was generated by the new
>> bake app
>>
>> gbk * a écrit :
>>
>>
>>> view cache files are generated into /app/tmp/cache/views.
>>> check out the folder, if it's not empty the cache is working...
>>>
>>> gbk
>>>
>>> On jún. 20, 12:01, Marc MENDEZ <[EMAIL PROTECTED]> wrote:
>>>
>>>> Hi,
>>>>
>>>> I'm a newbie and I have started last week studying CakePHP with the 1.1
>>>> release.
>>>> Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
>>>> the website).
>>>>
>>>> Up to this morning, I used view templ"ates generated with the previous
>>>> version of bake (but just corrected to work with 1.2);
>>>> Now, I have just generated model, controller and view using the bake
>>>> utility available with the 1.2 : works fine... but :
>>>> I decided to modify the index.ctp generated : the changes are not visibles
>>>> !
>>>> I even deleted the index.ctp, it's still working ! It works as if the
>>>> index.ctp was cached.
>>>> I check the CACHE_CHECK parameter in the core.php : set to false !
>>>>
>>>> What's wrong !
>>>>
>>>> Help please, it drives me crazy !
>>>>
>>>> BTW : I work with IE. I copied the URL and pasted it directly in a new
>>>> instance of FireFox : I get the same behavior ! So it's not a problem of
>>>> my web browser.
>>>>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---