[TYPO3-project-formidable] Problem with the IMAGE rdlt at svn 81

Jerome Schneider j.schneider at ameos.com
Thu Jul 19 09:56:28 CEST 2007


Hello Paweł,

It was a missing inclusion (where has it gone ?) that caused the bug.
I corrected this in rev86;

A build for rev86 is available at http://www.ameos.com/formidable/


Regards,
Jerome

Paweł Bandura a écrit :
> Hi
> 
> After updating my FORMidable from svn 80 to svn 81 I've met this error 
> message:
> 
> "Fatal error: Class 't3lib_basicFileFunctions' not found in 
> D:\TYPO3_4.1.1\htdocs\Konsultacje\typo3conf\ext\ameos_formidable\api\base\rdt_img\api\class.tx_rdtimg.php 
> on line 125"
> 
> Has anyone got this message too? Or I am special? ;)
> It is caused by this piece of XML code:
>     <renderlet:IMAGE name="edytuj">
>       <custom>class="icon-blue"</custom>
>       <path>EXT:user_kons/res/icon/edit.gif</path>
>       <onclick runat="server" params="uid">
>         <userobj>
>           <php><![CDATA[
> 
>             $aParams = func_get_args();
>             $iUid = $aParams[1]["uid"];
> 
>             $sUrl = t3lib_div::locationHeaderUrl(
>               $this->_oParent->pi_getPageLink(
>                 39,      //page id
>                 "",      //target window
>                 array(   //'param name => param value' array
>                   "uid_prac" => $iUid
>                 )
>               )
>             );
>             header("Location: ".$sUrl);
>             die();
> 
>           ]]></php>
>         </userobj>
>       </onclick>
>     </renderlet:IMAGE>
> 
> If someone would want to take a look at the complite file - it should be 
> in the attachment to this post.
> 
> Best regards
> Paweł Bandura


More information about the TYPO3-project-formidable mailing list