March 18, 201114 yr My understanding was that I used the FileMaker PHP Site Assistant to create php files that would interact with my database. I created the PHP files with the assistant and copied them to a web host, but I get loads of PHP errors when I try to load a page. Or am I supposed to host these PHP files on the FileMaker Server directly? Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/home.php:2) in /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/fmview.php on line 10 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/home.php:2) in /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/fmview.php on line 10 Warning: require_once(FileMaker.php) [function.require-once]: failed to open stream: No such file or directory in /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/error.php on line 7 Fatal error: require_once() [function.require]: Failed opening required 'FileMaker.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/platenet/public_html/mphs1991/FileMakerPro/MPHS Class of 1991/error.php on line 7
March 25, 201114 yr Author Yes, apparently I need to run the PHP files on the Filemaker server directly. Wouldn't it be nice to be able to run the PHP files on my regular web server and have the files call FileMaker Server just to get the data?
Create an account or sign in to comment