Menu

phh jorm

Help
2005-10-26
2013-06-03
  • day_tripper

    day_tripper - 2005-10-26

    Ok I have been trying to make the form work nmow for a week and I still can get it to work.  Can somebody please tell me what the heck I am dong wrong.

    I am enclosing the error logs and all permission settings...

    can somebody please look at them and maybe tell me what's up?????

    These error are from my last revison

      

         

     

    Error Log

    --------------------------------------------------------------------------------
    Last 300 Error Log Messages in reverse order:
    --------------------------------------------------------------------------------

    [2005-10-26 13:52:59]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:52:50]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:52:45]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:48:36]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:48:33]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:47:18]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:04:34]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 13:04:26]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 11:40:30]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/global.inc.php)
    [2005-10-26 11:38:50]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 11:38:44]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 11:37:00]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 11:35:51]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 11:33:46]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:39:33]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:32:43]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/admin/index.php)
    [2005-10-26 10:32:31]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:27:51]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:27:45]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:26:42]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)
    [2005-10-26 10:26:13]: error: file is writable by others: (/home/cypress/public_html/prequal/use/loanapp/process.php)

    and these are the current settings...

    README_FILES  755
    forms  777
    templates  755
    use  755
    Create New File  
    copyfunc.php 1 k 0755
    del_form.php 0 k 0755
    fantversion.php 0 k 0755
    fields.php 8 k 0755
    global.inc.php 0 k 0644
    index.php 8 k 0755
    process.php 10 k 0644
    process2.php 11 k 0755
    process3.php 22 k 0755
    style.css 1 k 0755

      admin  755
    files  755
    Create New File  
    bc_new.gif 0 k 0755
    button.jpg 9 k 0755
    form1.html 0 k 0755
    form2.html 0 k 0755
    global.inc.php 0 k 0755
    nav_m.gif 0 k 0755
    process.php 0 k 0644
    tile_back.gif 0 k 0755
    tile_sub.gif 0 k 0755

    config.inc.php 0 k 0755
    data.dat 0 k 0755
    delete_file_rec.php 0 k 0755
    delete_rec.php 0 k 0755
    global.inc.php 0 k 0644
    index.php 14 k 0644
    printer_friendly.php 2 k 0755

    02_42_28_haar.html 30 k 0755

    God bless the person that helps me to get this to work...  IT is driving me NUTTTTTTTTYYYYY

    Thanks

    Daytripper....

     
    • TNTEverett

      TNTEverett - 2005-10-26

      OK, you've tortured yourself long enough.  Next time don't wait so long. 
      Here are some general rules to follow (you've got some fixing up to do).

      HTML files: 644
      Image files: 644
      css files: 644
      php files: 755
      js files: 755
      Directories:
      777 for those that need to be accessed by the world.
      755 for all others.
      Common to leave directories at 777 and provide some other security mechanism when necessary.

      General comment: This error has nothing to do with phpFormgen.  The error comes from your Host's web server application (like Apache).
      This error/warning level can be controlled via the server configuration files.  Personally I've never seen this error.  I use the forms on my host, and on my test system at home using Apache. 
      Every time your read/load any one of these files your server is warning you of the potential security leak (files executable/modifyable by the persons other than you). 

      Because the error is only on the php files you can try 751 or 711 on one of these instead of 755. 
      Test one file at a time so you can control the number of changes.  I'd start with the process.php. 
      I would also strongly suggest you talk to your host to be sure you understand why this error occurs and why your host might be setting this limitation. 

       
    • TNTEverett

      TNTEverett - 2005-10-28

      Any luck yet?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.