[TYPO3-english] TYPO3-english Digest, Vol 97, Issue 26

mohammad.farooq at steria.co.in mohammad.farooq at steria.co.in
Tue Oct 18 12:24:44 CEST 2011


Hello List,

Trying to get a simple survey using pbsurvey, it worked on one server 
quite easily. 
When trying the same on prod server, first extension "pbsurvey" was not 
getting installed, it was repeatedly saying, extension was not installed 
yet , click here to install, click it again said that, finally somehow it 
was installed by clearing opcode caches etc.

Then it didn't show any results at front-end, and error shown was :

Fatal error: Uncaught exception 'InvalidArgumentException' with message 
'There is no entry in the $TCA array for the table "tx_pbsurvey_results".
 This means that the function enableFields() is called with an invalid 
table name as argument.' in /data/www/t3lib/class.t3lib_page.php:1123 
 Stack trace:
 #0 /data/www/typo3/sysext/cms/tslib/class.tslib_content.php(7034): 
t3lib_pageSelect->enableFields('tx_pbsurvey_res...', 0)
 #1 /data/www/typo3conf/ext/pbsurvey/pi1/class.tx_pbsurvey_pi1.php(1720): 
tslib_cObj->enableFields('tx_pbsurvey_res...') 
 #2 /data/www/typo3conf/ext/pbsurvey/pi1/class.tx_pbsurvey_pi1.php(695): 
tx_pbsurvey_pi1->readPreviousUser() 
 #3 /data/www/typo3conf/ext/pbsurvey/pi1/class.tx_pbsurvey_pi1.php(188): 
tx_pbsurvey_pi1->checkAccessLevel()
 #4 [internal function]: tx_pbsurvey_pi1->main('', Array) 
 #5 /data/www/typo3/sysext/cms/tslib/class.tslib_content.php(6332): 
call_user_func_array(Array, Array) 
 #6 
/data/www/typo3/sysext/cms/tslib/content/class.tslib_content_user.php(51): 
tslib_cObj->callUserF in /data/www/t3lib/class.t3lib_page.php on line 1123


Any fix to this will be helpful






Thanks,
 Farooq





Think before you print - Steria is committed to supporting a sustainable 
world



Think before you print - Steria is committed to supporting a sustainable 
world and is Certified Carbon Neutral for Flight and Fleet Travel





TYPO3-english Digest, Vol 97, Issue 26

typo3-english-request 
to:
typo3-english
10/18/2011 03:24 PM


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. Re: realurl (+ tt_news) and avoiding double slash in URL
      (Alex Tempara)
   2. Re: Problems with high-ASCII in front end only... (Bob)
   3. Re: realurl (+ tt_news) and avoiding double slash in URL
      (Alex Tempara)
   4. Re: Clear cache in backend module of an extension          (TYPO3 
4.5)
      (Hauke Hain)
   5.  Domains and language (Thomas Lunde)
   6. Re: Domains and language (Tony Lush)
   7. Re: Domains and language (Xavier Perseguers)
   8. Re: custom fields of data on pages (Gorosito Gonzalo)
   9. Re: custom fields of data on pages (Steffen Gebert)
  10. CSS FileLink (Colin & Maureen Pridham)
  11. Re: CSS FileLink (Georg Ringer)
  12. [TYPO3-dev] Announcing TYPO3 4.5.7 (Ernesto Baschny)
  13. filtering of content elements (Plamen Petkov)


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

Message: 1
Date: Mon, 17 Oct 2011 12:13:04 +0200
From: Alex Tempara <AlexTempara-199882 at yahoo.de>
Subject: Re: [TYPO3-english] realurl (+ tt_news) and avoiding double
                 slash in URL
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318846386.17766.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Am 17/10/2011 9:01, schrieb Michael Cannon:
> Alex,
>
> Nice realurl setup, I'll need to figure out how to generalize it further 
for
> a cbrealurl rewrite.
>
> Have you tried `'noMatch' =>  'bypass'` on the fixedPostVars article and
> archive properties?
>
> Good luck!
>
> Michael
> --
> Michael Cannon
> The TYPO3 Vagabond<http://typo3vagabond.com/>
> Been there, done that, 25 years of coding
> Germany +49 8031 220 95 53
> US +1 617 539 6072

Hi,

yeah, that's exactly the issue: I already tried noMatch=>bypass on 
fixedPostVars and postVarSets as well as different orders with always 
not realy nice result like still double slashs or unwanted postVarSets.

I'll now try again Dmitry's suggest.

Alex


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

Message: 2
Date: Mon, 17 Oct 2011 11:14:09 +0100
From: Bob <bitsandbob at googlemail.com>
Subject: Re: [TYPO3-english] Problems with high-ASCII in front end
                 only...
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318846446.17763.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Thanks Michael. I found a few online solutions, including a script that 
was supposed to fix a TYPO3 DB, but didn't seem to do so.

In the end, I set up a new installation of TYP03 (with a fresh UTF-8 
database and [BE][forceCharset] set to "utf-8"), imported a T3D of the 
previous version, then manually fixed all the scrambled characters by 
copying and pasting from the back-end of the old site to the back-end of 
the new site.

Fortunately, the site wasn't *too* big...


On 10/10/2011 08:53, Michael Cannon wrote:
> Bob,
>
> You could go for a mysqldump, convert the characters and reimport.
>
> One way is at
> http://en.gentoo-wiki.com/wiki/Convert_latin1_to_UTF-8_in_MySQL.
>
> Michael
> --
> Michael Cannon
> The TYPO3 Vagabond<http://typo3vagabond.com/>
> Been there, done that, 25 years of coding
> Germany +49 8031 220 95 53
> US +1 617 539 6072



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

Message: 3
Date: Mon, 17 Oct 2011 12:14:27 +0200
From: Alex Tempara <AlexTempara-199882 at yahoo.de>
Subject: Re: [TYPO3-english] realurl (+ tt_news) and avoiding double
                 slash in URL
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318846468.17766.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Dmitry,

thanks for the info.
I'll get it a run and report.

Alex


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

Message: 4
Date: Mon, 17 Oct 2011 13:14:52 +0200
From: "Hauke Hain" <newgrp at googlemail.com>
Subject: Re: [TYPO3-english] Clear cache in backend module of an
                 extension               (TYPO3 4.5)
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318850090.22338.typo3-english at lists.typo3.org>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
                 reply-type=response

Thank you very much, Jigal!

"Jigal van Hemert" <jigal at xs4all.nl> schrieb im Newsbeitrag 
news:mailman.1.1318787929.17458.typo3-english at lists.typo3.org...
> Hi,
>
> On 16-10-2011 16:41, Hauke Hain wrote:
>> in TYPO3 <4.5 I used the following function to clear the cache of
>> specific pages:
>> function clearPageCache($pid) {
>> $TCE = t3lib_div::makeInstance('t3lib_TCEmain');
>
> $TCE->start(array(), array());
>
>> $TCE->clear_cacheCmd($pid);
>> }
>>
>> This does not work with TYPO3 4.5.
>
> Because clearing cache is now logged it needs a BE user. With the start 
> method you initialize this BE user with the global BE user.
>
> -- 
> Kind regards / met vriendelijke groet,
>
> Jigal van Hemert. 



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

Message: 5
Date: Mon, 17 Oct 2011 15:02:17 +0200
From: Thomas Lunde <tlp at netimage.dk>
Subject: [TYPO3-english]  Domains and language
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318856528.29750.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi

Is there any smart way to control domnains an languages in a T3 solution?

I have a site, where there are 12 different languages, bu how do I know 
that a specific domain chooses the right language in the solution?

I have made a test, where I have a subdomain: subdomain.domain.com, and 
in the domain setup I have made a redirect from subdomain.domain.com to 
domain.com/?L=2, but Im not sure that this is the right and most optimal 
solution to this problem...

So..If anybody have a better solution to this, Im all ears :)


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

Message: 6
Date: Mon, 17 Oct 2011 11:36:59 -0400
From: Tony Lush <tlush at advancewm.com>
Subject: Re: [TYPO3-english] Domains and language
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318865824.7726.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Presuming that each domain is has its own page tree, you can define the 
default language for each one in your TS setup:

You may have for one domain
config.sys_language_uid = 2

and for another
config.sys_language_uid = 0

You would adjust your globalVar sets for each domain depending upon 
which alternative languages are available there.

Regards -- Tony

On 10/17/2011 9:02 AM, Thomas Lunde wrote:
> Hi
>
> Is there any smart way to control domnains an languages in a T3 
solution?
>
> I have a site, where there are 12 different languages, bu how do I know
> that a specific domain chooses the right language in the solution?
>
> I have made a test, where I have a subdomain: subdomain.domain.com, and
> in the domain setup I have made a redirect from subdomain.domain.com to
> domain.com/?L=2, but Im not sure that this is the right and most optimal
> solution to this problem...
>
> So..If anybody have a better solution to this, Im all ears :)




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

Message: 7
Date: Mon, 17 Oct 2011 17:41:01 +0200
From: Xavier Perseguers <xavier at typo3.org>
Subject: Re: [TYPO3-english] Domains and language
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318866062.8146.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

Tony Lush wrote:
> Presuming that each domain is has its own page tree, you can define the
> default language for each one in your TS setup:
>
> You may have for one domain
> config.sys_language_uid = 2
>
> and for another
> config.sys_language_uid = 0
>
> You would adjust your globalVar sets for each domain depending upon
> which alternative languages are available there.

Something like that in pageTS:

mod.SHARED {
     defaultLanguageFlag = fr
     defaultLanguageLabel = Fran?ais
     disableLanguages = 2
}

disableLanguages allows you to "remove" unwanted languages from the list 
of possible translations.

HTH

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

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



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

Message: 8
Date: Mon, 17 Oct 2011 17:05:04 -0300
From: Gorosito Gonzalo <xgonzalo at gmail.com>
Subject: Re: [TYPO3-english] custom fields of data on pages
To: TYPO3 English <typo3-english at lists.typo3.org>
Message-ID:
 <mailman.1554.1318881925.2434.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1

Hi Guys,

I'm needing that too, does anyone knows about this?

Thanks!!
#######################################
#  Gonzalo Gorosito
#  Programador && sysadmin
#
#  http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts,
info, not?cias y mucho mas.
#  http://www.ggorosito.com.ar - Website personal
#######################################


On Thu, Aug 4, 2011 at 1:59 PM, Eduardo Kaftanski <ekaftan at gmail.com> 
wrote:

> Hi,
>
>
>  I need to add to a page record one or more records to categorize the 
page.
> I am now doing this
> adding metadata or adding the page as a shortcout under another subtree,
> but
> would like to be able
> to have in the page properties a dropdown menu or a multi-selector...
>
>  is there an extension that already does this?
>
> Thanks,
>
>
> --
> Eduardo Kaftanski
> ekaftan at gmail.com
> eduardo at linuxsoporte.cl
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


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

Message: 9
Date: Mon, 17 Oct 2011 22:37:38 +0200
From: Steffen Gebert <steffen.gebert at typo3.org>
Subject: Re: [TYPO3-english] custom fields of data on pages
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318883858.25471.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

>    I need to add to a page record one or more records to categorize the 
page.
> I am now doing this
> adding metadata or adding the page as a shortcout under another subtree, 
but
> would like to be able
> to have in the page properties a dropdown menu or a multi-selector...
>
>    is there an extension that already does this?

This is kind of semantics / tagging. You could have a look at S.C.O.T.T.Y.

Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

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


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

Message: 10
Date: Tue, 18 Oct 2011 14:12:09 +1030
From: "Colin & Maureen Pridham" <cmbigsnow at bigpond.com>
Subject: [TYPO3-english] CSS FileLink
To: "'TYPO3 English'" <typo3-english at lists.typo3.org>
Message-ID:
 <mailman.1612.1318909335.2434.typo3-english at lists.typo3.org>
Content-Type: text/plain;                charset="us-ascii"

Hi,

 

After install Installing CSS_filelink,   I cannot use the extension 
manager,
or anything else.

I tried closing everything and restarting TYPO3 but it still isn't 
working.

 

Any ideas ?

 

Much Appreciated,

Colinb

 



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

Message: 11
Date: Tue, 18 Oct 2011 06:28:16 +0200
From: Georg Ringer <mail at ringerge.org>
Subject: Re: [TYPO3-english] CSS FileLink
To: typo3-english at lists.typo3.org
Message-ID: <mailman.1.1318912096.15059.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

define "not working" or the only helpful answer can be "you did 
*something* wrong.

for removing the ext, you can remove the css_filelinks from extension 
list in localconf.php

georg


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

Message: 12
Date: Tue, 18 Oct 2011 11:45:53 +0200
From: Ernesto Baschny <ernesto.baschny at typo3.org>
Subject: [TYPO3-english] [TYPO3-dev] Announcing TYPO3 4.5.7
To: typo3-english at lists.typo3.org
Message-ID:
 <mailman.1820.1318931409.2434.typo3-english at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15

Dead TYPO3 community,

the TYPO3 core team has just released TYPO3 version 4.5.7, which is now
ready for you to download. This is a maintenance release of the LTS
version of TYPO3v4 and contains bugfixes and a security fix which is
only exploitable by admins.

See this article about the new policy of security team for this situation:

http://buzz.typo3.org/teams/security/article/incident-handling-of-typo3-core-issues/


The packages can be downloaded here:

  http://typo3.org/download/packages/

The announcement is published here:

  http://news.typo3.org/news/article/typo3-457-released/

For details about the release, please see:

  http://wiki.typo3.org/wiki/TYPO3_4.5.7

MD5 checksums:

c00614018fd7c798b7169bb5eeecafbe  blankpackage-4.5.7.tar.gz
f44a726acea4b301eeee73732b02d286  blankpackage-4.5.7.zip
d7d911a91786fc64f6e08e65e6e62878  dummy-4.5.7.tar.gz
6697786c9a389438159767c8eb5f5f39  dummy-4.5.7.zip
8a87132dcaac61ba790cf62d59553998  introductionpackage-4.5.7.tar.gz
f21ecb8d406ebab80d78263827090a08  introductionpackage-4.5.7.zip
222dbf357e17196ade498ba25857257d  typo3_src+dummy-4.5.7.zip
001fb058b4b66903395bfd4533d7bfa8  typo3_src-4.5.7.tar.gz
714a802aa052e95d9ab203e615c5041f  typo3_src-4.5.7.zip

Cheers,
Ernesto

-- 
Ernesto Baschny
Core Developer V4 Team
Release Manager TYPO3 4.5

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


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

Message: 13
Date: Tue, 18 Oct 2011 12:51:08 +0200
From: "Plamen Petkov" <petkovp at kaolin.bg>
Subject: [TYPO3-english] filtering of content elements
To: <typo3-english at lists.typo3.org>
Message-ID:
 <mailman.1822.1318931489.2434.typo3-english at lists.typo3.org>
Content-Type: text/plain;                charset="us-ascii"

Hi list,
I have the following question.
I have pages in the site Stock and Equipment. They take their content from
page Products.
Products is a page(not system folder) with many records (content elements
Text & Images).
I want to filter some of the records, for instance in page Stock I want to
be posted
some of the records from Products, not all the content of Products
Is this possible

thanks in advance
Plamen





-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean,from MailServer Kaolin!!!



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

_______________________________________________
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 97, Issue 26
*********************************************



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