[TYPO3-dev] blank page after renaming page
David Bruchmann
typo3-dev at bruchmann-web.de
Tue Aug 18 11:52:16 CEST 2009
----- Ursprüngliche Nachricht -----
Von: Jan Schmidt <jan.schmidt at uni-greifswald.de>
Gesendet: Dienstag, 18. August 2009 11:38:27
An: typo3-dev at lists.netfielders.de
CC:
Betreff: Re: [TYPO3-dev] blank page after renaming page
>> David Bruchmann wrote:
>>> Look at the newest thread from steffen kamper:
>>> "realUrl and autoconfiguration."
>> I've seen this thread but I think this covers not my problem as I get a
>> blank page (or better: site) and no error message like "page xxx could
>> not be found". Nevertheless I will take a look at this tommorow.
>
> As I thought yesterday: this covers not my problem: We don't use autoconfig.
>
> Best regards,
> Jan
I recently updated a page with realurl and some extensions like tt_news
and modern_linklist, etc. without problems. Did you do a database_compare?
In the Revision Notes it's said, that nothing special is to take care
of, but I remarked some changes. Looking up I found a snippet here:
ALTER TABLE tx_realurl_errorlog ADD rootpage_id int(11) NOT NULL default
'0';
Changing fields
ALTER TABLE tx_realurl_uniqalias DROP KEY bk_realurl02;
ALTER TABLE tx_realurl_uniqalias ADD KEY bk_realurl02
(tablename,field_alias,field_id,value_alias(220),expire);
In the first line a field is added.
I'm not quiet sure if the snippet still is from update but I think
because I can't imagine where from it shall come else.
Just make a compare by yourself, so you can compare with my values too.
Best regards
David
More information about the TYPO3-dev
mailing list