+ Reply to Thread
Results 1 to 3 of 3

Thread: javascript
      
   

  1. #1
    Jenny is offline Staff Sergeant
    Join Date
    Dec 2005
    Posts
    45

    Default javascript

    Hi,

    I am trying to run a .sh file that is powered by BASH: #!/usr/bin/bash

    I get this error. Error log record:

    error: file has no execute permission:

    Is there a .htaccess or chmod issue here or other issue?

    For more details on what I need the Vodahost server to do see this post and the scripts I am trying to run:

    http://www.tek-tips.com/viewthread.c...1366888&page=1

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: javascript problem

    chmod is easy to check, find the file in your public html and click on it, and on the far right you can see one of the options is change permissions.

    If you are trying to run a search script as that thread indicates, you have to have USER permission to the database, so you will have to modify the script to access the database to run the search, or you are missing some files/tables to run the script.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: javascript problem

    It doesn't have to do with CHMOD permissions. Vodahost doesn't allow shell access to their users, you won't be able to run shell files on their servers

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49