Announcement

Collapse
No announcement yet.

javascript

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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
    02036089024 / United Kingdom
    291916438 / Australia

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

    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)


    Comment


    • #3
      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

      Comment

      Working...
      X