Coder Social home page Coder Social logo

Comments (12)

chrissimpkins avatar chrissimpkins commented on June 14, 2024

Thanks for reporting it. I haven't tried these files on heroku yet. It appears to be reporting out an error with the link that you provided. I will assume that you did not modify the file that was supplied from the repository.

Can you let me know what version of Tweetledee you are using?

Will look into it to see if I can figure out what is going on. Do you mind changing the debugging flag to 1 in your hosted file?

from tweetledee.

kristoffernolgren avatar kristoffernolgren commented on June 14, 2024

The error that is outputted might be a one that chrome outputs for invalid xml-files. Check the source-code to be certain:
view-source:http://tweetledee.herokuapp.com/searchrss.php?q=katt

The version is 0.3 I followed the instructions at detail but I also added
$my_domain = 'tweetledee.herokuapp.com';
in the keys file.

I have added debug flag now!(you should mention those in the documentation)
here is the error:
Fatal error: Call to undefined function mb_internal_encoding() in /app/www/tldlib/tmhUtilities.php on line 45

Thanks!

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

thanks @kristoffernolgren. Will take a look and see if I can figure out what is going on.

I will be updating the documentation for developers and will include the debug flag info in it. Thanks!

from tweetledee.

kristoffernolgren avatar kristoffernolgren commented on June 14, 2024

let me know if I can help you in any way! :)

2013/7/25 Chris Simpkins [email protected]

thanks @kristoffernolgren https://github.com/kristoffernolgren. Will
take a look and see if I can figure out what is going on.

I will be updating the documentation for developers and will include the
debug flag info in it. Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-21557555
.

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

posted as a new issue on @themattharris tmhOAuth repository here.

Here is the line that is causing problems.

Check out that thread for the most current discussion and I will post the solution back here when available.

-C

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

@kristoffernolgren i am keeping an eye on this. no response yet...

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

Unfortunately that project seems to be abandoned.

from tweetledee.

themattharris avatar themattharris commented on June 14, 2024

hey folks, i commented in the issue you raised on the tmhOAuth page. quick summary of the response is that you need to ensure mbstring is installed, and enabled. the error you are getting regarding mb_internal_encoding not existing means mbstring has not been made available. more information on that is available here: http://www.php.net/manual/en/mbstring.installation.php

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

@themattharris thanks Matt! I really appreciate the response. (@kristoffernolgren).

It looks like this is a non-default extension in PHP. Heroku servers must not have this installed...

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

closing this issue with above information from Matt as solution

from tweetledee.

lrytz avatar lrytz commented on June 14, 2024

to make it work on heroku (https://devcenter.heroku.com/articles/php-support)

diff --git a/composer.json b/composer.json
index ee1c8a8..4db7c5c 100644
--- a/composer.json
+++ b/composer.json
@@ -14,6 +14,7 @@
         }
     ],
     "require": {
-        "php": ">=5.3.0"
+        "php": ">=5.3.0",
+        "ext-mbstring": "*"
     }
 }

from tweetledee.

chrissimpkins avatar chrissimpkins commented on June 14, 2024

@lrytz thank you!!

from tweetledee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.