Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Warning: require_once(components\twitteroauth.php) [function.require-once]: failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/ageeth/wp-content/plugins/tweet-fader/Tweet-Fader.php on line 132

    Fatal error: require_once() [function.require]: Failed opening required ‘components\twitteroauth.php’ (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php:/Applications/XAMPP/xamppfiles/lib/php/pear’) in /Applications/XAMPP/xamppfiles/htdocs/ageeth/wp-content/plugins/tweet-fader/Tweet-Fader.php on line 132

    Encountered the same problem. Go to line 132 in plugins/tweet-fader/Tweet-Fader.php and just change the path
    from
    if(!require_once('components\twitteroauth.php')){
    to
    if(!require_once('components/twitteroauth.php')){

    That should solve the problem. 🙂

    Thread Starter anmolrajdev

    (@anmolrajdev)

    I don’t think it’s a BOM issue. If the theme in your development site works fine, better delete the theme in your site and replace it with a copy of the theme used in your dev site. Perhaps that will resolve the issue.
    ————————————–
    Krishna, this is exactly what I’ve done. But not solving the problem.

    BTW, did you directly modify the blankslate theme or did you use a child theme for your customizations? It’s always better (and the recommended approach) to use child themes for customizations so that you won’t face problems like the current one and you can safely update the theme without losing your modifications.

    As you say that you have been using the same theme without problems, how old is it? Has it been updated?
    ————————————–
    My bad. What I meant was that I am start with a blank theme – all the common markup written and stylesheets included but without any style- have used it on many projects, but today is a bad day!

    The development server is a Linux server and the live one is Windows. Could that be a problem?

    Thread Starter anmolrajdev

    (@anmolrajdev)

    Krishna,

    Thanks for replying.

    Its strange because when I am trying to validate the markup at http://labs.42works.in/swiftanalytics, it doesn’t return me any of the errors.

    And no, none of the other default theme has this problem. Infact, I have created a blankstate theme which I’ve used for many websites and it always have worked alright. What’s making me pull my hair is that the same code on http://labs.42works.in/swiftanalytics is working absolutely fine on Chrome, it is the exact same code at http://swiftanalytics.com that is giving me a real hard time.

    One thing that I read in the w3c validator error report was

    Warning Byte-Order Mark found in UTF-8 File.

    The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.

    From the other forum post that i mentioned in the question, I think this is the root cause of the problem. I reopened all my theme files in notepad++ and made sure that all files were encoded without BOM (converted the files to BOM from under Encoding->Convert to UTF-8 without BOM, there were no changes made which meant the files are already in that format). Any ideas on how to fix the BOM encoding issue??

    Ouch! That’s what I thought too.

    But what made me think otherwise was that at least the photos from Instagram should have been displayed. So kind of uncertain. Haven’t yet got a chance to look into the plugin code.

    Will check and see if that’s the case. Will update soon.

    Did an install some time ago and facing the same problem. The tweets and images are there but the plugin shows no images found.

    http://www.vidafitnessblog.com/where-in-the-word-is-vida-fitness-2/

    Any help?

    I am using twitter-widget pro plugin (that’s my alternative to Tweet Blender) right now on a site that I recently developed, you can see a demo here:
    http://rivendell.tv/

    However, it doesn’t display feeds from a twitter-list. If someone finds a plugin that can help me do so and also allow me to style the tweets, I’ll be really thankful.

    Well, desperately waiting for an update on this one. Any recommendation of an alternative plugin that allows me to display feed from a twitter list?

Viewing 7 replies - 1 through 7 (of 7 total)