Re: [TYPO3-english] how to eliminate in RTEhtml the attribure alt="undefined" in accessibility link icons?

2013-11-14 Thread Stephan Bernhard
nobody really has an idea? who could be the responsible developer for RTEhtml now? thanks for further hint and help stephan On 13.11.2013 12:28, Stephan Bernhard wrote: hi list sorry for crossposting this thread, but t.p.rte seems to be totally unpopulated. here my problem with accessibilit

Re: [TYPO3-english] Show usergroup

2013-11-14 Thread bernd wilke
Am 14.11.13 17:49, schrieb Miguel: Did i put it in the right place? Because it doesnt worked... optionsplit is very delicate. as I mentioned I don't know a secure way to get the second element in a list in all configurations. therefore I would debug the intermediate values to be sure the next

Re: [TYPO3-english] why are flash messages not displaying on some pages

2013-11-14 Thread Patrick Schriner
For 4.5 I can only confirm this: Add them to a queue, and they won't show up after a redirect. Add them to the flashmessagecontainer, and they do show up. On Thu, 14 Nov 2013 18:48:11 +0100, Calgacus map Brude wrote: Hi, I added some flash messages to some pages but they do not show up aft

Re: [TYPO3-english] comments extension with file upload

2013-11-14 Thread Jan Bednarik
Hi Vasyl, you can download it here: http://download.bednarik.org/jb_image_comments.zip Regards Jan Dne 13.11.2013 11:11, Vasyl Mosiychuk napsal(a): Hello, Jan! I need your extension "comments". Just comments where should be the possibility to upload files and images for all comments. Where

[TYPO3-english] Re: run a simple query to check for existence of a value

2013-11-14 Thread Calgacus map Brude
here is what I finally got to work: in my repo public function findCouponByBarcode($code) { $query = $this->createQuery(); $query->matching($query->like('barcode',$code) ); $ret = $query->execute(); return $ret } and in my controller: $barcode = '123123123';//example $

[TYPO3-english] to add a simple join table do i need to add a domain?

2013-11-14 Thread Calgacus map Brude
Hi, I am building a coupon management extension and want to associate each coupon with each person (in the fe_users table) who uses it. I want to do this by creating a third table which contains the uid of the user and the uid of the coupon. a simple two field table. how do i do this in typ

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread Loek Hilgersom
Too bad. Thank you for responding anyway. Loek On 14-11-13 17:39, François Suter wrote: Hi Loek, Did you get a bit of picture of TYPO3-based intranet solutions? No, not more than at the time. Cheers ___ TYPO3-english mailing list TYPO3-english@l

[TYPO3-english] why are flash messages not displaying on some pages

2013-11-14 Thread Calgacus map Brude
Hi, I added some flash messages to some pages but they do not show up after a redirect. Existing pages already have this feature and it works fine there but on the pages I added the exact same code and tag it does not work. besides adding code like so: $this->flashMessageContainer->add('Val

[TYPO3-english] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Show usergroup

2013-11-14 Thread Miguel
Did i put it in the right place? Because it doesnt worked... Please check my code: 50 = TEXT 50.data = TSFE:fe_user|user|tx_itypoexpiringfegroups_groups 50.cObjNum = || 1 || 50.split { token = * cObjNum = 1 1 { 10 = TEXT 10.current = 1 10.split { token = | cObjNum = 1 |*| 2

Re: [TYPO3-english] menu based on sys_category?

2013-11-14 Thread François Suter
Hi bernd, as sys_category is connected to tt_content and pages by default it would be nice to build up menus depending on categories is/will there a build in option in 6.2? For pages, it is already in the Core and will be in 6.2. See [1] and [2]. For content elements, there's a patch pending

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread François Suter
Hi Loek, Did you get a bit of picture of TYPO3-based intranet solutions? No, not more than at the time. Cheers -- Francois Suter Work: Cobweb Development Sarl - http://www.cobweb.ch TYPO3: Help the project! - http://typo3.org/contribute/ Appreciate my work? Support me - http://www.monpet

[TYPO3-english] Moving from subdomain to root

2013-11-14 Thread Luis E. Suarez
Hi all, I have googled on how to move a TYPO3 site from subdirs to root. No way. I have upgraded a medium size (less than 5000 pages) TYPO3 4.1 site into 6.1. I did the job on a subdomain in order to avoid disturbing the old 4.1 site while working in the new one. The new one is a carbon cop

[TYPO3-english] menu based on sys_category?

2013-11-14 Thread bernd wilke
I think I have read about a new kind of menu which should be available in 6.2: a menu based on sys_category entries. but now I don't find anything but the possibility to handle sys_category records in an own extension. as sys_category is connected to tt_content and pages by default it would

[TYPO3-english] Re: Frontend pages show 404 error, viewing in the backend works fine

2013-11-14 Thread Jennifer Koenig
Here's the answer to my problem, which I was able to find after hours of Googling: In the file "default" under "etc/apache2/sites_available", the tags for the web docroot direction need to include "AllowOveride All", like so: Options Indexes FollowSymLinks MultiViews

[TYPO3-english] Bug: There isn't any view configured.

2013-11-14 Thread TSniper
Hello, i have a problem integrating the browser extension, i have this error and i don't know how to resolve it: Bug: There isn't any view configured. where is the view ? browser 4.6.6 typo3 6.0.10 Thank you ! ___ TYPO3-english mailing list TYPO3-

Re: [TYPO3-english] Typo3 & realurl: Page not found in IE - other browsers work fine

2013-11-14 Thread bernd wilke
Am 14.11.13 14:58, schrieb Mario Jack: I have encountered a very strange behavior of the IE and don't know how to solve it: I´m working on a typo3-site (alkitronic.com). The site is multi-language and has realurl installed. The problem is: When i open a subpage in the IE and try to change the la

Re: [TYPO3-english] Show usergroup and fe_user info

2013-11-14 Thread bernd wilke
Am 14.11.13 14:56, schrieb Miguel: Your hint was correct, but something is wrong with code, shouldn't be shown only the second usergroup? The two splits are showing me both timed usergroups, but i only need to show the usergroup after the asterisk, the first usergroup is already given by the code

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry, I replied yesterday but just noticed that the stupid new (>v3) Thunderbird's Reply button sends emails directly (and I have to use a stupid Followup button to post to the newsgroup). This was my posting: > is your MySQL server listening to 127.

[TYPO3-english] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Show usergroup and fe_user info

2013-11-14 Thread Miguel
Your hint was correct, but something is wrong with code, shouldn't be shown only the second usergroup? The two splits are showing me both timed usergroups, but i only need to show the usergroup after the asterisk, the first usergroup is already given by the code before the two splits. Here is

[TYPO3-english] Typo3 & realurl: Page not found in IE - other browsers work fine

2013-11-14 Thread Mario Jack
I have encountered a very strange behavior of the IE and don't know how to solve it: I´m working on a typo3-site (alkitronic.com). The site is multi-language and has realurl installed. The problem is: When i open a subpage in the IE and try to change the language - realurl generates the wrong

[TYPO3-english] Icons gone when importing tx_extensionmanager_domain_model_repository

2013-11-14 Thread Paul Kocher
Hey all, I'm just trying to set up a new site using typo typo3_src+dummy-6.0.10.zip - same thing happens with typo3_src+dummy-6.1.5 tho. So, to my problem: I use the installer to create a new database which works without problems. After that I compare the db, create an admin user and make my w

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
Hi Peter, Meanwhile I also found the solution to my specific problem: my self-compiled php-versions did not get the correct default mysql socket setting. It was solved by setting the socket in php.ini for mysql, mysqli and pdo: mysqli.default_socket = /var/run/mysqld/mysqld.sock mysql.default_

Re: [TYPO3-english] TYPO3-powered intranet case studies anyone?

2013-11-14 Thread Loek Hilgersom
Hi Francois, Did you get a bit of picture of TYPO3-based intranet solutions? Thanks, Loek On 27-02-13 09:12, François Suter wrote: Hi all, We need to convince a client that TYPO3 can be a valid solution for managing an Intranet. I googled a bit for interesting case studies, but I found only

[TYPO3-english] Re: Install Tool cant access local mysql

2013-11-14 Thread peter williams
Hello and thanks very much for the helpful replies. Thanks to a suggestion from Steffen Gebert I found the (first) issue to be a default MySQL setting of "skip-networking" described further here (in case anyone else has the same problem) http colon // ecmarchitect.com/archives/2013/05/31/1830

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
Correction: it's not a core-bug, I also have the issue with other sites using older TYPO3-versions that did work before. In my case it appears to be an issue with my manually compiled PHP-versions (though I haven't found the reason yet, all works fine when connecting to 127.0.0.1). Loek On 1

[TYPO3-english] Re: Captcha, how to display the error message?

2013-11-14 Thread Salander
I did this but nothing changed : ###GW2B### ###EVAL_ERROR_FIELD_captcha_response### ###GW2E### Blahblahblah * ###SR_FREECAP_IMAGE##CAPTCHA_IMAGE### TS Setup : plugin.tx_srfeuserregister_pi1._LOCAL_LANG.de.captcha_response =

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Loek Hilgersom
Hi Peter, I just ran into this situation with a 6.2-dev installation. TYPO3 could not connect to localhost, although username and password are correct. It did work after changing to TCP/IP by connecting to 127.0.0.1 instead. Let me know if it works with 127.0.0.1, I think the cause is a bug s

Re: [TYPO3-english] Install Tool cant access local mysql

2013-11-14 Thread Pero Peric
On 13.11.2013. 17:00, peter williams wrote: Hello. I'm trying to install and try out typo3 on my local mac osx lion. I've installed apache2, php and mysql (via mac ports). All seem to be running as should. I can connect to the mysql sever on the command line: /opt/local/lib/mysql56/bin/mysql