[TYPO3-seminars] white site after event register

Ronald Wopereis woepwoep at gmail.com
Tue Nov 12 00:00:48 CET 2013


ok so at least you know it's not seminars or oelib.

looks like you need to enable something in the PHP
http://www.fastsecurecontactform.com/mb_detect_encoding-is-required-php-version

R


2013/11/11 Sebastian Schmal <sebastian.schmal at gmx.de>

> blank site :(
>
>
> ------------------------------------------
>
> TYPO3 - TIPS - ANLEITUNGEN - NEWS
> unter: http://blog.ingeniumdesign.de/
>
> TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
> unter: http://www.ingeniumdesign.de/
>
> Facebook Fan
> http://www.facebook.com/ingeniumdesign/
>
> ------------------------------------------
>
> Am 11.11.2013 20:00, schrieb Ronald Wopereis:
>
>  paste the example #1 into a file on your server's web (in the directory
>> where index.php resides)
>> and give it a name that ends with ".php"
>> for example /var/www/{website}/example1.php
>>
>> contents:
>> <?php
>> /* Detect character encoding with current detect_order */
>> echo mb_detect_encoding($str);
>>
>> /* "auto" is expanded according to mbstring.language */
>> echo mb_detect_encoding($str, "auto");
>>
>> /* Specify encoding_list character encoding by comma separated list */
>> echo mb_detect_encoding($str, "JIS, eucjp-win, sjis-win");
>>
>> /* Use array to specify encoding_list  */
>> $ary[] = "ASCII";
>> $ary[] = "JIS";
>> $ary[] = "EUC-JP";
>> echo mb_detect_encoding($str, $ary);
>> ?>
>>
>> it should return something like :
>> ASCIIASCIIJISASCII
>>
>>
>>
>> 2013/11/11 Sebastian Schmal <sebastian.schmal at gmx.de>
>>
>>  the PHP on this server is:
>>> PHP Version 5.3.17
>>>
>>> i don´t now, i am not the serveradmin :(
>>>
>>>
>>> ------------------------------------------
>>>
>>> TYPO3 - TIPS - ANLEITUNGEN - NEWS
>>> unter: http://blog.ingeniumdesign.de/
>>>
>>> TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
>>> unter: http://www.ingeniumdesign.de/
>>>
>>> Facebook Fan
>>> http://www.facebook.com/ingeniumdesign/
>>>
>>> ------------------------------------------
>>>
>>> Am 11.11.2013 19:23, schrieb Ronald Wopereis:
>>>
>>>   hi Sebastian,
>>>
>>>>
>>>> http://us1.php.net/mb_detect_encoding
>>>>
>>>> mb_detect_encoding() is a PHP function
>>>> is it possible that the PHP version is incompatible?
>>>>
>>>> best regards, Ron
>>>>
>>>>
>>>> 2013/11/11 Sebastian Schmal <sebastian.schmal at gmx.de>
>>>>
>>>>   Ich habe mir mal die Errors ausgeben lassen:
>>>>
>>>>> Fatal error: Call to undefined function mb_detect_encoding() in
>>>>> typo3conf/ext/oelib/contrib/emogrifier/emogrifier.php on line 50
>>>>>
>>>>> habe bei google aber nichts gefunden.
>>>>>
>>>>>
>>>>> ------------------------------------------
>>>>>
>>>>> TYPO3 - TIPS - ANLEITUNGEN - NEWS
>>>>> unter: http://blog.ingeniumdesign.de/
>>>>>
>>>>> TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
>>>>> unter: http://www.ingeniumdesign.de/
>>>>>
>>>>> Facebook Fan
>>>>> http://www.facebook.com/ingeniumdesign/
>>>>>
>>>>> ------------------------------------------
>>>>>
>>>>> Am 11.11.2013 18:50, schrieb Sebastian Schmal:
>>>>>
>>>>>   hi all,
>>>>>
>>>>>>
>>>>>>
>>>>>> i have a problem after the event reg. step2 of 2
>>>>>> index.php?id=85&tx_seminars_pi1%5Bseminar%5D=2&tx_
>>>>>> seminars_pi1%5Baction%5D=register
>>>>>>
>>>>>>
>>>>>> is a white site!
>>>>>>
>>>>>> how can i check this bug or settings?
>>>>>>
>>>>>> thanks,
>>>>>> sebastian
>>>>>>
>>>>>>    _______________________________________________
>>>>>>
>>>>>>  TYPO3-project-seminars mailing list
>>>>> TYPO3-project-seminars at lists.typo3.org
>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-seminars
>>>>>
>>>>>
>>>>>
>>>>
>>>>   _______________________________________________
>>>>
>>> TYPO3-project-seminars mailing list
>>> TYPO3-project-seminars at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-seminars
>>>
>>>
>>
>>
>>  _______________________________________________
> TYPO3-project-seminars mailing list
> TYPO3-project-seminars at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-seminars
>



-- 
http://about.me/woepwoep


More information about the TYPO3-project-seminars mailing list