Re: [TYPO3-english] With the new frontend editing I get a total empty screen

2009-10-14 Thread Dan Osipov
Thanks! This has been reported as an issue: http://forge.typo3.org/issues/show/4814 If you can provide more info to replicate, it would be appreciated! Dan Osipov Calkins Media http://danosipov.com/blog/ Daniel Doesburg wrote: > Hi Dmitry and Steffen, > > I know this. And I did it. &

Re: [TYPO3-english] Issue with config.no_cache

2009-10-13 Thread Dan Osipov
Doesn't 4.3 tell you where set_no_cache was called (if you enabled that level of logging?) Dan Osipov Calkins Media http://danosipov.com/blog/ Steffen Müller wrote: > Hi. > > On 13.10.2009 10:47 JoH asenau wrote: >> Check for extensions that might use no_cache=1 as a defaul

Re: [TYPO3-english] With the new frontend editing I get a total empty screen

2009-10-13 Thread Dan Osipov
Have you checked the PHP error log? There could be a fatal error - in that case we need to know about it! What PHP version are you using on the remote server? Dan Osipov Calkins Media http://danosipov.com/blog/ Daniel Doesburg wrote: > Hi Dan, > > I've tried with and without fe

Re: [TYPO3-english] With the new frontend editing I get a total empty screen

2009-10-13 Thread Dan Osipov
Do you have old feedit installed as well? Dan Osipov Calkins Media http://danosipov.com/blog/ Daniel Doesburg wrote: > A small addition: > If I un-install the new frontend editing extension all went well. And > with this extension installed all went also well, but the functionality

Re: [TYPO3-english] t3lib_extMgm::addPItoST43 problems

2009-10-05 Thread Dan Osipov
Yes - I had to set it to 0 to avoid file caching. Dan Osipov Calkins Media http://danosipov.com/blog/ Milicev Uros wrote: > I just noticed some problems, and still searching for cause. > > Did you mean * *extCache flag in config part of ins

Re: [TYPO3-english] t3lib_extMgm::addPItoST43 problems

2009-10-05 Thread Dan Osipov
I've noticed before that if the ext_ file caching is enabled (files are concatenated and cached in temp_ files), then some extensions fail to work properly - is that what you're referring to? Dan Osipov Calkins Media http://danosipov.com/blog/ Milicev Uros wrote: > Anyone experi

Re: [TYPO3-english] Use DAM categories for tt_news

2009-09-21 Thread Dan Osipov
Take a look at the hooks: processDatamap_postProcessFieldArray processDatamap_afterDatabaseOperations Unfortunately, any help beyond this would require a chapter... Look for documentation, or pick up a TYPO3 extension development book. Let me know if you're still unsucessful. Dan O

Re: [TYPO3-english] tt_news TypoScript

2009-09-16 Thread Dan Osipov
.. | 1 } } Dan Osipov Calkins Media http://danosipov.com/blog/ Lamb, Brian wrote: > Greetings all, > > Is it possible to attribute different TypoScript descriptions to different > tt_news records on the same page? For example, I have the following > TypoScript on a page:

Re: [TYPO3-english] Use DAM categories for tt_news

2009-09-16 Thread Dan Osipov
No, both projects rely on their categories in queries. What you can do, however, is make an extension and hook into TCE, so that when a new tt_news category is created, a matching DAM category is created at the same time. Dan Osipov Calkins Media http://danosipov.com/blog/ Rik Willems wrote

Re: [TYPO3-english] Dam is uploading old version if called as dependency!

2009-09-15 Thread Dan Osipov
I think its a problem with TER... Dan Osipov Calkins Media http://danosipov.com/blog/ Andreas Becker wrote: > Hi all > > ATTENTION. DAM is uploading an old Version when you call it as a dependecy > from your extension. You need to update it otherwise you have error messages >

Re: [TYPO3-english] list of recipes

2009-09-15 Thread Dan Osipov
You're using an old version of tt_news. Make sure to download a new one from the TER: http://typo3.org/extensions/repository/view/tt_news/current/ Dan Osipov Calkins Media http://danosipov.com/blog/ Lex Thoonen wrote: > Hi, > > What I'd like is to show a list of recipes on

Re: [TYPO3-english] RealURL query

2009-09-15 Thread Dan Osipov
if I'm the only one experiencing it... I'll check Mozilla bugtracker. Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] RealURL query

2009-09-15 Thread Dan Osipov
config.absRefPrefix works. I think this is an issue in general, as FF interprets base href differently from IE. A workaround I found is to add a slash to the beggining of the URL to make it relative, as in: http://localhost/pb/"; /> What do you think? Dan Osipov

Re: [TYPO3-english] RealURL query

2009-09-11 Thread Dan Osipov
On my local installation (I was able to replicate locally and on the live server): config.baseURL = http://localhost/pb/ This generates the following source: http://localhost/pb/"; /> Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > H

Re: [TYPO3-english] RealURL query

2009-09-11 Thread Dan Osipov
Further debugging shows that this doesn't happen in IE, only Firefox (I'm running 3.5.3)... Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > Thanks! > > I've spent some time debugging the issue, and narrowed it down. > > This happens af

Re: [TYPO3-english] RealURL query

2009-09-11 Thread Dan Osipov
le/28/2009/january/28/typo3temp/javascript_93077bb238.js" instead of "/pb/typo3temp/javascript_93077bb238.js" which is a valid location of the file. Where can I go from here? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan

Re: [TYPO3-english] RealURL query

2009-09-10 Thread Dan Osipov
%{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> When checking processlist, I often see queries like this: >> SELECT uid FROM tt_news WHERE

Re: [TYPO3-english] slow TYPO3

2009-09-09 Thread Dan Osipov
Error 500 could be generated by a timeout (among other things). You should check server logs, as they may hint at the source of the problem. Dan Osipov Calkins Media http://danosipov.com/blog/ Kim Holberg Andersen wrote: > Hi, > > My installation has been awfully slow the last few day

[TYPO3-english] RealURL query

2009-09-09 Thread Dan Osipov
'alias_field' => 'title', 'addWhereClause' => ' AND deleted=0 AND hidden=0', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array ( &#

Re: [TYPO3-english] TT NEWS

2009-09-08 Thread Dan Osipov
I always found that setting hard to find... ;) Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> In TS, add: >> plugin.tt_news.displaySingle.caption_stdWrap > > > Heh, I wanted to give

Re: [TYPO3-english] TT NEWS

2009-09-08 Thread Dan Osipov
In TS, add: plugin.tt_news.displaySingle.caption_stdWrap > Dan Osipov Calkins Media http://danosipov.com/blog/ Clay Sissing wrote: > Hi All > > > > Have this problem. Working on the single news option. > > Wrapped the title with h1 in the template, but it has the

Re: [TYPO3-english] sr_freecap problem

2009-08-10 Thread Dan Osipov
Are you sure GD is configured? Are all tests successful in the Install tool? Can you try to install ImageMagick, just to see what happens? Dan Osipov Calkins Media http://danosipov.com/blog/ Marcus 'biesior' Biesioroff wrote: > Stan pisze: >> Hi >> >> TRY -

Re: [TYPO3-english] Typo3 Linux hosting script - need suggestion

2009-08-04 Thread Dan Osipov
I've described [1] how pureftpd can be used with TYPO3 to give BE users access to the filing system. I think you're looking for something like that, correct? [1] http://danosipov.com/blog/?p=52 Dan Osipov Calkins Media http://danosipov.com/blog/ J. Bakshi wrote: > Dear all, >

Re: [TYPO3-english] GET variable in TypoScript

2009-07-30 Thread Dan Osipov
This was it, thanks a lot!! Dan Osipov Calkins Media http://danosipov.com/blog/ Michael Miousse wrote: > Le Wed, 29 Jul 2009 15:49:31 -0400, Dan Osipov a écrit : > >> Nope, it didn't do the trick... >> >> Dan Osipov >> Calkins Media >> http://danosipov.

Re: [TYPO3-english] GET variable in TypoScript

2009-07-29 Thread Dan Osipov
Nope, it didn't do the trick... Dan Osipov Calkins Media http://danosipov.com/blog/ Tyler Kraft wrote: > Hi > > You can try this > > stdWrap.typolink { > parameter = this > additionalParams.dataWrap = > &tx_cegallery_pi1[album]={GPvar:XXX}&

[TYPO3-english] GET variable in TypoScript

2009-07-28 Thread Dan Osipov
&type=100 additionalParams.insertData = 1 } ... -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] DAM and full text search in documents

2009-07-10 Thread Dan Osipov
By default, DAM can only search metadata. If you want to search inside files, you need to use external software or search engine API. Dan Osipov Calkins Media http://danosipov.com/blog/ Loek Hilgersom wrote: > Hi, > > I am working on a site which uses DAM and DAM categories. What

Re: [TYPO3-english] typo3.4.28 ENABLE_INSTALL_TOOL problem

2009-07-10 Thread Dan Osipov
4.2.8 has a new security feature that auto deletes the file after a while. See patch 11368. If you think there is a bug with the behavior, make sure to report it. Dan Osipov Calkins Media http://danosipov.com/blog/ Stan wrote: > > Hi > > I am trying to install typo3 >

Re: [TYPO3-english] Memory consumption with 4.3

2009-06-10 Thread Dan Osipov
This also depends on the extensions you install, and the overall structure of your website. Our setup requires a minimum of 128 Mb for the FE and 512 Mb for cron CLI tasks. Dan Osipov Calkins Media http://danosipov.com/blog/ Jan Bednarik wrote: >> 128 is the recommended minimum... >

Re: [TYPO3-english] Memory consumption with 4.3

2009-06-10 Thread Dan Osipov
128 is the recommended minimum... Dan Osipov Calkins Media http://danosipov.com/blog/ Jan Bednarik wrote: > Hi folks, > > I'm running old 3.8 version on 16MB memory limit and it goes smothly. > However, my exprience shows that 16MB is not enough for 4.2.x. I don't >

Re: [TYPO3-english] Errors including typo3conf/temp_CACHED_***_ext_tables.php file

2009-05-26 Thread Dan Osipov
It could be that the second hit comes after the file is created and locked for writing, but not written to yet... Just an idea. Do you see any problems that this is causing? Dan Osipov Calkins Media http://danosipov.com/blog/ Francois Suter wrote: > Hi folks, > > On a pretty large si

Re: [TYPO3-english] Pagetree not working properly

2009-05-11 Thread Dan Osipov
Do you have gzip enabled for the backend? Try to disable it. Dan Osipov Calkins Media http://danosipov.com/blog/ Bartbogdan wrote: > Hello all, > > The pagetree in the backend of our typo3 installation is not working > properly. > Clicking the plus sign does not expand a b

Re: [TYPO3-english] Default page cache setting

2009-05-11 Thread Dan Osipov
config.cache_period = 30 Dan Osipov Calkins Media http://danosipov.com/blog/ Victor Livakovsky wrote: > Hi, list. > > I can't find, where should I set up the default time for storing page > cache? > If I insert somtehing like this into page TSconfig: > TCAdefaults.pages.

Re: [TYPO3-english] delete cache tables

2009-04-22 Thread Dan Osipov
Yes, they do. Use clear all cache option in TYPO3 to do it for you. Dan Osipov Calkins Media http://danosipov.com/blog/ Unai Aizpurua wrote: > Hi all, > > Have a serious isssue. > Need to downsize the database as soon as possible. > > My cache tables as very very big, what ha

Re: [TYPO3-english] recommendation for banner management?

2009-04-21 Thread Dan Osipov
If you're OK with using something outside of TYPO3, I recommend OpenX - opensource, yet extremely robust: http://www.openx.org Dan Osipov Calkins Media http://danosipov.com/blog/ Katja Lampela wrote: > Hi, > > I'm looking for a banner management which has reliable stat

Re: [TYPO3-english] need advice - recommended server specs

2009-04-16 Thread Dan Osipov
ease of maintenance or have them in one installation for content sharing & user management. Whether its a good idea or not depends on the specific situation. Dan Osipov Calkins Media http://danosipov.com/blog/ Joko Nurjadi wrote: > Hi, > > I plan to develop about 20 websites with

[TYPO3-english] Cached pages in IE

2009-04-07 Thread Dan Osipov
? Can someone verify? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] RealUrl different behavior in dffferent browsers

2009-03-30 Thread Dan Osipov
Make sure to upgrade to the latest version of TYPO3 and RealURL first, and let us know if its still an issue. Dan Osipov Calkins Media http://danosipov.com/blog/ Barbara B. Johansen wrote: > Hi. > > RealUrl (ver. 1.4.0 with Typo3 ver.4.2.2 ) works fine with Internet > Explorer

Re: [TYPO3-english] Cannot edit record with flexform

2009-03-26 Thread Dan Osipov
Are you doing both actions as an admin user? Dan Osipov Calkins Media http://danosipov.com/blog/ Malte Jansen wrote: > Hi! > I just created a new record-type (some input fields, one select field > and a flex-field) with the kickstarter . > > Creating a record and saving it in th

Re: [TYPO3-english] phpmyadmin- Class 't3lib_div' not found

2009-03-24 Thread Dan Osipov
I know that version has problems. Try 4.1.* Dan Osipov Calkins Media http://danosipov.com/blog/ Rupali wrote: > i have installed 4.2.0 from TER. > > > > 2009/3/23 Dan Osipov > >> What version of phpMyAdmin are you using? Try downgrading one version. >> Dan O

Re: [TYPO3-english] phpmyadmin- Class 't3lib_div' not found

2009-03-23 Thread Dan Osipov
What version of phpMyAdmin are you using? Try downgrading one version. Dan Osipov Calkins Media http://danosipov.com/blog/ Rupali wrote: > Hello List, > > i have installed latest version of phpmyadmin. on clicking the module it > gives me follwing error : > *Fatal error*: Class

Re: [TYPO3-english] Performance limit of tt_news

2009-03-01 Thread Dan Osipov
All depends on the power of your database. Our site currently has ~150,000 items in tt_news and over 250,000 in tt_news_cat_mm. Performance is relatively good. Dan Osipov Calkins Media http://danosipov.com/blog/ Markus Deckmann wrote: > Hi Guys, > > Does anybody have experiences

Re: [TYPO3-english] New TYPO3 site

2009-02-28 Thread Dan Osipov
es go to the static server. SO far, iSCSI has performed relatively well, and hasn't been a bottleneck. Dan Osipov Calkins Media http://danosipov.com/blog/ Graham Solomon wrote: > Hi Dan, > > Thanks for getting back to me, I think the SQL cluster part is quite > easily implemented, m

Re: [TYPO3-english] realurl decoding

2009-02-27 Thread Dan Osipov
I've also noticed this behavior. I think it might be a bug, but unfortunately I wasn't able to find a clear way to replicate it. Dan Osipov Calkins Media http://danosipov.com/blog/ Stephan Petzl wrote: > Dmitry Dulepov schrieb: > >> I see two different pag

Re: [TYPO3-english] Upgrade to 4.2.6 made /typo3 404 error

2009-02-21 Thread Dan Osipov
Do you have realURL installed? Are you sure you didn't rewrite the original configuration during the upgrade? Dan Osipov Calkins Media http://danosipov.com/blog/ Elijah Alcantara wrote: > Hi, > > It was working before... but after the upgrade and the session times out > I tri

Re: [TYPO3-english] Fork of Typo3 ?

2009-02-21 Thread Dan Osipov
This is completely false. We run a news portal with close to a million daily hits on TYPO3 core. Dan Osipov Calkins Media http://danosipov.com/blog/ Konstantin wrote: > Sorry, but TYPO3 coudnt be applied to site with one million visited page > per day. Typo3 has powerfull engine to

Re: [TYPO3-english] New TYPO3 site

2009-02-20 Thread Dan Osipov
), which we are planning to split into Master/Slave cluster of several servers. Let me know if you have any questions about any specific area of our setup. I occasionally post blogs if I find a new way of doing something that causes significant improvements in performance. Dan Osipov Calkins

Re: [TYPO3-english] Fork of Typo3 ?

2009-02-20 Thread Dan Osipov
Removing all mentions of TYPO3 from the code and design doesn't make it a brand new CMS. It's clearly obvious that the bulk of the code is still from TYPO3 core, and as such it violates GPL. Design is not the problem - but its something that gives it away. Dan Osipov Calkins

Re: [TYPO3-english] RealURL and Google Analytics

2009-02-12 Thread Dan Osipov
Thanks! I'll give it a try Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> Google Analytics offers campaign tracking through extra parameters >> attached to links, for example: >> http://www.example.com/

[TYPO3-english] RealURL and Google Analytics

2009-02-12 Thread Dan Osipov
How do I do it without screwing up the caching and the cHash? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Add some fields in tt_news articles

2009-02-04 Thread Dan Osipov
After you do this, you can use various hooks tt_news provides to render the fields on the FE, or use them in the code somehow. Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Sergio Catalá wrote: >> Could someone give me some hints (or ste

Re: [TYPO3-english] New TYPO3 site

2009-02-03 Thread Dan Osipov
mize cache clearing when new stories are posted (which happens quite often). Dan Osipov Calkins Media http://danosipov.com/blog/ stefano cecere wrote: > Great work Dan! > > can you explain a bit how you choose the TYPO3/tt_news combo for a news > portal? > > since tt_news has

[TYPO3-english] New TYPO3 site

2009-02-03 Thread Dan Osipov
have been resolved. I want to sincerely thank the entire TYPO3 community for helping us every step of the way as we learned the basics of the system, all the way through migration. We look forward to years of collaboration as we work with the system. -- Dan Osipov Calkins Media http

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Dan Osipov
> But I think it is axiom: less data and shorter keys -> more speed to SELECT. Sure, but the question is by how much. It doesn't matter that the look up is fast if it gives the wrong result. So its a trade off between accuracy and speed - and in this case I think accuracy takes pri

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Dan Osipov
I think the 32 char value must be used, to prevent collisions and guarantee (almost) the uniqueness. How slow does it make the table seeks? And what table are we talking about - I think tx_realurl_chashcache only looks up by spurl_hash. Dan Osipov Calkins Media http://danosipov.com/blog

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Dan Osipov
But is the hash unique & fast for lookups? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dmitry Martynenko wrote: >> Now I have tx_realurl_chashcache table like (it differs from standart >> RealURL table - spurl_hash alr

Re: [TYPO3-english] Duplicate cHash values

2009-01-17 Thread Dan Osipov
Thanks! I'll look into it. Dan Osipov Calkins Media http://danosipov.com/blog/ Georg Ringer wrote: > Dan Osipov wrote: >> This is an extremely serious issue for us, so I can write a patch. I >> don't know where to start though - so any guidance you can provide is

Re: [TYPO3-english] Duplicate cHash values

2009-01-17 Thread Dan Osipov
This is an extremely serious issue for us, so I can write a patch. I don't know where to start though - so any guidance you can provide is appreciated. Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Georg Ringer wrote: >> Dmitry, do yo

[TYPO3-english] Duplicate cHash values

2009-01-16 Thread Dan Osipov
increase the size of cHash value to prevent collisions? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TYPO3 Logo

2009-01-13 Thread Dan Osipov
Had an argument - does the TYPO3 logo actually mean anything? I mean is it supposed to represent something? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http

Re: [TYPO3-english] embed a 'live' flickr stream

2009-01-09 Thread Dan Osipov
It's certainly possible - I've worked with Flickr API, and it works well. I don't know if there is an extension for it though. You might have to code one yourself. Dan Osipov Calkins Media http://danosipov.com/blog/ Frank Sonck wrote: > Hello list, > > I'd like to

[TYPO3-english] RealURL chash cache

2009-01-08 Thread Dan Osipov
Is it safe to empty tx_realurl_chashcache table? Should it happen upon page cache clearing? I see some duplicate chash_string values in that table, corresponding to different spurl_hash values. What does that mean? -- Dan Osipov Calkins Media http://danosipov.com/blog

Re: [TYPO3-english] Very slow performance when clearing cache & viewing template / huge db size increase

2009-01-08 Thread Dan Osipov
I wrote a blog about hacking tt_news to optimize it for performance: http://danosipov.com/blog/?p=21 This helped significantly, but is still a problem when cache clears on our site during peak traffic times. Dan Osipov Calkins Media http://danosipov.com/blog/ Francisco Javier Huerta Lopez

Re: [TYPO3-english] DAM media list: replace and rename icons possible?

2008-12-12 Thread Dan Osipov
Looks like you are missing some TS. Can you see the options when you are an admin user? What about if you right click on an icon? What version of DAM are you using? Dan Osipov Calkins Media http://danosipov.com/blog/ Fuss wrote: > Hi list, > > is there any reason why it is not po

Re: [TYPO3-english] TCA select

2008-12-05 Thread Dan Osipov
Thanks, That did the trick for the right hand selection box with all the items, but the left one is the same width as before - can it be widened? Dan Osipov Calkins Media http://danosipov.com/blog/ Michael Miousse wrote: > Dan Osipov wrote: > >> How can I increase the width? >

[TYPO3-english] TCA select

2008-12-04 Thread Dan Osipov
Hello all, The multiple-item select field I have defined in TCA is not wide enough to cover all the characters of the item name, and no scroll bars appear. How can I increase the width? Dan -- Dan Osipov Calkins Media http://danosipov.com/blog

[TYPO3-english] extCache

2008-11-18 Thread Dan Osipov
function used in a TypoScript condition was never executed. When the cached files are removed, everything works - until the next hit when the files are regenerated. Did anyone else encounter this, and what could be the cause? -- Dan Osipov Calkins Media http://danosipov.com/blog

Re: [TYPO3-english] RealURL 404 page

2008-11-14 Thread Dan Osipov
Thanks Dmitry, that was the issue. Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> With the latest version of RealURL, a page that doesn't exist generates >> an error: "'does-not-exist' was not

[TYPO3-english] RealURL 404 page

2008-11-13 Thread Dan Osipov
With the latest version of RealURL, a page that doesn't exist generates an error: "'does-not-exist' was not a keyword for a postVarSet as expected!" How can we redirect this as a 404 response to a different page? -- Dan Osipov Calkins Media

Re: [TYPO3-english] Script Start

2008-10-28 Thread Dan Osipov
My bad, I didn't have the tree turned on. Here is where the jump happens: /Include Frontend libraries 16 14 /Front End user initialized 4879118 Ideas? Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > O

Re: [TYPO3-english] tt_news user funcs

2008-10-28 Thread Dan Osipov
All user functions must have a prefix "user_", otherwise they will not execute. Dan Osipov Calkins Media http://danosipov.com/blog/ Lamb, Brian wrote: > I have added the following to a page that has a tt_news list item: > > > > includeLibs.displayFileLinks =

Re: [TYPO3-english] Strange cache

2008-10-28 Thread Dan Osipov
FYI, problem solved. The typoscript set up for tt_news was messed up for some reason, so reinstalling it resolved the issue. Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > FYI, this happens even with no_cache parameter... > Clearing cache in the BE still works. &g

Re: [TYPO3-english] Strange cache

2008-10-27 Thread Dan Osipov
FYI, this happens even with no_cache parameter... Clearing cache in the BE still works. Really strange!! I would appreciate any help. Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > FYI, gp_branchcache and other extensions did not help. > > We noticed that th

Re: [TYPO3-english] Strange cache

2008-10-27 Thread Dan Osipov
FYI, gp_branchcache and other extensions did not help. We noticed that the problem only occurs for tt_news elements. Seems like they are simply ignored when rendering a page. Anyone have the same experience? Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > We'r

[TYPO3-english] Script Start

2008-10-27 Thread Dan Osipov
now the site is connected to a slow DB, but otherwise the server is fast. -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Strange cache

2008-10-23 Thread Dan Osipov
I found the extension that does it: gp_branchcache Dan Osipov Calkins Media http://danosipov.com/blog/ Dan Osipov wrote: > I don't get that option. Are you sure its the correct extension? > > Dan Osipov > Calkins Media > http://danosipov.com/blog/ > > Dmitry M

Re: [TYPO3-english] felogin

2008-10-23 Thread Dan Osipov
I would think this would be very ineffective on a high traffic site. You're talking about an insert query on every single page, right? Dan Osipov Calkins Media http://danosipov.com/blog/ bernd wilke wrote: > Am Thu, 23 Oct 2008 16:03:32 -0400 schrieb Frank Weindel: > >> H

Re: [TYPO3-english] Strange cache

2008-10-23 Thread Dan Osipov
I don't get that option. Are you sure its the correct extension? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Martynenko wrote: > Hi Dan, > > DO> We're having some strange caching issues. When an element is created on > DO> the page, and page is

Re: [TYPO3-english] Strange cache

2008-10-23 Thread Dan Osipov
Thanks! I'll try the extension out. Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Martynenko wrote: > Hi Dan, > > DO> We're having some strange caching issues. When an element is created on > DO> the page, and page is viewed, most of the time the ele

Re: [TYPO3-english] Strange cache

2008-10-23 Thread Dan Osipov
I know - just wanted to say that the problem is with the stable branch. Bug? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> We're using 4.2.2. I know 4.3 uses the new caching framework, but we'll >> upgra

Re: [TYPO3-english] SPEED comparison of JS Frameworks

2008-10-22 Thread Dan Osipov
Tell that to the rest of the world... Dan Osipov Calkins Media http://danosipov.com/blog/ Xavier Perseguers wrote: > ries van Twisk wrote: >> >> On Oct 22, 2008, at 10:37 AM, Andreas Burg wrote: >> >>> Peppy 0.1 194 >>> Sizzle 241 &g

Re: [TYPO3-english] SPEED comparison of JS Frameworks

2008-10-22 Thread Dan Osipov
Dmitry Dulepov wrote: > Because there are very few people who actually do development. And > even those are often stopped from making useful changes. So what's the solution? Drop the core list? Dan Osipov Calkins Media http://danosip

[TYPO3-english] Strange cache

2008-10-22 Thread Dan Osipov
nyone else experienced this? Is there something that can be done to fix it? We're using 4.2.2. I know 4.3 uses the new caching framework, but we'll upgrade when its stable. -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-englis

Re: [TYPO3-english] Another RSS discussion

2008-10-07 Thread Dan Osipov
Could it be a caching issue by the newsreader? I've had that problem once... Dan Osipov Calkins Media http://danosipov.com/blog/ Lamb, Brian wrote: > Hello all, > > > > This is quite frustrating. I have an RSS feed set up exactly the way I > wanted it. It works corre

Re: [TYPO3] Problem with tt_news

2008-10-01 Thread Dan Osipov
I had the same problem with one of my extensions, and pinpointed the problem to be the pagebrowser. tt_news extends the default pagebrowser from pibase, but this error might remain. Dan Osipov Calkins Media http://danosipov.com/blog/ Sebastian Scholz wrote: > Hi > > I have a smal

Re: [TYPO3] tt_news with RSS

2008-09-30 Thread Dan Osipov
I know I had to highly modify the default setup from the manual to get it to work. Someone should really fix it for 3.0.0 Try defining the category and PID info in this section: > # Configure tt_news to display the xml template > plugin.tt_news { > displayXML { Dan Osipov Calkins M

Re: [TYPO3] comments and fe users

2008-09-30 Thread Dan Osipov
I checked comments_feuser, but it only works in the BE. Can it be done automatically - assigning the user id when comment is inserted in the FE? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov wrote: > Hi! > > Dan Osipov wrote: >> We're trying to li

[TYPO3] comments and fe users

2008-09-30 Thread Dan Osipov
using hooks? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] tt_news with RSS

2008-09-30 Thread Dan Osipov
It would seem you're missing some configuration to make the tt_news RSS feed work properly. Did you define a category? What about a storage page? Can you post your TypoScript code, so that we can find an omission? Dan Osipov Calkins Media http://danosipov.com/blog/ Lamb, Brian wrote:

Re: [TYPO3] Typo3 listserv complaints

2008-09-05 Thread Dan Osipov
I agree, using Thuderbird is much easier to use than email for the list. I also noticed that several forums parse the news list. They are then indexed by google. Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov [typo3] wrote: > Hi! > > Lamb, Brian wrote: &

Re: [TYPO3] Google Chrome Browser / iPhone

2008-09-03 Thread Dan Osipov
I agree - a mobile version of BE would be a killer feature! Usability would have to be carefully analyzed though. Dan Osipov Calkins Media http://danosipov.com/blog/ Xavier Perseguers wrote: > Hi, > >> Just installed it and it looks great, is incredible fast and a real

Re: [TYPO3] best extension for filemanegement?

2008-09-02 Thread Dan Osipov
DAM (digital asset manager) Dan Osipov Calkins Media http://danosipov.com/blog/ Simon Eljær Hansen wrote: > Hey, im looking for an frontend extension with following posibilites? > > *user restriction, ex only Moderator and Admin user > *restriction difference, ex. Admin can see mod

Re: [TYPO3] tt_news first paragraph

2008-08-24 Thread Dan Osipov
/ Wrap $post[1][0], and append it to the rest of the text } } Dan Osipov Calkins Media http://danosipov.com/blog/ Lee M. Childress wrote: > Before I go hacking away at the actual tt_news code, I am sure there is a > better way to do this: > > When displaying a single view in tt_n

Re: [TYPO3] Dynamic Menu

2008-08-22 Thread Dan Osipov
I tried to remove that line - it doesn't work either... How can I get the same behavior as the rootline, but starting from a different PID? Dan Osipov Calkins Media http://danosipov.com/blog/ Dmitry Dulepov [typo3] wrote: > Hi! > > Dan Osipov wrote: >> I am trying to cre

[TYPO3] Dynamic Menu

2008-08-21 Thread Dan Osipov
completely ignored... Can someone point me to a mistake? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Menu and pids

2008-08-15 Thread Dan Osipov
TMENU marks.BREADCRUMBS.1 { # Do stuff } The value of tx_ttnews[backPid] is completely ignored... Am I doing something wrong? Dan Osipov Calkins Media http://danosipov.com/blog/ Tyler Kraft wrote: > yes > > get your menu to work right using an arbitrary value, that way you kn

Re: [TYPO3] MySQL 5.1 error

2008-08-13 Thread Dan Osipov
There was a bug in Typo3 4.1, but as far as I know its been solved in Typo3 4.2. What version are you running? Dan Osipov Calkins Media http://danosipov.com/blog/ Lamb, Brian wrote: > Hello all, > > > > We recently upgrade our database servers from MySQL 5.0 to MySQL 5.1 and

[TYPO3] Menu and pids

2008-08-13 Thread Dan Osipov
render the menu, when it actually isn't)? -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] Random CEs

2008-08-09 Thread Dan Osipov
ended each time. Any ideas are appreciated. We want to maintain maximum performance. -- Dan Osipov Calkins Media http://danosipov.com/blog/ ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/list

Re: [TYPO3] Help, deleted the page tree

2008-08-08 Thread Dan Osipov
You can go into database manually and change all pages that have deleted set to 1 back to 0, and then remove the pages that you want deleted. Look in the pages table. Dan Osipov Calkins Media http://danosipov.com/blog/ Sigurður E. Vilhelmsson wrote: > Hi all, > > I just managed to

  1   2   >