[TYPO3-english] Uncaught TYPO3 Exception

2013-04-17 Thread Robert Wildling
Hi, On a TYPO3 4.6.6, under Protocolls, there are strange entries that read like this: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1301648781: The requested page does not exist! | t3lib_error_http_PageNotFoundException thrown in file

Re: [TYPO3-english] Uncaught TYPO3 Exception

2013-04-17 Thread Markus Klein
Hi Robert, this happens if someone tries to access a page that has doktype SPACER. Core Code: // Spacer is not accessible in frontend if ($this-page['doktype'] == \TYPO3\CMS\Frontend\Page\PageRepository::DOKTYPE_SPACER) { ... \TYPO3\CMS\Core\Utility\GeneralUtility::sysLog($message, 'cms',

[TYPO3-english] special character appears with php 5.3

2013-04-17 Thread Joydeep Bakshi
Dear list, I am stuck with a site migration which is running with typo3 4.4.7 and it should be upgraded to 4.7.10 The migration is smooth; the only issue is the special character. As I reached at typo3 4.6.* it demand php 5.3, and as I allow that with cgi module, the sites get php 5.3 and FE

Re: [TYPO3-english] Uncaught TYPO3 Exception

2013-04-17 Thread Robert Wildling
Hi, Markus, thank you for the quick response! - Please help me understand: is this behaviour bad (for eg SEO or validity) or can it be ignored? Or what would the proper usage of a SPACER be (at the moment I only use it in the backend to seperate some Sysfolders from the main Website

Re: [TYPO3-english] divide content page in divs in forntpage

2013-04-17 Thread Francesc Juliana
Hello Adeodat: I am sorry could you explain more detailed what's happening? When you make a search you get always the same result? Is this the problem? Which version of typo3 are you using? Regadrs. Francesc Adeodat adeod...@gmail.com escribió en el mensaje

[TYPO3-english] tt_news how to set limit of news?

2013-04-17 Thread Matej Borik
Dear Typo3 users, during the management of one site I came across one problemwith typo3 version 4.2.8 How to set the number of displayed news? Default is 3, I want to set 5 or more. [img]index.php/fa/15717/0/[/img] Thank You begin 644 ttnews.jpg

Re: [TYPO3-english] Uncaught TYPO3 Exception

2013-04-17 Thread Jigal van Hemert
Hi, On 17-4-2013 10:06, Robert Wildling wrote: thank you for the quick response! - Please help me understand: is this behaviour bad (for eg SEO or validity) or can it be ignored? Or what would the proper usage of a SPACER be (at the moment I only use it in the backend to seperate some

Re: [TYPO3-english] divide content page in divs in forntpage

2013-04-17 Thread Adeodat
Thanks Juliana ! I use typo3 4.6.4 You can try on this link www.rldsf.gov.rw and I use indexsearch witch come with introduction package. Regards 2013/4/17 Francesc Juliana s...@sdf.com Hello Adeodat: I am sorry could you explain more detailed what's happening? When you make a search

Re: [TYPO3-english] special character appears with php 5.3

2013-04-17 Thread bernd wilke
Am 17.04.2013 09:38, schrieb Joydeep Bakshi: Dear list, I am stuck with a site migration which is running with typo3 4.4.7 and it should be upgraded to 4.7.10 The migration is smooth; the only issue is the special character. As I reached at typo3 4.6.* it demand php 5.3, and as I allow that

Re: [TYPO3-english] special character appears with php 5.3

2013-04-17 Thread Joydeep Bakshi
Hello Brend, You are great :-) I do have the DB in utf8; still I run the script you linked ( because I have the backup, so no harm to do experiment). And 90% of the issues has fixed . Many many thanks for the link. I have already kept the script in my personal tool collection. THANKS !! On

[TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Pero Peric
Hi, I'm about to install TYPO3 6.0.4 on a Debian system with PHP 5.3.3-7. Will this work or I can expect problems? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] divide content page in divs in forntpage

2013-04-17 Thread Francesc Juliana
I see what happens. The results are not being shown. Only navigation part is shown. Something is missing. The navigation results changes on evry query. I am not able to determinate what is happening exactly. Have you installed any other search plugin? Francesc Adeodat adeod...@gmail.com

Re: [TYPO3-english] divide content page in divs in forntpage

2013-04-17 Thread Adeodat
Yes I have installed them, but after this problem. To see if I can find another alternative solution, but no one. 2013/4/17 Francesc Juliana s...@sdf.com I see what happens. The results are not being shown. Only navigation part is shown. Something is missing. The navigation results changes

[TYPO3-english] navigation pages show only first page

2013-04-17 Thread Francesc Juliana
Hello everybody: The pagination navigation that I use on all plugins doesn't work. Every page on page navigation point to first page. Anyone knows what's happening. May a bug? Does I need a ptach? Thanks in advance. Francesc ___ TYPO3-english

Re: [TYPO3-english] divide content page in divs in forntpage

2013-04-17 Thread Francesc Juliana
I have discovered that I have same problem on all plugins in mywebsite that uses pagination. May be it's a bug. I have published a post to ask someone else. Seems to be a general problem in platform. If I get answer I will answer this post. Regards. Francesc Adeodat adeod...@gmail.com

Re: [TYPO3-english] tt_news how to set limit of news?

2013-04-17 Thread Loek Hilgersom
Hi, Please don't sent attachments to the list, many people can't read them anyway (see below). You can set the limit either in the plugin record (tab 'Other settings') or in Typoscript, with: tx_plugin.tt_news.limit or tx_plugin.tt_news.latestLimit (Depending on whether you use latest or

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov
Hi! Pero Peric wrote: I'm about to install TYPO3 6.0.4 on a Debian system with PHP 5.3.3-7. Will this work or I can expect problems? Thx. I googled it and found a couple of answers ;) -- Dmitry Dulepov TYPO3 CMS core security teams member ___

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Pero Peric
Yes, I google it already, and yes I found some stuff and yes I don't have 2 days to investigate all reported bugs users reported. For someone who is constantly involved in TYPO3, reading this list every day etc. it should not be so hard to respond something like: yes, there are problems -

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov
Hi! Pero Peric wrote: For someone who is constantly involved in TYPO3, reading this list every day etc. it should not be so hard to respond something like: yes, there are problems - don't do it, or it works ok, or it works but you have to be careful about this and that. Well, if there could

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Pero Peric
Ok. Thx. I installed it and first thing I see is that there are problems (like - it's not working) with extension manager and IE9. I'll give it a try but I somehow it doesn't impress me too much over the previous 4.x versions. Regards. Dmitry Dulepov wrote in message

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Jigal van Hemert
Hi, On 17-4-2013 15:19, Pero Peric wrote: Ok. Thx. I installed it and first thing I see is that there are problems (like - it's not working) with extension manager and IE9. I'll give it a try but I somehow it doesn't impress me too much over the previous 4.x versions. A quick overview of

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Pero Peric
Thx. I'll give it a look and decide. Personally I would stick with 4.x branch but I'm afraid it will become a past after support period expires. Regards. Jigal van Hemert wrote in message news:mailman.1.1366206109.25830.typo3-engl...@lists.typo3.org... Hi, On 17-4-2013 15:19, Pero Peric

Re: [TYPO3-english] Uncaught TYPO3 Exception

2013-04-17 Thread Robert Wildling
Thanks, Jigal! It's a bit weird, because the site is actually a single-load site and the menues are all solved with directory-TypoScripts. The protocoll shows the error about once every day for about 20 or so times in a row in very short time periods (like milliseconds or so). Also the

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Robert Wildling
I googled it and found a couple of answers ;) @Dmitry: I consider your attitude as arrogant and a waste of time here on the list. Please stop posting useless answers and stop littering Google with senseless comments! ___ TYPO3-english mailing

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov
Hi! Robert Wildling wrote: @Dmitry: I consider your attitude as arrogant and a waste of time here on the list. Please stop posting useless answers and stop littering Google with senseless comments! Thank you for your opinion. I will not reply to any of your questions even if I really want to

Re: [TYPO3-english] PHP timeout while copying branch in backend

2013-04-17 Thread Dmitry Dulepov
Hi! Philip Masser wrote: I wanted to copy a mid-sized branch in the backend (~100 pages), but got a ExtDirect-Exception, caused by a PHP timeout (Fatal error: Maximum execution time of 60 seconds exceeded). After a refresh of the page tree, I can see that the branch was partially copied, i.e.

Re: [TYPO3-english] Start and end date in Flexible CE (TV)

2013-04-17 Thread Dmitry Dulepov
Hi! Sergio Catalá wrote: I created a long time ago one Flexible CE in TV that allows to insert several images that work as a slider. Every image is a Section of elements that contain different attributes for every image. Now my customer wants each image has an start date and end date to hide

Re: [TYPO3-english] T3 v.6 and TER upload

2013-04-17 Thread Dmitry Dulepov
Hi! Tomasz Krawczyk wrote: I red somewhere that I should use extdeveval to upload my ext to TER. But how can I do this? Recently I started using an excellent ext tool by Elmar Hinz. It is command line only but it allows to upload extensions faster than through the GUI. -- Dmitry Dulepov

Re: [TYPO3-english] seperate language domain with realurl

2013-04-17 Thread Dmitry Dulepov
Hi! Domi wrote: this is my ts setup: skip Looks ok for me. Not sure what can be wrong here. -- Dmitry Dulepov TYPO3 CMS core security teams member ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] navigation pages show only first page

2013-04-17 Thread Dmitry Dulepov
Hi! Francesc Juliana wrote: The pagination navigation that I use on all plugins doesn't work. Every page on page navigation point to first page. Anyone knows what's happening. What pagination navigation do you use? Is that site online? Could you give a URL to look to? -- Dmitry Dulepov

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov
Hi! Robert Wildling wrote: @Dmitry: I consider your attitude as arrogant and a waste of time here on the list. Please stop posting useless answers and stop littering Google with senseless comments! As I wrote above, the answer to this message is not short or simple. To get the best

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Robert Wildling
It'll be of better help and less a waste of time, if you'd answer right away in the best possible manner. I am pretty sure, nobody posts here any questions without having googled it first. At least, it's just fair to assume that - and you should assume that, too. Hi! Robert Wildling

Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Jigal van Hemert
Hi, On 17-4-2013 18:41, Robert Wildling wrote: I am pretty sure, nobody posts here any questions without having googled it first. At least, it's just fair to assume that - and you should assume that, too. Unfortunately that is an incorrect assumption. On countless occasions I've seen