[TYPO3-english] Validating the security token of this form has failed

2014-06-09 Thread Joydeep Bakshi
Dear list,

I'm clueless with a typo3 running with 4.5.34 which don't allow to edit the
templates. Foe each and every modification/addition it rep[orts

Validating the security token of this form has failed. Please reload the
form and submit it again.

The .htaccess is already modified by

php_value suhosin.post.max_vars 8000
php_value suhosin.get.max_vars 8000
php_value suhosin.request.max_vars 8000
php_value max_input_vars 8000

nothing useful, though no issue to add content. Any clue from anyone ?

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] apache compression and typo3

2014-05-26 Thread Joydeep Bakshi
Dear list,

The server where my typo3 site is running has apache compression enabled.
I have tested by "curl -I --compress   /index.php" and in the
output result I get

` ` ` `
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
` ` ` `

the compression related configuration are also uncommented in .htaccess

BUT when I activate minify extension the template breaks.  Could any one
suggest any possible cause for that ?

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] typo3 can't read customised php.ini in cpanel server

2014-05-06 Thread Joydeep Bakshi
Dear all,

I have a cpanel account to install typo3. I have observed that a info.php
file (located at public_html)  can sense all modification done at the
php.ini file also located at the web root (public_html) though typo3 still
detects  the default system wise php.ini

Could anyone face such issue with cpanel server ? Any fix exist ?

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Page module is blank

2014-03-19 Thread Joydeep Bakshi
Dear Peter,

you are my hero !! your clue hits the correct point.

Yes, there is a iptables rule which partly matches the domain

iptables -I  FORWARD ! -d xx.xx.xx.206 -m string --algo bm --string "
xxx.domain.com" \
   -p tcp  -j DROP

what happens here is xxx is matching with xxx.domain.com in the above rule.
The implementation behind such rule is to force  access to
xxx.domain.comthrough proxy
xx.xx.xx.206

Do you have any idea how to modify the iptables so that it allow to fix the
issue ?

many many thanks for your previous clue :-)




On Wed, Mar 19, 2014 at 6:16 PM, Peter Linzenkirchner wrote:

> Hello
>
> just an idea: the page tree works with many ajax calls. Perhaps something
> stops these calls. Check your htaccess, your server configuration and the
> domain system.
>
> I met this problem when working with a combination of two hosts, one with
> actual TYPO3 installation and a proxy for the frontend calls. The ajax
> calls terminated on the proxy and never reached the second host with the
> TYPO3 installation.
>
> Peter
>
> Am 19.03.2014 um 12:31 schrieb Joydeep Bakshi <
> joydeep.bak...@netzrezepte.de>:
>
> > Dear list,
> >
> > I'm working with a typo3 site which is based on version typo3_src-4.5.32
> >
> > The surprising fact here -  page module is giving blank list, though I
> can
> > see the pages through template section and FE is working fine. How can I
> > then get back the pages in my page module section ? One more important
> > findings - create page is no more possible in page module section !!
> >
> > I have found no clue from apache error log and I confirm this problem
> after
> > checking with chrome, firefox, safari.
> >
> > Any fix is very much appreciated.
> >
> > Thanks
> > ___
> > TYPO3-english mailing list
> > TYPO3-english@lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
>
>
> --
> Xing: http://www.xing.com/profile/Peter_Linzenkirchner
> Web: http://www.typo3-lisardo.de
> Facebook: http://tinyurl.com/lisardo-multimedia
>
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Page module is blank

2014-03-19 Thread Joydeep Bakshi
Hello Peter,

Yes I have done that from BE and also manually at server by

rm -R typo3temp/*   typo3conf/temp_CACHED*

but no luck. Any other  process to follow ?






On Wed, Mar 19, 2014 at 5:39 PM, Peter Kühnlein wrote:

> Am 19.03.2014 12:31, schrieb Joydeep Bakshi:
>
>  Dear list,
>>
>> I'm working with a typo3 site which is based on version typo3_src-4.5.32
>>
>> The surprising fact here -  page module is giving blank list, though I can
>> see the pages through template section and FE is working fine. How can I
>> then get back the pages in my page module section ? One more important
>> findings - create page is no more possible in page module section !!
>>
>> I have found no clue from apache error log and I confirm this problem
>> after
>> checking with chrome, firefox, safari.
>>
>> Any fix is very much appreciated.
>>
>> Thanks
>>
> Hi Joydeep,
>
> First thing I always do - but you sure thought of that - is clearing the
> cache.
>
> HTH Peter
>
> --
>
> http://function2form.net
> http://peter-kuehnlein.net
>
> "When I occasionally have dreams of dying in a battle or committing
> seppuku, if I brace myself with courage, my frame of mind within the
> dream gradually changes."
> (Hagakure)
>
>
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Page module is blank

2014-03-19 Thread Joydeep Bakshi
Dear list,

I'm working with a typo3 site which is based on version typo3_src-4.5.32

The surprising fact here -  page module is giving blank list, though I can
see the pages through template section and FE is working fine. How can I
then get back the pages in my page module section ? One more important
findings - create page is no more possible in page module section !!

I have found no clue from apache error log and I confirm this problem after
checking with chrome, firefox, safari.

Any fix is very much appreciated.

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] .t3d import error [was it too big?]

2013-07-22 Thread Joydeep Bakshi


>Hi Joydeep,

>Did you increase the max_file_upload_size in your localconf or it could be 
>configured in install tool.

>$TYPO3_CONF_VARS['BE']['maxFileSize'] = '366592';

Many many thanks. You saved my life.

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


[TYPO3-english] .t3d import error [was it too big?]

2013-07-22 Thread Joydeep Bakshi
Hello list,

I'm working with typo3 4.5.0 along with the following settings globally
(php.ini)  

memory_limit : 9048m
upload_max_filesize: 358M
post_max_size:  512M

But when I try to import a 99MB t3d I get an error

```
Upload status:  Failure: No file uploaded - was it too big? Check system log.
``

No relevant log found at apache level.

What can be the issue ?
Any solution/clue is most welcome.

Thanks 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] localization tab missing in templavoila

2013-06-07 Thread Joydeep Bakshi
Hello Anisur,

Appreciate your help.
Thanks a lot and have a nice day.




>Hi Joydeep,

>Select the ISO value (dropdown list) for the additional languages you are
>adding. Then the "localization" tab will be visible in Templavoila Page
>module.

>Regards,
>Anisur




On Fri, Jun 7, 2013 at 1:30 PM, Joydeep Bakshi <
joydeep.bak...@infoservices.in> wrote:

> Dear list,
>
> I'm using templavoila 1.7.0 in both typo3 4.7.12 as well as typo3 6.1.1
> and in both the cases the localization tab is missing. I also tried
> with templavoila 1.8; same issue. Has anyone face such issue with
> templavoila ?
> Is there any fix exist ?
>
> Thanks
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] localization tab missing in templavoila

2013-06-07 Thread Joydeep Bakshi
Dear list,

I'm using templavoila 1.7.0 in both typo3 4.7.12 as well as typo3 6.1.1
and in both the cases the localization tab is missing. I also tried
with templavoila 1.8; same issue. Has anyone face such issue with templavoila ?
Is there any fix exist ?

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


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 17-Apr-2013, at 2:47 PM, bernd wilke  wrote:

> 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 with cgi module, the sites get php 
>> 5.3 and FE /BE get
>> special character issue.
>> 
>> I have already tried with following at localconf.php
>> 
>> $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8';
>> 
>> No success.
>> 
>> Also tried adding following at .htaccess
>> 
>> AddCharset UTF-8 .php
>> php_value default_charset "UTF-8"
>> php_value iconv.input_encoding "UTF-8"
>> php_value iconv.internal_encoding "UTF-8"
>> php_value iconv.output_encoding "UTF-8"
>> php_value mbstring.internal_encoding UTF-8
>> php_value mbstring.http_output UTF-8
>> php_value mbstring.encoding_translation On
>> php_value mbstring.func_overload 6
>> 
>> No success.
>> 
>> What else is possible ?
> 
> 
> is your database, your tables end especially your fields  UTF-8?
> 
> if not all those other configuration is worthless.
> 
> you might need: http://pi-phi.de/293.html
> 
> 
> bernd
> -- 
> http://www.pi-phi.de/cheatsheet.html
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


[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 /BE get
special character issue.

I have already tried with following at localconf.php

$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8';

No success.

Also tried adding following at .htaccess

AddCharset UTF-8 .php
php_value default_charset "UTF-8"
php_value iconv.input_encoding "UTF-8"
php_value iconv.internal_encoding "UTF-8"
php_value iconv.output_encoding "UTF-8"
php_value mbstring.internal_encoding UTF-8
php_value mbstring.http_output UTF-8
php_value mbstring.encoding_translation On
php_value mbstring.func_overload 6

No success.

What else is possible ?
Please suggest.
Thanks 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] No database selected with correct credential

2013-04-05 Thread Joydeep Bakshi
many many thanks.
the links and examples have helped me  to fix the issue.

great , thanks ..


On 05-Apr-2013, at 1:52 PM, bernd wilke  wrote:

> Am 05.04.2013 08:33, schrieb Joydeep Bakshi:
>> typo3 4.7.10
>> 
>> Please suggest how to fix the issue
>> 
>> Thanks
>> 
> you need to analyse what went wrong.
> therefore you might enable all debug/error-output like [1]
> 
> the other way: write a small php-test programm to connect:
> 
>  $link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
> if (!$link) {
>die('Not connected : ' . mysql_error());
> }
> 
> // make foo the current db
> $db_selected = mysql_select_db('foo', $link);
> if (!$db_selected) {
>die ('Can\'t use foo : ' . mysql_error());
> }
> ?>
> 
> or step 2:
> 
>  include_once('typo3conf/localconf.php')
> 
> $link = mysql_connect($typo_db_host , $typo_db_username , $typo_db_password );
> if (!$link) {
>die('Not connected : ' . mysql_error());
> }
> 
> // make foo the current db
> $db_selected = mysql_select_db($typo_db , $link);
> if (!$db_selected) {
>die ('Can\'t use "'.$typo_db .'" : ' . mysql_error());
> }
> ?>
> 
> 
> [1] http://pi-phi.de/291.html
> 
> 
> bernd
> -- 
> http://www.pi-phi.de/cheatsheet.html
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


Re: [TYPO3-english] No database selected with correct credential

2013-04-04 Thread Joydeep Bakshi
typo3 4.7.10

Please suggest how to fix the issue

Thanks


On 04-Apr-2013, at 10:28 PM, Markus Klein  wrote:

> Hi!
> 
> Which TYPO3 Version?
> 
> Kind regards
> Markus
> 
> 
>> -Original Message-
>> From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-
>> boun...@lists.typo3.org] On Behalf Of Joydeep Bakshi
>> Sent: Thursday, April 04, 2013 2:48 PM
>> To: typo3-english@lists.typo3.org
>> Subject: [TYPO3-english] No database selected with correct credential
>> 
>> Hello,
>> 
>> A strange issue. phpmyadmin is running fine, but  localconf.php with the
>> same credential can't communicate with the mysql. Hence the site reports
>> 
>> No database selected
>> 
>> The password though a long one with a no. of brackets.
>> 
>> $typo_db_password = 'W> 
>> can it be an issue ?
>> 
>> Thanks
>> 
>> 
>> ___
>> TYPO3-english mailing list
>> TYPO3-english@lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


[TYPO3-english] No database selected with correct credential

2013-04-04 Thread Joydeep Bakshi
Hello,

A strange issue. phpmyadmin is running fine, but  localconf.php with the same 
credential
can't communicate with the mysql. Hence the site reports

No database selected

The password though a long one with a no. of brackets.

$typo_db_password = 'Whttp://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] duplicate content issue with typo3 site

2013-03-28 Thread Joydeep Bakshi
Hello list,

I have checked some of my typo3 site with 
http://virante.org/seo-tools/duplicate-content
The sites already have realurl enable. But for all the sites the tool detect

   and  /index.php  as duplicate page.

Could anyone suggest  how to fix it ?

Thanks
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] direct_mail issue (HTML content does not contain any direct mail boundaries)

2013-03-14 Thread Joydeep Bakshi

On 14-Mar-2013, at 8:39 PM, Peter Kühnlein  wrote:

> Am 14.03.2013 13:51, schrieb Joydeep Bakshi:
>> Hello list,
>> 
>> I have installed direct_mail 3.0.4 within a typo3 having core 4.7.7
>> But I get the following warring with direct_mail
>> 
>> Check the following warning.
>> The plain text content does not contain any direct mail boundaries.
>> The HTML content does not contain any direct mail boundaries.
>> 
>> I have found a lot of post at net and I have followed almost all of them,
>> including reordering the templates at include static section; but still no 
>> success :-(
>> 
>> Could anyone kindly suggest any fix ?
>> 
>> Thanks
> Hi Joydeep,
> 
> Did you inlcude the static templates? You have to in order to get the dm 
> boundaries... and don't forget to clear the cashes after including.
> 
> HTH Peter
> 

Hello Peter,

Thanks for your reply.

Yes, the static templates are there and maintain the ordering like

1.  css styled content
2. direct mail plaint template
3. direct mail news plain template
4. directmail content boundaries

Yes, cache is cleared several times.
Still the same warnings

The plain text content does not contain any direct mail boundaries.
The HTML content does not contain any direct mail boundaries.

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


Re: [TYPO3-english] direct_mail issue (HTML content does not contain any direct mail boundaries)

2013-03-14 Thread Joydeep Bakshi
Hello,

Thanks for your response.

I have put the configuration at the setup section, but no luck :-(
Can I try nothing else to disable / suppress the warning ?

with regards



On 14-Mar-2013, at 6:26 PM, Søren Malling  wrote:

> Hi,
> 
> Read the first paragraph from this document
> 
> http://typo3.org/extension-manuals/direct_mail/2.2.0/view/4/7/
> 
> (ignore that it's about categories, focus on the part of boundaries)
> 
> Does it solve your issue?
> 
> 
> Søren Malling
> 
> Twitter: twitter.com/sorenmalling
> 
> 
> On Thu, Mar 14, 2013 at 1:51 PM, Joydeep Bakshi 
> wrote:
> 
>> Hello list,
>> 
>> I have installed direct_mail 3.0.4 within a typo3 having core 4.7.7
>> But I get the following warring with direct_mail
>> 
>> Check the following warning.
>> The plain text content does not contain any direct mail boundaries.
>> The HTML content does not contain any direct mail boundaries.
>> 
>> I have found a lot of post at net and I have followed almost all of them,
>> including reordering the templates at include static section; but still no
>> success :-(
>> 
>> Could anyone kindly suggest any fix ?
>> 
>> Thanks
>> ___
>> TYPO3-english mailing list
>> TYPO3-english@lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>> 
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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


[TYPO3-english] direct_mail issue (HTML content does not contain any direct mail boundaries)

2013-03-14 Thread Joydeep Bakshi
Hello list,

I have installed direct_mail 3.0.4 within a typo3 having core 4.7.7
But I get the following warring with direct_mail

Check the following warning.
The plain text content does not contain any direct mail boundaries.
The HTML content does not contain any direct mail boundaries.

I have found a lot of post at net and I have followed almost all of them,
including reordering the templates at include static section; but still no 
success :-(

Could anyone kindly suggest any fix ?

Thanks 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english