Re: [TYPO3-english] Fatal error in YAG backend

2016-03-23 Thread Peter Kühnlein
Hello stranger. Try YAG 4.0.2 - works great with 6.2.19 Cheers, Peter Am 23.03.2016 um 21:07 schrieb Jacob Roe: I'm getting a fatal error when I try to open YAG module in backend. Full error message below. YAG 4.0.7; Typo3 6.2.19 Fatal error: Uncaught TypeError: Argument 1 passed to TYPO3\CM

[TYPO3-english] Fatal error in YAG backend

2016-03-23 Thread Jacob Roe
I'm getting a fatal error when I try to open YAG module in backend. Full error message below. YAG 4.0.7; Typo3 6.2.19 Fatal error: Uncaught TypeError: Argument 1 passed to TYPO3\CMS\Core\Error\AbstractExceptionHandler::handleException() must be an instance of Exception, instance of Error give

[TYPO3-english] Fluid Standalone view to render template is not working in tyop3 version 8

2016-03-23 Thread Jainish Senjaliya
Hello TYPO Team Greeting from india! Many congratulation for release typo3 version 8. Great to see this progress! Thanks a lot for your contributions :) Now come to the point I have tried to integrate extension in typo3 version 8 some how its not rending Standalone view template Here is ex

Re: [TYPO3-english] Unable to add Scheduler task in typo3 7.6.4 on HHVM

2016-03-23 Thread Albert van der Veen
Hi all, Solved it for now by looking into typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php When moving the code between the try and catch on line 249 out of the try an error was shown in the typo3 BE when trying to add a task: 'ReflectionMethod::__construct() takes eit

Re: [TYPO3-english] has no rendering definition!

2016-03-23 Thread Jigal van Hemert
On 23/03/2016 09:58, "HocomAdvies [ 🌷 Wiechert Hooghwinkel ]" wrote: Any advise how to get this working? How can I find out if a viewhelper is used (loaded)? And why does the viewhelper in my test setup not work? Very quick reply (short sentences, not meant to be rude!) First of all, you show

Re: [TYPO3-english] Can not upload extension by TER: "Extension does not have a dependency for a supported version...""

2016-03-23 Thread Jigal van Hemert
Hi, On 23/03/2016 09:53, Jigal van Hemert wrote: On 23/03/2016 09:17, Robert Gonda wrote: But TER after upload still return error: Extension does not have a dependency for a supported version of TYPO3. See http://typo3.org/news/article/announcing-ter-cleanup-process/ for how to fix this. Th

Re: [TYPO3-english] RealURL 2.0 and multilanguage

2016-03-23 Thread Claudio Strizzolo
Problem solved. I rebuilt my whole realurl configuration from scratch and now it works. There was some mess in the old configuration. Claudio ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typ

Re: [TYPO3-english] has no rendering definition!

2016-03-23 Thread HocomAdvies [ 🌷 Wiechert Hooghwinkel ]
Any advise how to get this working? How can I find out if a viewhelper is used (loaded)? And why does the viewhelper in my test setup not work? Regards, Wiechert > Op 22 mrt. 2016, om 15:45 heeft HocomAdvies [ 🌷 Wiechert Hooghwinkel ] > het volgende geschreven: > > Hi, > > I am stil struggl

Re: [TYPO3-english] Can not upload extension by TER: "Extension does not have a dependency for a supported version...""

2016-03-23 Thread Jigal van Hemert
Hi, On 23/03/2016 09:17, Robert Gonda wrote: But TER after upload still return error: Extension does not have a dependency for a supported version of TYPO3. See http://typo3.org/news/article/announcing-ter-cleanup-process/ for how to fix this. There are more ways to get an extension in TER, so

[TYPO3-english] Can not upload extension by TER: "Extension does not have a dependency for a supported version...""

2016-03-23 Thread Robert Gonda
I have dependency definition: $EM_CONF[$_EXTKEY] = array( 'constraints' => array( 'depends' => array( 'typo3' => '7.6.0-7.6.99', 'xx' => '3.0.0-', 'x' => '3.0.0-', ),