-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working on local #62
Comments
I am having the same problem. Is there any solution for it? |
@nufrankz @gomessimon |
I have solved it, it was a file permission issue in the server. Best, On Aug 13, 2016 4:45 PM, "Noah Wagner" notifications@github.com wrote:
|
I'm also receiving this problem? Working locally using MAMP. Any ideas? |
In the server check your api folder and files permission inside it. api folder shoulw have 0755 (rwxr-xr-x) file excess permission, as well as all folders inside it, and all the .php files inside the api folder and it's sub folder should have 0644 (-rw-r--r-) file excess permission. Try it hope it will work, it worked for me. |
Is this when you've uploaded it to a web server? I'm simply just working in a directory on my desktop atm using Mamp as a local server |
I used XAMPP in windows, not sure about MAMP, still check the file permissions. Possible share any error log? What exactly is the error message? |
I've got it partially working now, but another issue - #74 |
In addition to file permissions it requires PHP Curl enabled. To enable that go to php.ini file and remove ; from this line: |
Hey!
I downloaded this snippet (thank you), and put it to work.
Well, everything's already set, jquery 2.2.0 from google's cdn, the oauth keys (copy/paste), correct paths and the div that will receive the data.
This is my syntax:
$('.contenidotwitter').twittie({ dateFormat: 'de %B del %Y.', template: '<div class="tweet">{{tweet}}</div><div class="fecha">{{date}}</div>', });
Working on Firefox on local mode (Internet just to obtain the feed and jquery) but it doesn't work (just "Loading").
Even the index.html example doesn't get the data.
What I'm doing wrong? Thank you! :)
The text was updated successfully, but these errors were encountered: