here you can find phpInfo:
http://twitternote.me/test/phpinfo.php
thank you!
Welcome! You're currently a Guest.
If you'd like to join in the Discussion, or access additional features in our forums, please sign in with your Evernote Account here. Have an Evernote Account but forgot your password? Reset it! Don't have an account yet? Create One! You'll need to set your Display Name before your first post.Community Stats
- Group Members
- Active Posts 5
- Profile Views 717
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
0
Neutral
User Tools
Friends
MPeg hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: PHP SDK Example does not work!
18 May 2012 - 06:49 AM
In Topic: PHP SDK Example does not work!
17 May 2012 - 06:55 AM
My hosting is Netsons.com
It is about 5 days i'm damning on their ticket system searching for an answer...
the only thing they told me is "we don't see any log error"...
Damn! I know that guys!
I would to know about your configuration!
@Julien: it is something i can see from a phpInfo?
May be useful to post here a temporary link to a phpinfo script?
It is about 5 days i'm damning on their ticket system searching for an answer...
the only thing they told me is "we don't see any log error"...
Damn! I know that guys!
I would to know about your configuration!
@Julien: it is something i can see from a phpInfo?
May be useful to post here a temporary link to a phpinfo script?
In Topic: PHP SDK Example does not work!
16 May 2012 - 06:52 AM
Hi, as I wrote the code is EXACTLY the PHP SDK example.
Server supplies no errors. No warnings and no logs.
After line-by-line debug I found the "blocking point" in THttpClient.php on row 192-192
// SDK code:
$contextid = stream_context_create(array('http' => $options));
$this->handle_ = fopen($this->scheme_.'://'.$host.$this->uri_, 'r', false, $contextid);
// My Debug Code
print_r($options);
echo fread($this->handle_, 9999 );
exit;
$options contains headers packed just some lines ahead in the source.
Headers contains a content type of "application/x-thrift"
But server response tell me that only "application/x-thrift" content-type is accepted.
It seems that stream_context_create or fread will changes request content type.
In my mac MAMP machine this is not an issue.
I receive the correct response.
Server supplies no errors. No warnings and no logs.
After line-by-line debug I found the "blocking point" in THttpClient.php on row 192-192
// SDK code:
$contextid = stream_context_create(array('http' => $options));
$this->handle_ = fopen($this->scheme_.'://'.$host.$this->uri_, 'r', false, $contextid);
// My Debug Code
print_r($options);
echo fread($this->handle_, 9999 );
exit;
$options contains headers packed just some lines ahead in the source.
Headers contains a content type of "application/x-thrift"
But server response tell me that only "application/x-thrift" content-type is accepted.
It seems that stream_context_create or fread will changes request content type.
In my mac MAMP machine this is not an issue.
I receive the correct response.
In Topic: PHP SDK Example does not work!
15 May 2012 - 08:48 AM
hi, I made no changes from the original SDK repo.
I just upload it to my server the tryed to run the simple example.
Would you like I configure an ftp access to you for testing?
Could I send it to you as private message or mail?
I just upload it to my server the tryed to run the simple example.
Would you like I configure an ftp access to you for testing?
Could I send it to you as private message or mail?
- Evernote User Forum
- → Viewing Profile: Posts: MPeg
- Privacy Policy
- Forum Code of Conduct ·



Find content