Jump to content

kf4zmt

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by kf4zmt

  1. Is 10M the max file size that TCH will allow to be uploaded?
  2. I have a simple php file upload form for uploading files to my site. I am unable to upload files larger than 8 MB even though I have the following in my .htaccess file: php_value post_max_size 40M php_value upload_max_filesize 20M php_value max_execution_time 800 php_value memory_limit 40M I have used tcpdump (on the client side) to sniff the upload. The TCH server sends "Reset" packets that kills the upload on files 8MB or larger. The file upload isn't timing out, its being killed from the TCH server. Files smaller than 8 MB upload great. Any ideas why I'm encountering this limit?
  3. I have written a perl cgi script which sends emails to multiple recipients. The script works perfectly on a development server at my location, but when running it on the TCH server, only one recipient (whoever that happens to be) receives the email. To make sure that the script was working on the TCH server, I decided to write the output to a file instead of to sendmail and examine the results. Lo and behold the file contained multiple copies of the email to all of the recipients that should have received the email. This leads me to suspect some weirdness is going on with sendmail. Is there anyway to view the sendmail logs? Anyone have any ideas that might resolve this? Thanks in advance
  4. I have just installed SMF using Fantastico. I can create categories but cannot add boards to them. When I click the "add board" button I receive the following error. Forbidden You don't have permission to access /mb/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I have another domain hosted by TCH and I have installed SMF there and it is functioning just fine. I used Fantastico to install them both and set both up exactly the same, yet one works and the other doesn't. Anyone have any idea what could be wrong?
  5. Outstanding! Thank you Bruce. Can anyone help me out with PHP?
  6. I'm new to TCH and need a little help. I need to send automated e-mails from within a perl & php script that runs on a TCH server and need an example of how this is done. The help desk says they don't answer developer questions and suggested that I post my question here. Any help will be much appreciated. Thanks
×
×
  • Create New...