Re: [plug] Facebook Apps - Smiley

2009-09-19 Thread Oscar Plameras
Plug, Ariz and Roger, Thank you. I have found the problem with your inputs and ideas. I changed a line in my "constants.php" file from define('MAIN_PATH', '/htdocs/smiley/'); to define('MAIN_PATH', "The_Absolute_Path_Name"); and it worked. Again, thank you. On Sat, Sep 19, 2009 at 8:56 PM,

Re: [plug] Facebook Apps - Smiley

2009-09-19 Thread Roger Filomeno
Facebook throws you a 500 if the output of your php script is not valid fbml or not HTTP 200 (e: 404, 403, and likes). also its possible you have a script error so without access to apache logs change your php error handler to something you have access (db or your user folder) to easily troubleshoo

Re: [plug] Facebook Apps - Smiley

2009-09-17 Thread Oscar Plameras
Forgot to mention, I don't have access to http.conf and error_logs. On Fri, Sep 18, 2009 at 10:26 AM, Oscar Plameras wrote: > Thanks, Ariz J. > > I'll check if I have access to http.conf and error logs. > > > > On Fri, Sep 18, 2009 at 10:10 AM, Ariz Jacinto wrote: >> you need to post the web se

Re: [plug] Facebook Apps - Smiley

2009-09-17 Thread Oscar Plameras
Hi Ariz J, This is the test address. You'll get the error message when you visit this site. http://apps.facebook.com/helloguess/ This is the contents of 'constants.php' http://sumakwell.byethost31.com/smiley/'); define('APP_SUFFIX', 'helloguess/'); define('API_KEY', 'XXX

Re: [plug] Facebook Apps - Smiley

2009-09-17 Thread Oscar Plameras
Thanks, Ariz J. I'll check if I have access to http.conf and error logs. On Fri, Sep 18, 2009 at 10:10 AM, Ariz Jacinto wrote: > you need to post the web server error logs and your httpd.conf so that we > could troubleshoot it for FREE :-) > > > On Thu, Sep 17, 2009 at 3:42 PM, Oscar Plameras

Re: [plug] Facebook Apps - Smiley

2009-09-17 Thread Ariz Jacinto
you need to post the web server error logs and your httpd.conf so that we could troubleshoot it for FREE :-) On Thu, Sep 17, 2009 at 3:42 PM, Oscar Plameras wrote: > ... The Facebook Apps is > still complaining with HTTP 500 error, meaning can't access one or several > files. > > The Smiley Face

[plug] Facebook Apps - Smiley

2009-09-17 Thread Oscar Plameras
I attempted to get the following to run as Facebook application, http://svn.facebook.com/svnroot/platform/samples/smiley/ As you probably know Facebook Apps that hooks to Facebook API can be tested live only on a Web Server that's exposed to the Internet. I have a Web Server hosted that's expose