Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5991177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:20:59+00:00 2026-05-22T23:20:59+00:00

My hosting company is now saying that their (8)Exec format error: exec of ‘/home/

  • 0

My hosting company is now saying that their “(8)Exec format error: exec of ‘/home/ failed”
is that “the mailserver ip is blacklisted”

WTF does that mean and how do i fix it?
please, i am about to tear my hair out. thank you.

Previous issue solved:
*My hosting company has disabled several PHP functions. This is really of no consequence to me however I seem to be getting one of their disabled function errors. The error is
“(13)Permission denied: exec of ‘/home/exampledomain/public_html/cgi-bin/emailscript.php’ failed”
I have been over my PHP over a dozen times, and I have no exec() function. The only function I have is mail() which they swear works just fine. I have been through their customer support and they refuse to tell me what is going on.*

I am posting my code for review. Please help. Thanks.

<?php

/* Subject and Email Variables */

    $emailSubject = 'Appointment Inquiry';
    $webMaster = 'info@exampledomain.com';

/* Gathering Data Variables */

    $nameField = $_POST['name'];
    $cellField = $_POST['cell'];
    $emailField = $_POST['email'];
    $dateField = $_POST['date'];
    $timeField = $_POST['time'];
    $lengthField = $_POST['length'];
    $detailsField = $_POST['details'];
    $otherField = $_POST['other'];
    $screennameField = $_POST['screenname'];
    $companyField = $_POST['company'];
    $worknoField = $_POST['workno'];
    $switchboardnoField = $_POST['switchboardno'];
    $memoField = $_POST['memo'];
    $subscribeField = $_POST['subscribe'];

    $body = <<<EOD
<br><hr><br>
Name: $name <br>
Cellphone: $cell <br>
Email: $email <br>
Date: $date <br>
Time: $time <br>
Length of appointment: $length <br>
Details: $details <br>
Other: $other <br>
Screen Name: $screenname <br>
Company: $company <br>
Direct Line: $workno <br>
Switchboard: $switchboardno <br>
Memo: $memo <br>
Subscribe Me: $subscribe <br>
EOD;

    $headers = "From: $email\r\n";
    $headers .= "Content-type: text/html\r\n";
    $success = mail($webMaster, $emailSubject, $body, $headers);

/* Results rendered as HTML */

    $theResults = <<<EOD
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My Hosting Company Sucks</title>
<link rel="shortcut icon" href="images/favicon.ico" />

<style type="text/css">
<!--
body {
    background-color: #401857;
    background-image: url(Images/bg.jpg);
    background-repeat: repeat-x;
}
-->
</style>
</head>

<body ondragstart="return 
false" onselectstart="return false">
<div id="wrapper">
  <div id="logo"><a href="index.html"><img src="Images/logo.jpg" width="800" height="250" alt="logo" /></a></div>
  <div id="navigation">
    <p>&nbsp;</p>
    <p class="link_cls"><a href="index.html"> Page1</a> | <a href="page2.html">Page2</a> | <a href="page3.html">Page3</a> | <a href="page4.html">Page4</a> | <a href="page5.html">Page5</a> | <a href="page6.html">Page6</a></p>
  </div>

    <div id="bodyArea">
  <div id="center">
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><img src="images/thankyou.jpg" alt="thanks" width="579" height="502" align="middle" /></p>
  </div>
  </div>
</div>


</body>
</html>
EOD;
echo "$theResults";

?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T23:20:59+00:00Added an answer on May 22, 2026 at 11:20 pm

    The error isn’t referring to the exec() function, but to the actual execution of the php file itself. PHP files need to be treated as executable by the file system in order for them to be processed by the server. It seems like your file permissions are off on the file. The standard is permission level is 755.

    You should check the file permissions for that file and change them if necessary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My hosting company emailed me yesterday to tell me that they are upgrading Apache...
i just got a call from Hosting company, they claimed that my application creates
I have a shared hosting plan. Now, my hosting company says it is necessary
i have a hosting company that does not allow .htaccess (mod-rewrite is disabled) on
I have an asp.net app hosted at a (for now, unnamed) hosting company. This
I am looking for a hosting company that can host my couple webpages written
I have a web-site that has a hosting at some popular hosting company. The
The hosting company that my employer uses upgraded to Exchange 2010 over the weekend.
I am moving to a new hosting company that will not allow me to
My hosting company wants me to move from a MySQL 4 server to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.