Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BizzyLizzy

    Resize Image and upload problem

    Hi All I am trying to resize an image (create a thumbnail) and then upload it. Now the uploading part works fine but when I add in the code for resizing it, all I get is a blank page saying http 500 internal server error. I have error reporting switched on but still not getting anything...
  2. BizzyLizzy

    Warning: Cannot modify header information

    Nothing at all in the sendmail logs :( so no help there. I have submitted a support request to our hosters to see if they can see what is wrong with that email address and to check on all the other addresses on our domain as well. Thank you so much for all your assistance on this. I will...
  3. BizzyLizzy

    Warning: Cannot modify header information

    Ok now this is a bit strange :). I can send emails to the liz@test.com.au address quite happily and they are received. If I do it with the forms I dont get them. I have changed the email addresses on the registration stuff and all is working fine. Just the liz@test.com.au one not working...
  4. BizzyLizzy

    Warning: Cannot modify header information

    ok well I got the mail submitted to sendmail proc message but thus far havent had the email. I am just testing some other stuff to see whether any emails at all are coming into that address. In between eating dinner as well :)
  5. BizzyLizzy

    Warning: Cannot modify header information

    Ok the platform is thus. Operating system Linux Kernel version 2.4.21-47.0.1.EL Machine Type i686 Apache version 1.3.36 (Unix) PERL version 5.8.4 Path to PERL /usr/bin/perl Path to sendmail /usr/sbin/sendmail PHP version 5.1.4 There are no bespoke php.ini files lurking that I can...
  6. BizzyLizzy

    Warning: Cannot modify header information

    Ok done that! Now what? Actually thinking about it we know the email system is a happy bunny because my registration page is working fine and sending out emails as it should.
  7. BizzyLizzy

    Warning: Cannot modify header information

    Thanks very much for that jpadie. Unfortunately, just the same as before works on my test system (ie my laptop running iis!) but as soon as I upload it to the hosters the emails dont come through. It all appears to work ok and redirects ok to the thank you page but the email never gets sent...
  8. BizzyLizzy

    Warning: Cannot modify header information

    thanks for putting up with my newbie problems jpadie. Here is the code for the contact form. Its nothing very complicated. <?php if ( $_POST['submit'] ) { $valid = 8768; $name = $_POST['name']; if ( empty($name) ) { $valid = 3534; $name_error = 'You did not enter your name'; } $company =...
  9. BizzyLizzy

    Warning: Cannot modify header information

    Sorry meant to say again working fine on the test server just not on the upload. Another configuration difference in their php ini perhaps?
  10. BizzyLizzy

    Warning: Cannot modify header information

    Emails from other forms are working fine. This happened after I loaded the form up to my host site. Its only the contact form which has been having the problem.
  11. BizzyLizzy

    Warning: Cannot modify header information

    arrrrgh spoke to soon! lol not getting the error anymore but the contact form is not sending emails either. any more suggestions? Or do I say stuff it and start the grand rewrite!
  12. BizzyLizzy

    Warning: Cannot modify header information

    Wooohooooo Thanks that did it :). This will do until I can find the time to do a redesign of the website. Thank you so much :).
  13. BizzyLizzy

    Warning: Cannot modify header information

    cool ok thanks will try that out and let you know how I get on :D.
  14. BizzyLizzy

    Warning: Cannot modify header information

    definitely considering changing hosts - we have been having problems with them for a while now - unfortunately this isnt my decision to make but will certainly talk to the boss about it. So if I put the ob start on the 1st line of the index.php do I need to put a ob end at the end of the php in...
  15. BizzyLizzy

    Warning: Cannot modify header information

    lol I asked whether I could upload my own php ini file as they have register globals switched on and other nice little security holes but was told in no uncertain terms that they would not allow this and it would in itself constitute a security risk!! You are right in that I am including the...
  16. BizzyLizzy

    Warning: Cannot modify header information

    Thanks for the reply - trouble is yes there is likely configuration differences between the two machines as we host our website with our ISP (we dont have our own webserver). So cant change the configuration at that end unfortunately. lol not that I would necessarily want output buffering on...
  17. BizzyLizzy

    Warning: Cannot modify header information

    Sorry I should have pointed out that this works fine on my test server but not when I upload it to the host site.
  18. BizzyLizzy

    Warning: Cannot modify header information

    Please can somebody help me with this problem. I have had to upload my website again after some problems on the host server. Having done all that I now find that my contact form does not work anymore. I get the following error. Warning: Cannot modify header information - headers already sent...
  19. BizzyLizzy

    Help please with includes

    Brilliant OK, thats sounds as though its going to be a bit more secure. Presumably I should validate all my variables throughout the site as well - due to the fact that the hosters have global variables switched on. I have just been going through the rest of the site and notice that there...
  20. BizzyLizzy

    Help please with includes

    Hi there. Hope someone can help a complete php newbie. currently our website has the following code. Very simple and I believe pretty insecure. (our hosters have register globals on). <?php $view = $_GET['view']; ?> then <?php include ("$view.php"); ?> then in the links section of...

Part and Inventory Search

Back
Top