[TYPO3] Speed improvements
Jamie Lawrence Jenner
forums at webgremlins.net
Wed Jun 28 10:17:07 CEST 2006
I didnt have any issues with the front end extension.
How did you come up with the results you had?
cheers
Jamie
-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Bernhard
Kraft
Sent: 27 June 2006 19:06
To: typo3-english at lists.netfielders.de
Subject: Re: [TYPO3] Speed improvements
Jamie Lawrence Jenner wrote:
> Hi there
>
> I have installed the extensions, and can see immeditae results!
>
> I have just logged in today, and i am getting the follwoing error,
>
> Warning: dir(C:/Program
> Files/typo3/htdocs/typo3wamp/typo3temp/kb_quickbe/0/) [function.dir]:
failed
> to open dir: Invalid argument in C:\Program
>
Files\typo3\htdocs\typo3wamp\typo3conf\ext\kb_quickbe\class.tx_kbquickbe_tce
> main.php on line 47
This is the BE cache extension ... we primarily talked about the FE cache
extension
which is a more pressing issue than BE speed.
I first have to say that I do not a have any windows machines to test ...
but I would
guess you should change the following line in
class.tx_kbquickbe_tcemain.php:
line 47:
$d = dir($dir.'/');
to:
$d = @dir($dir.'/');
This will solve the problem. I didn't know that dir() does generate an error
when used
with a non existing directory instead of just returning no object.
(which is checked exactly after this line)
greets,
Bernhard
--
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------
[[ http://think-open.at | Open source company ]]
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.2/373 - Release Date: 22/06/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.2/373 - Release Date: 22/06/2006
More information about the TYPO3-english
mailing list