Jump to content

carl_vrijsen

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by carl_vrijsen

  1. I have almost the same configuration (30 FM users, and 20 websites with FX.PHP), and had VERY much problems with FX.PHP! I'm changing al the websites that use FX.PHP now to FMandPHP. This language is much more stable, much faster, and gives more possibilities then FX.PHP. My server did crash a lot with FX.PHP. And since I'm changing the code of the websites to FMandPHP, the crashes are going away...
  2. I'm using FM7SA on a XServe 10.3.9 to host a website with a large database. I can do the job with PHP, but things are getting slowlier every week. So I want to symplify my PHP code, but therefore I want to use a script that I've written in de FM7 database file. I want to run this script every 15 minutes or so. A nice way would be by triggering the script via a cron job. Is this possible? Of course I could run the script on a client computer, with an interval of 15 minutes, but when I reboot the server, the clients loses the connection etc... so via a cron job on the server would be very nice!
  3. I've looked at my httpd.conf file, and saw that the installation of PHP5 made an include in this file. So in the beginning of the file, PHP4 gets loaded, and in the end PHP5 gets loaded by this include. That's why my server admin didn't show PHP5. It showed PHP4, but the server was running PHP5. So I've deleted the include, and changed the lines like it should. Now PHP4 is not loaded anymore, and my server admin works now like it should. Strange thing: my server works now for 4 days without any problem. So perhaps this is the solution? Let's hope so. I'll let you know!
  4. Hi, I've made a simple form to input some text. I post this text using POST. The text is received by the second page, like it should. Then I save this in a new FM7 record. No problem. Only problem is that when somebody uses characters like "
  5. I'm hosting 20 dynamic websites width about 20.000 pageviews a day. Since my old Windows Server was to slow I installed a brand new XSERVE width FM7SA. I had to change some parameters, but everything works just fine. I use FX.PHP and PHP5 for my websites. Except: Sometimes the link between the datasource and Apache breaks. This without any reason. Apache & Filemaker Server don't stop working, it's just the dynamic generated part of my websites that stops. The only option I have is to completely reboot the server. Very nasty, because now I have to check the site every minute. I just don't trust the system anymore. And every night I do a complete reboot, to be sure that he keeps working the next day.... I found some errors in watchdog: 2005-03-06 22:42:51 CET Started child "/Library/JBoss/3.2/bin/run.sh" as pid 349. 2005-03-06 22:42:51 CET Automatic reboot timer enabled. 2005-03-06 22:42:51 CET Reaped child process 349 ("/Library/JBoss/3.2/bin/run.sh"); quit with exit status 127. 2005-03-06 22:42:51 CET Process "/Library/JBoss/3.2/bin/run.sh" respawning too rapidly! 2005-03-07 17:45:27 CET Terminating due to signal. 2005-03-07 17:45:27 CET Automatic reboot timer disabled. 2005-03-07 17:45:27 CET Reaped child process 345 ("/usr/sbin/hwmond"); quit due to signal 15. It seems that Tomcat and JBoss are causing this. And watchdog isn't able to restart these processes. Of course I'm not sure that this is the reason, but where can I really find the reason for this? Many thanks for someone who can help me! I'm sure I'm not the only one width this problem, because my configuration is almost standard...
  6. I'm hosting 20 dynamic websites width about 20.000 pageviews a day. Since my old Windows Server was to slow I installed a brand new XSERVE width FM7SA. I had to change some parameters, but everything works just fine. I use FX.PHP and PHP5 for my websites. Except: Sometimes the link between the datasource and Apache breaks. This without any reason. Apache & Filemaker Server don't stop working, it's just the dynamic generated part of my websites that stops. The only option I have is to completely reboot the server. Very nasty, because now I have to check the site every minute. I just don't trust the system anymore. And every night I do a complete reboot, to be sure that he keeps working the next day.... I found some errors in watchdog: 2005-03-06 22:42:51 CET Started child "/Library/JBoss/3.2/bin/run.sh" as pid 349. 2005-03-06 22:42:51 CET Automatic reboot timer enabled. 2005-03-06 22:42:51 CET Reaped child process 349 ("/Library/JBoss/3.2/bin/run.sh"); quit with exit status 127. 2005-03-06 22:42:51 CET Process "/Library/JBoss/3.2/bin/run.sh" respawning too rapidly! 2005-03-07 17:45:27 CET Terminating due to signal. 2005-03-07 17:45:27 CET Automatic reboot timer disabled. 2005-03-07 17:45:27 CET Reaped child process 345 ("/usr/sbin/hwmond"); quit due to signal 15. It seems that Tomcat and JBoss are causing this. And watchdog isn't able to restart these processes. Of course I'm not sure that this is the reason, but where can I really find the reason for this? Many thanks for someone who can help me! I'm sure I'm not the only one width this problem, because my configuration is almost standard...
  7. I'm hosting 20 dynamic websites width about 20.000 pageviews a day. Since my old Windows Server was to slow I installed a brand new XSERVE width FM7SA. I had to change some parameters, but everything works just fine. I use FX.PHP and PHP5 for my websites. Except: Sometimes the link between the datasource and Apache breaks. This without any reason. Apache & Filemaker Server don't stop working, it's just the dynamic generated part of my websites that stops. The only option I have is to completely reboot the server. Very nasty, because now I have to check the site every minute. I just don't trust the system anymore. And every night I do a complete reboot, to be sure that he keeps working the next day.... I found some errors in watchdog: 2005-03-06 22:42:51 CET Started child "/Library/JBoss/3.2/bin/run.sh" as pid 349. 2005-03-06 22:42:51 CET Automatic reboot timer enabled. 2005-03-06 22:42:51 CET Reaped child process 349 ("/Library/JBoss/3.2/bin/run.sh"); quit with exit status 127. 2005-03-06 22:42:51 CET Process "/Library/JBoss/3.2/bin/run.sh" respawning too rapidly! 2005-03-07 17:45:27 CET Terminating due to signal. 2005-03-07 17:45:27 CET Automatic reboot timer disabled. 2005-03-07 17:45:27 CET Reaped child process 345 ("/usr/sbin/hwmond"); quit due to signal 15. It seems that Tomcat and JBoss are causing this. And watchdog isn't able to restart these processes. Of course I'm not sure that this is the reason, but where can I really find the reason for this? Many thanks for someone who can help me! I'm sure I'm not the only one width this problem, because my configuration is almost standard...
  8. I'm hosting a few websites on a XServe with FM7SA & FX.PHP So far I'm placing all the images in a separate directory. In the FM database I'm placing the location of that image as a normal textfield. Everything works fine that way. There's only one problem: for each client I have to make a webpage to allow him to upload or change his pictures on his website. Some of these client have FM Pro7 on their computer. It would be much easier if they could simply copy these images in a container field, just like they do with their text-data. That way I could make a nice back-office solution in Filemaker to manage their website content. But then I have to be able to display these images on the website... And as far as I know it's impossible to display pictures from a container field in a FM7SA database on the website, using FX.PHP With FM6 this was possible... So: Is there anybody who has a solution for: - Uploading images to FM7SA from a website (pasting in the database works of course) - Displaying images in a FM7SA container on a website I searched on several forums, but found no solution...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.