sotastudio / TYPO3.Extbase.SocialSharingPrivacy

TYPO3 Extbase // SocialSharePrivacy — Implementation of Social Share Privacy for TYPO3. — mirrored from Bitbucket.
3 stars 1 forks source link

Duplicate variable declaration, "sectionObject" already set! #1

Closed typo3ua closed 11 years ago

typo3ua commented 11 years ago

Hello, all!

I get an error:

Duplicate variable declaration, "sectionObject" already set!

Why? What have I done wrong?

andyhausmann commented 11 years ago

Doh - sounds bad!

I've already pushed an update to TER this morning. Let's take a look at this tomorrow - if the update didn't resolve this issue.

Though I obviously never checked the Frontend Plugin... :-1:

In most cases I copied the TypoScript Object in a library and outputted it within the template. The Social Sharing Privacy Object is waiting for you at "temp.socialSharingPrivacy".

In the meanwhile, i will check your issue.

typo3ua commented 11 years ago

Yes, thanks ... but I need only "Frontend Plugin" I will wait for updates.

andyhausmann commented 11 years ago

Understood. I already checked the Frontend Plugin - worked like a charm.

Please provide further details regarding your issue:

typo3ua commented 11 years ago

I use:

TYPO3 6.1.3 / PHP 5.4.7 Extbase Framework for Extensions 6.1.0 Fluid Templating Engine 6.1.0 Fluid Content Engine 3.1.0 Fluid Pages Engine 2.1.0 Flux: Fluid FlexForms 6.0.1 VHS: Fluid ViewHelpers 1.8.1 Social Share Privacy 1.1.1

... jquery through [includeJSFooter] and [includeJSlibs]

I do not use:

helperkit t3jquery

Dependencies TYPO3 (6.0.0 - 6.0.99), extbase (1.3.0), fluid (1.3.0) ..... Meets current settings

andyhausmann commented 11 years ago

I am not sure but it looks like the Extension Uploader did its bit of magic and removed the constraint/dependency to EXT:helperkit. Please install helperkit and check whether it's running now.

If it does not, please let me throw a look into your installation so I can clear things up for myself. You'll find my email address... everywhere.

typo3ua commented 11 years ago

:+1: Now everything is working well

Thanks!

andyhausmann commented 11 years ago

Glad to hear that.