[TYPO3-english] sr_freecap captcha always failing due to session issue

mohammad.farooq at steria.co.in mohammad.farooq at steria.co.in
Fri Jan 11 13:57:58 CET 2013


Hello,

extension bt_simplecontact when applied captcha on form using sr_freecap 
extension, captcha is always failing.

On checking in extension code, in pi2.php file where it comes to compare 
the md5 of form-filled word and word kept in session in line
                $this->sessionData = 
$GLOBALS['TSFE']->fe_user->getKey('ses','tx_' . $this->extKey);
no value gets assigned to $this->sessionData  because there is nothing in 
$GLOBALS['TSFE']->fe_user->getKey('ses','tx_' . $this->extKey);
so it doesn't even enter the condition if 
(!empty($this->sessionData[$this->extKey . '_word_hash']) && 
!empty($word)) { to compare words






thanks,
farooq





TYPO3-english Digest, Vol 112, Issue 13

typo3-english-request 
to:
typo3-english
01/10/13 12:35 AM


Sent by:
typo3-english-bounces at lists.typo3.org
Please respond to typo3-english






Send TYPO3-english mailing list submissions to
                 typo3-english at lists.typo3.org

To subscribe or unsubscribe via the World Wide Web, visit
                 
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
                 typo3-english-request at lists.typo3.org

You can reach the person managing the list at
                 typo3-english-owner at lists.typo3.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-english digest..."


Today's Topics:

   1.  One page website (Jan Bednarik)
   2. config.typolinkCheckRootline doesn't honor subdirectories
      ...? (B. Kausch)
   3.  treatIdAsReference (Christian Tauscher)
   4. Re: treatIdAsReference (Jigal van Hemert)
   5.  Load js from lib.* (Pablo Feldman)
   6. Re: Forum extension (Georg Sch?nweger)
   7. SOLR on Windows 8 (Tomi?? MILITARU)
   8. Re: Forum extension (Kay Strobach)
   9. Re: SOLR on Windows 8 (Kay Strobach)
  10. Re: SOLR on Windows 8 (Olivier Dobberkau)
  11. Re: config.typolinkCheckRootline doesn't honor subdirectories
      ...? (Philipp Gampe)
  12. Re: WEC Staff Directory - list and singleview on same page
      (Jogvan Olsen)
  13. Re: treatIdAsReference (Christian Tauscher)


----------------------------------------------------------------------

Message: 1
Date: Wed, 09 Jan 2013 13:56:23 +0100
From: Jan Bednarik <info at bednarik.org>
Subject: [TYPO3-english]  One page website
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357736183.12929.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hey,

I'm creating website that should be only one page with fullscreen 
screens you scroll among. This is what it should look like: 
http://community.saucony.com/kinvara3/

Anyway, I'd like to use TYPO3 for sure and have a regular site 
structure. The thing is that I'm not sure yet how to generate more pages 
into one. I'd like to use TV for it.

Basically, I'd need to select all pages, iterate over them and for each 
generate page body using TV and append it to result.

Any tips how to do it?

I think a custom page generating extension calling TV framework will be 
necessary.

Thanks

Jan


------------------------------

Message: 2
Date: Wed, 09 Jan 2013 15:05:19 +0100
From: "B. Kausch" <b.kausch at kids-interactive.de>
Subject: [TYPO3-english] config.typolinkCheckRootline doesn't honor
                 subdirectories ...?
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357740316.17178.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

That is the case: I have one installation of typo3 (4.5.22) und two 
domains. But the typo3 installation is not in the webroot of the domain, 
but in a subfolder, it can be reached through:

www.domain1.com/typo3cms/
www.domain2.com/typo3cms/

All is configured as a multidomain installation should be configured (we 
can leave RealURL aside). Especially the typoscript 
config.typolinkCheckRootline is set to true. When I try to link with 
typolink from one domain to a page on the other domain, the subdirectory 
is not honored: the link www.domain2.com/index.php?id=666 will be 
created. Of course that is wrong. Is that a bug or is it just me?

Greetings
Benni


------------------------------

Message: 3
Date: Wed, 09 Jan 2013 15:55:15 +0100
From: Christian Tauscher <christian.tauscher at media-distillery.de>
Subject: [TYPO3-english]  treatIdAsReference
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357743315.20140.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15

Hallo!

In my TS I have this script, wich gives me a List of Files (media-field)
on every Page.

page.headerData.3 = TEXT
page.headerData.3 {
  data = levelmedia: -1, slide
  split {
    token = ,
    cObjNum =  |*| 1 |*| 2
    1 {
      10 = TEXT
      10.current = 1
      10.wrap = { image : 'uploads/media/|' },
    }
    2 {
      10 = TEXT
      10.current = 1
      10.wrap = { image : 'uploads/media/|' }
    }
  }
}

Width V6 this does not work any More. All I get is the ReferenceID.
How to solve this to the real Filename?

treatIdAsReference = 1 is a Property of IMG_Resource only (AFAIK)

The skript gives me a list of this kind

{ image: 'uploads/media/file1.jpg' },
{ image: 'uploads/media/file2.jpg' },
{ image: 'uploads/media/file3.jpg' }

Mind das missing , at the last line, thisfor for the split.

Thank for your help,

Christian.


------------------------------

Message: 4
Date: Wed, 09 Jan 2013 16:31:21 +0100
From: Jigal van Hemert <jigal.van.hemert at typo3.org>
Subject: Re: [TYPO3-english] treatIdAsReference
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357745480.22155.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hi,

On 9-1-2013 15:55, Christian Tauscher wrote:
> In my TS I have this script, wich gives me a List of Files (media-field)
> on every Page.

Maybe the FILES object is something for you?

http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/Index.html


-- 
Jigal van Hemert
TYPO3 Core Team member

TYPO3 .... inspiring people to share!
Get involved: typo3.org


------------------------------

Message: 5
Date: Wed, 9 Jan 2013 12:37:37 -0300
From: Pablo Feldman <pablofeldman90 at gmail.com>
Subject: [TYPO3-english]  Load js from lib.*
To: TYPO3 English <typo3-english at lists.typo3.org>
Message-ID:
 <mailman.13365.1357745898.598.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1

Hi list,

I have an typo3 `object` like

lib.form.contact = COA
lib.form.contact {
    10 = TEXT
    10.value = CONTACT FORM!
}

this lib is loaded by user in some pages, but I need to load a js at end 
of
page, when the lb is invoked.

It seems that I cannot access `page` from inside a lib?

Any Ideas??

Thanks in advance


------------------------------

Message: 6
Date: Wed, 09 Jan 2013 17:26:48 +0100
From: Georg Sch?nweger <georg.schoenweger at gmail.com>
Subject: Re: [TYPO3-english] Forum extension
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357748808.25781.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

ext:dialog seems pretty cool, but i would like more features out of the
box ... may it is the better decision to use other software than typo3
this time :)

regards,
Georg

Am 08.01.2013 20:50, schrieb Philipp Gampe:
> Hi Georg,
> 
> Georg Sch?nweger wrote:
> 
>> suggestions for other forum software are also welcome!
> 
> Check out ext:dialog
> http://fedext.net/overview/extensions.html
> 
> Best regards
> 


------------------------------

Message: 7
Date: Wed, 9 Jan 2013 18:30:48 +0200
From: Tomi?? MILITARU <tomita.militaru at gmail.com>
Subject: [TYPO3-english] SOLR on Windows 8
To: TYPO3 English <typo3-english at lists.typo3.org>
Message-ID:
 <mailman.13370.1357749072.598.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hello,

I've setup a SOLR 2.8.0 on my local machine (windows) in a TYPO3 4.5, but
in Reports I keep on getting:
Your site was unable to contact the Apache Solr server.

I have cURL & allow_url_open enabled, the typoscript settings with the
correct path to solr.
I've tried accessing solr admin and it is working properl.u
I've tried also disabling the Windows firewall, but it didn't have any
effect.
No errors in Log.

Any ideas?

Thanks.

-- 
Tomi?? MILITARU
Certified TYPO3 Integrator
Tel. +40741064681


------------------------------

Message: 8
Date: Wed, 09 Jan 2013 18:01:25 +0100
From: Kay Strobach <typo3 at kay-strobach.de>
Subject: Re: [TYPO3-english] Forum extension
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357750885.27818.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

You may also use a sso solution and bind an real forum, like fudforum,
phpbb or sth. else ;)

Regards
Kay

Am 09.01.13 17:26, schrieb Georg Sch?nweger:
> ext:dialog seems pretty cool, but i would like more features out of the
> box ... may it is the better decision to use other software than typo3
> this time :)
> 
> regards,
> Georg
> 
> Am 08.01.2013 20:50, schrieb Philipp Gampe:
>> Hi Georg,
>>
>> Georg Sch?nweger wrote:
>>
>>> suggestions for other forum software are also welcome!
>>
>> Check out ext:dialog
>> http://fedext.net/overview/extensions.html
>>
>> Best regards
>>


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2

  - https://flattr.com/profile/kaystrobach



------------------------------

Message: 9
Date: Wed, 09 Jan 2013 18:03:19 +0100
From: Kay Strobach <typo3 at kay-strobach.de>
Subject: Re: [TYPO3-english] SOLR on Windows 8
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357750999.27818.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hello Tomita,

are the ports correct? -> Does localhost point to 127.0.0.1?

Regards
Kay

Am 09.01.13 17:30, schrieb Tomi?? MILITARU:
> Hello,
> 
> I've setup a SOLR 2.8.0 on my local machine (windows) in a TYPO3 4.5, 
but
> in Reports I keep on getting:
> Your site was unable to contact the Apache Solr server.
> 
> I have cURL & allow_url_open enabled, the typoscript settings with the
> correct path to solr.
> I've tried accessing solr admin and it is working properl.u
> I've tried also disabling the Windows firewall, but it didn't have any
> effect.
> No errors in Log.
> 
> Any ideas?
> 
> Thanks.
> 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2

  - https://flattr.com/profile/kaystrobach



------------------------------

Message: 10
Date: Wed, 09 Jan 2013 18:12:59 +0100
From: Olivier Dobberkau <olivier.dobberkau at dkd.de>
Subject: Re: [TYPO3-english] SOLR on Windows 8
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357751595.27998.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Am 09.01.13 17:30, schrieb Tomi?? MILITARU:

> Any ideas?

how do you access solr? what is the url of your solrserver?
what does the report say?

olivier


------------------------------

Message: 11
Date: Wed, 09 Jan 2013 19:02:55 +0100
From: Philipp Gampe <philipp.gampe at typo3.org>
Subject: Re: [TYPO3-english] config.typolinkCheckRootline doesn't
                 honor           subdirectories ...?
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357754575.30961.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset="UTF-8"

Hi B. Kausch,

B. Kausch wrote:

> Of course that is wrong. Is that a bug or is it just me?

Did you set absRefPrefix for both pages (domains)?

Best regards
-- 
Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln
Documentation ? linkvalidator
TYPO3 .... inspiring people to share!



------------------------------

Message: 12
Date: Wed, 09 Jan 2013 19:30:38 +0100
From: Jogvan Olsen <jo at atlanticvideo.dk>
Subject: Re: [TYPO3-english] WEC Staff Directory - list and singleview
                 on same page
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357756238.552.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi List

The solution was:
plugin.tx_wecstaffdirectory_pi1.multiplePluginsPerPage = 1

in the case of someone else missed it in the manual :-)

Regards
Jogvan


On 19-12-2012 16:58, Jogvan Olsen wrote:
>
> Hi List
> Is it possible to have list view and single view on the same page (just
> like it can be done with tt_news).
>
> I want to have a list of all staff members in the right column - and
> when you click on a staff member, single view open in the center column.
> The list view in right column must still be visibly when single view
> opens in the center column.
>
> Regards
> Jogvan Olsen



------------------------------

Message: 13
Date: Wed, 09 Jan 2013 20:01:44 +0100
From: Christian Tauscher <christian.tauscher at media-distillery.de>
Subject: Re: [TYPO3-english] treatIdAsReference
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1357758104.2074.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15



Am 09.01.2013 16:31, schrieb Jigal van Hemert:

>> In my TS I have this script, wich gives me a List of Files 
(media-field)
>> on every Page.
>
> Maybe the FILES object is something for you?
>
>
http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/Index.html




cool, but I miss the "levelslide" option.
How can I build this?

Thank you.

page.headerData.3.3 = FILES
page.headerData.3.3 {
  references {
    table = pages
    uid.data = field:uid
    fieldName = media
  }
  renderObj = TEXT
  renderObj {
                                 data = file:current:publicUrl
                                 split {
                                                 token = ,
                                                 cObjNum =  |*| 1 |*| 2
                                                 1 {
                                                                 10 = TEXT
 10.current = 1
                                                                 10.wrap = 
{ image : '|' },
                                                 }
                                                 2 {
                                                                 10 = TEXT
 10.current = 1
                                                                 10.wrap = 
{ image : '|' }
                                                 }
 
                                 }

  }
}




------------------------------

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

End of TYPO3-english Digest, Vol 112, Issue 13
**********************************************



This email originates from Steria*. It, and any attachments, may contain confidential information and may be subject to copyright or other intellectual property rights. It is only for the use of the addressee(s). You may not copy, forward, disclose, save or otherwise use it in any way if you are not the addressee(s) or responsible for delivery.
If you receive this email by mistake, please advise the sender and cancel it immediately.
Steria may monitor the content of emails within its network to ensure compliance with its policies and procedures.
Any email is susceptible to alteration and its integrity cannot be assured. Steria shall not be liable if the message is altered, modified, falsified, or edited.
_____________________________________________________
* Steria Limited, number 4077975;
Steria Recruitment Limited, number 1437998.
Registered in England and Wales; registered office Three Cherry Trees Lane, Hemel Hempstead, Hertfordshire HP2 7AH


More information about the TYPO3-english mailing list