Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
EE breaks Theme | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium EE breaks Theme

EE breaks Theme

Posted: October 12, 2013 at 3:22 pm

Viewing 8 reply threads


Stuart Wightman

October 12, 2013 at 3:22 pm

Hello, I just installed my theme and then EE. When I activate event-espresso plugin it breaks the static background image on my theme. Deactivate it and it works perfect again. Any ideas?


Dean

  • Support Staff

October 14, 2013 at 2:05 am

Hi,

It is really hard to say what the issue is without having Event Espresso active and seeing if any errors appear. Is it possible to temporarily activate the plugin?


Stuart Wightman

October 14, 2013 at 2:07 am

Its active Dean.


Stuart Wightman

October 14, 2013 at 2:48 am

Sorry thought I gave you a link already. http://www.nyeinparis.com and the theme I’m using is http://themes.themegoods.com/?theme=Furies


Dean

  • Support Staff

October 14, 2013 at 2:51 am

Hi,

Thanks for that. OK, it seems that what is happening is EE is setting a session and then the theme does the same thing.

Is it possible to get your login details in order to get a closer look at this?

If so, please send them via http://staging.eventespresso.com/send-login-details/

NOTE: login details need to be Admin level and FTP details are NEEDED.


Stuart Wightman

October 14, 2013 at 3:24 am

Sent you login details. Thanks for looking into this.


Dean

  • Support Staff

October 14, 2013 at 3:52 am

Hi,

OK, I don’t know the exact why but I know of a way to fix the issue. It does involve editing one of your theme files – furies/templates/script-supersized-gallery.php.

At the top of this file is this:

<?php header("content-type: application/x-javascript"); ?>

<?php
require_once( '../../../../wp-load.php' );

change it to this

<?php header("content-type: application/x-javascript"); ?>
<?php
require_once( '../../../../wp-load.php' );

Yes thats right, remove the blank line.

This is a stop gap measure, any updates to the theme are likely to re-introduce the issue, so you may wish to discuss the matter with the theme developer.

The error message should you need it is:

<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home2/beatifie/public_html/nyeinparis.com/wp-content/themes/furies/templates/script-supersized-gallery.php:3) in <b>/home2/beatifie/public_html/nyeinparis.com/wp-content/plugins/event-espresso/espresso.php</b> on line <b>56</b><br />


Stuart Wightman

October 14, 2013 at 4:17 am

Thanks a ton!!! I also needed to get rid of the space at the end of line 1 I was using Notepad++ and simply getting rid of line 2 didn’t fix the issue but getting rid of the space did. Thanks again. I’m going to let the author of the theme know. Must just be a simple syntax error.
This is why I dont think I could ever get to deep into code. just the smallest thing can made a huge difference.

Thanks again.


Dean

  • Support Staff

October 14, 2013 at 4:33 am

No problem, glad it was an easy fix.

Viewing 8 reply threads

The support post ‘EE breaks Theme’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server