[TYPO3-english] Re: Oops, an error occurred! $toolbarItem "shortcuts" must implement interface backend_toolbarItem

2016-08-29 Thread Ajay Gohel
Hello, Same issue in my case : $toolbarItem "shortcuts" must implement interface backend_toolbarItem for me it was: php 5.6 with TYPO3 4.7..any one have idea ? Thanks, ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] How to fix "Could not analyse class: "Tx_Vhs_ViewHelpers_Page_HeaderViewHelper"

2016-08-29 Thread Toke Herkild
Hi James, The easiest way would be to search EXT:/Resources/Private/Templates & EXT:/Resources/Private/Partials for 'v:' or 'vhs:'. And if the templating tag v: or vhs: exists in te template add the VHS namespace in the template file. Mvh Toke On 29-08-2016 09:29, james xu wrote: > Hi Toke, >

Re: [TYPO3-english] install tool error

2016-08-29 Thread Christian Platt
Hi Wiechert, why runnning the upgrade wizard? The upgrade wizard only looks for the system, which is new now. You can set the extension to inactive and later on activate them in the Extension manager. Not every extension is abloet to update to newest version, which is then 7.6…. So better go

[TYPO3-english] Re: Re: How to fix "Could not analyse class: "Tx_Vhs_ViewHelpers_Page_HeaderViewHelper"

2016-08-29 Thread james xu
Hi Toke, How to know which template file caused this issue ? because the error shows without any further message even for "typo3_38e13599cf.log". Would you please give us how to determine (or debug) where caused that ? ___ TYPO3-english mailing list

Re: [TYPO3-english] install tool error

2016-08-29 Thread HocomAdvies [  Wiechert Hooghwinkel ]
Christian, I now can log-in with the copy of the database and that seems to work well now. The LocalConfiguration.php from the old system is now replacing the newly created one. Before adding the extensions, do I first run the upgrade-wizard? Or only after including the extensions? I also left

Re: [TYPO3-english] install tool error

2016-08-29 Thread HocomAdvies [  Wiechert Hooghwinkel ]
Christian, Thanks, did not think of that. Wil go through the steps and see what happens. One question, I also copy in the typo3_conf files. In the LocalConfiguration.php and PackageStates.php the extensions are listed. Do I comment these out / set them inactive before adding them? Regards,

Re: [TYPO3-english] How to fix "Could not analyse class: "Tx_Vhs_ViewHelpers_Page_HeaderViewHelper"

2016-08-29 Thread Toke Herkild
Hi James, You change the top line of your template file. In which you use the VHS viewhelper. Eg: Partials/Controller/properties.html Regards, Toke On 24-08-2016 01:51, james xu wrote: > Hi Toke > > Thanks, but which file needs change and how to change ? I checked the > "HeaderViewHelper.php "