PHP DG issue

Hi, I'm trying to make an imageresize-thingy with PHP from Arch-repos, problem is it keeps saying it can't find the function imagecreatefromjpeg(). In order to have that function availiabe PHP need to be configured with --with-gd and --with-jpeg-dir, the one in the repos got it both according to phpinfo(), but I read this on php.net:
it's *important* that --with-jpeg-dir be *before* --with-gd.  If it's not, GD won't build with jpeg support as if --with-jpeg-dir had never been specified...
And I checked the PKGBUILD from abs for php, --with-jpeg-dir is specified after --with-dg in it, any dev just wanna just pull it back a few steps in the PKGBUILD and recompile and update the repo, please? ^^

Hah, lol, my bad, didn't think about that. Worked when I did.

Similar Messages

  • Flex PHP Wizard Issues (Is Flex/PHP ready for prime time)

    I have been designing a website using Flex. I thought of using Flex form many reasons, but one was to reduce the number of languages used in the development process. I am going to be hosting at Godaddy so I thought  I would try PHP. I normally would use Java, but Flex seems to want Enterprise Beans and Java Remote Objects which cost to much and would probably not work on Godaddy. I started out with MAMP on a Apple computer and have design 60% of my application, when I started noticing as the database go larger, I started getting communication errors with the MAMP version of mysql. So I installed MySQL and and started using Apache and PHP that comes with OSX. The communication errors are increased.
    Any suggestions? I am at the point, if I can find a proven programmer, with GoDaddy/Flex/MySQL/PHP and Java experience to help answer some question, I think I can come up with contract dollars.
    First question is Flex ready? or is this an issue with PHP?

    have moved this thread from the ADDT forums to the Flex Data Services forums

  • PHP Include Issue On New Domain

    I have had the site liquidfirefishing.com up and running for some time now.  I am using a PHP include for the header and footer.   I have uploaded the same site to fishlf.com and the header and footer files do not appear, no change to the code.  I receive a warning telling me that there is no such file or directory.  Please look at both links below and let me know what the issue may be.
    http://fishlf.com/about/index.php
    http://www.liquidfirefishing.com/about/index.php
    This is the code I am using for the include.
    <?php   $path = $_SERVER['DOCUMENT_ROOT'];   $path .= "/header.php";   include_once($path);?>

    The header.php file cannot be found in the root directory, hence either place it in the root directory or adjust the path to the correct directory as in
    $path .= "/correctpath/header.php";

  • Php service issue (flash builder 4)

    I started playing with Data/Services panel in FB4. Works pretty nice so far but there are a few issues I have:
    1. How can I manualy configure input types for the service? The dialog that appears is buggy - size is very small and I can't select input types there. Also changing method definithion in services.myservice._Super_MyService.as file (which is auto-generated) doesn't work - when I refresh or do something else FB4 just rewrites this file...
    2. Second issue is PHP related. I didn't use PHP for several years so my knowledge is still limited. I've created a service class like this:
    <?php
    class MyService {
    public function addUser($username, $password) {
      $connection =
    mysqli_connect('127.0.0.1', 'root', 'root', myDB, 3306) or
    die(mysqli_connect_error());
      $query = "INSERT INTO users (username,
    password, role)
          VALUES ('$username', PASSWORD('$password'),
    'visitor')";
      mysqli_query($connection, $query) or
    die(mysqli_error($connection));
    ?>
    and it works. But if I move $connection variable outside function (to use it with other methods) I get some errors.. Anyone knows why and how to do this? Tried it with different access modifiers, wrapping it in separate function, but nothing helps..
    Thanks

    Thanks for your inputs. I will look into that construct thingie (:
    As for 'Configure Input Types' dialogue, I can also use it in most cases, but some times it's static size isn't sufficient. For example, try adding this function to service:
    public function addUserData($username, $firstName, $lastName, $company, $jobTitle,
            $country, $state, $city, $zipCode, $address, $eMail,
            $phone, $cell, $fax, $webPage, $pictureURL) {
    On my PC when trying to change values, only one row is visible, and when I try to 'Select Type' for it, dropdown just closes without changing value. It would be nice if we could resize 'Configure Input Types' dialogue when needed... Or maybe just limit the size of 'Operation:' string in that dialogue..
    PS. I just played with it for a bit. If you enter too long function name select window completly disappears:
    public function abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz($abcdefghijklmnopqrstuvwxyz) {}

  • PHP/MySQL issue after security update 2010-005

    Hello,
    I run Apache/PHP/MySQL on my MBP for testing Web sites.
    After the 2010-005 security update I can't connect to my databases anymore.
    I don't know how to fix this, I even don't know where to start looking.
    Ideas, anyone?

    coloma wrote:
    etresoft, thanks for sharing this ... I decided to go with the TriangleJuice suggestion instead for two reasons ... first is that I wasn't sure where to find this launchd file.
    There is nothing wrong with TriangleJuice's suggestion. My only issue with creating a php.ini file is that now I have to worry about all those other settings in the ini file. If something else in PHP breaks, I have to figure out if I am the one who broke it.
    Apple ships MySQL with MacOS X Server. They probably adjusted the PHP settings to match how they have MySQL setup in MacOS X Server.
    For MySQL's, no, Sun's - drat! no, Oracle's part, they still haven't acknowledged the fact that Apple has shipped MacOS X 10.4. MySQL still ships with a Startup Item. If you don't know where the launchd file is, it is because you don't have one. You probably have a MySQL entry in /Library/StartupItems or maybe /System/Library/StartupItems. Startup Items were deprecated in 10.4. Oracle should be creating a file named com.mysql.mysqld.plist in /Library/LaunchDaemons.
    Here is what mine looks like now:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>KeepAlive</key>
    <true/>
    <key>Label</key>
    <string>com.mysql.mysqld</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/local/mysql/bin/mysqld</string>
    <string>--socket=/var/mysql/mysql.sock</string>
    <string>--basedir=/usr/local/mysql</string>
    <string>--datadir=/usr/local/mysql/data</string>
    <string>--user=mysql</string>
    <string>--log-error=/usr/local/mysql/data/Pele.local.err</string>
    <string>--pid-file=/usr/local/mysql/data/Pele.local.pid</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    </dict>
    </plist>
    I also don't have a /var/mysql directory and wasn't sure whether I should just create one or if this meant my configuration was different. If you feel like explaining any of this, I'd be curious to know.
    You have to create one. Such a directory probably already exists on MacOS X Server. Just make sure it is owned by mysql.
    sudo mkdir /var/mysql
    sudo chown _mysql:staff /var/mysql
    sudo chmod 0755 /var/mysql
    [jdaniel@Pele:516] /var $ ls -al /private/var | grep mysql
    drwxr-xr-x 3 _mysql staff 102 Aug 26 20:03 mysql
    Of course, /var is a symbolic link to /private/var. Long story there.

  • Php configuration issue with libmysqlclient

    Hi ,
    I am getting  below issue while configuring php 5.3.3 with below command
    ./configure --with-apxs2=/local/apps/rxapi/apache/bin/apxs --with-openssl --with-mysql=/opt/mysql/mysql --enable-dbase --with-libdir=lib/64 --prefix=/local/apps/rxapi/php5.5.3 --with-config-file-path=/local/apps/rxapi/php5.5.3 --disable-cgi --with-gd --with-zlib --with-gettext --with-gdbm
    checking for MySQL support... yes
    checking for specified location of the MySQL UNIX socket... no
    configure: error: Cannot find libmysqlclient under /opt/mysql/mysql.
    Note that the MySQL client library is not bundled anymore!

    Unless you have a specific need to use libmysqlclient, then use PHP's mysqlnd driver instead.  Configure PHP by using --with-mysql=mysqlnd.  See MySQL :: MySQL 5.6 Reference Manual :: 22.9.5 MySQL Native Driver (Mysqlnd) and PHP: Mysqlnd - Manual
    Also unless you really, really, really need the old insecure 'mysql' extension then use either mysqli or PDO_MYSQL instead. These can be configured with --with-mysqli=mysqlnd and --with-pdo-mysql=mysqlnd

  • Flash PHP MySQL issue

    can someone please tell me what i'm doing wrong:
    (Actionscript)
    var db_out:URLVariables = new URLVariables();
    db_out.from = "property";
    db_out.where = "`state`='OR'";
    var db_req:URLRequest = new URLRequest("php/search.php");
    db_req.data = db_out;
    db_req.method = URLRequestMethod.POST;
    ldr_db.load(db_req);
    (PHP)
    $select='`id`';
    $from=$_POST['from'];
    $where=$_POST['where'];
    $order='`type`';
    $result=mysql_query('SELECT '.$select.' FROM `'.$from.'` WHERE '.$where.' ORDER BY '.$order);
    this returns no results.
    this issue is within the db_out.where variable.
    other searches where db_out.where is a Number (IE: where = "`status`=1") work fine.
    so how do i pass a String query from Flash to MySQL?
    if it were a single variable sent to PHP, i would wrap it in single quotes (IE: ''SELECT '.$select.' FROM `'.$from.'` WHERE `state`='."'".$var."'".' ORDER BY '.$order), but how do i properly send a WHERE statement from Flash to MySQL involving a String??
    much appreciated,

    i figured it out. no idea why this is an issue, but it seems to be.
    if Flash passes a string to PHP to be used in a MySQL query, and that string contains single quotes (IE `city`='Portland'), the query will return 0 results, even if its WHERE had an OR conditional in it not using single quotes (IE `status`=1).
    so here's the fix:
    use some unused symbol in place of the single quotes (IE ^) in Flash, and have PHP use str_replace to swap them for single quotes.
    i dont know why PHP has to be the one to implement the single quotes, but it seems to
    IE:
    $where = str_replace('^', "'", $_POST['where']);
    i hope this saves someone the hours i spent trying to figure this one out!!

  • ICal and PHP iCalendar Issue/Conflict

    I'm currently using iCal 2.0.4 and I'm trying to publish some calendars to my private server using PHP iCalendar. I have it all set up and I can get it working, but I am running into one specific problem:
    The minimum permissions needed for this whole scheme to work is 644 (rw-r--r--). However, whenever iCal updates the calendar to my WebDAV directory, it changes the permissions of the calendar to 640 (rw-r-----), completely breaking PHP iCalendar. Because the directory that iCal is uploading the published calendar to is WebDAV, I can't edit the permissions unless I turn WebDAV off, edit the permissions, then turn WebDAV back on. Quite annoying everytime I update a calendar.
    Has anyone figured out a way around this? It seems like a problem with iCal and not PHP iCalendar (even though apparently Sunbird is having the same issue now).
    On a side note: Does anyone know of any web calendars that iCal can upload to that don't look like complete garbage other than PHP iCalendar?
    Thanks.

    Hi,
    I'm sorry I don't have an answer, you may also want to take a look at the phpicalendar forum http://phpicalendar.net/forums .
    Best wishes
    John M

  • Random Image PHP Scipt Issue

    I am using a
    PHP random image
    script on a site in which I have 2 different images on each
    templated page (random images throgh a site). The two images call
    to 2 different folders with the random image script in them (to get
    2 distinct images). Thus, 2 different random images. My issue is
    that it seems that most browsers at some point do not call for a
    new image but use what was there in the last page as it is the same
    name:
    http://ansano.com/asl/images/random/top/random_image.php
    or
    http://ansano.com/asl/images/random/bottom/random_image.php
    Any idea of how to force a browser to call the PHP script? Or
    how to change it so it works site wide?
    Thanks!!

    I've now been sitting looking for this for a while. I don't seem to be able to get it to work.
    Do I need to host to a folder first and then to the FTP server after?
    I don't seen to be able to find the new page (TEST PAGE) in the folder I used to publish the site to before I went online. Tried searching for it in finder but I don't get any results on (TESTPAGEfiles).
    I can see what you are talking bout I only publish to a local folder but I want to publish via the FTP option in iWeb.
    Thank you very much for helping me

  • Index.php loading issue

    I finished and uploaded a new site in .php.
    I  have a graphics loading issue only with IE.
    The js  accordion with images will not reload after returning to the home page.
    Anyone out thier that can shed some light on this?
    http://carpetcleaningsantabarbarapro.com/index.php
    Thank you in advance
    Crissymarie

    Ken might be on to something.  The current release of jQuery is 1.7.2 which is compatible with jQuery Cycle.
    For the latest core library, you can link to jQuery's CDN like so:
              <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    You have some improperly nested <h3> tags around your lists on lines 170 and 191.  To keep your code error free, simply delete the heading tags.
    Finally, as a courtesy to your site visitors, consider adding a cookie so people don't have to watch the Flash Spokesperson every time they go to your home page.   The link below shows how:
    http://alt-web.com/DEMOS/cookie-test-show-hide-flash-intro.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Enable data paging with parameters count() on new php function issue (BUG?)

    I've got my app prototyped quickly with the default settings in Flex Builder 4.  Now I'm going back and adding/modifying features to polish the app off.
    For this application I'm using PHP5 as the server side.
    The data paging is really cool and simple to call using the default settings.  However, I'm running into issues with customizing the data paging feature.
    This is the default header of the php function that was created for me:
    public function getTblbrowserrecord_paged($startIndex, $numItems){...}
    Instead of dumping all data back to the function I want to be able to search on certain fields so I created a new function called:
    getTblbrowserrecord_search_paged ($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems  ) {...}
    The new function is tested and operates as designed.
    I set the input types of the variables and return type (Tblbrowserrecord[]) of the new function then went to enable data paging.  The first screen came up and asked me for the key to use which I selected.  The next screen came up and asked me for the number of records which I set to 100 then went to select the count operation.
    I initially selected the automatically created count() function but it came up with the error " Count operation parameters should match the paged operation parameters list."
    So I created another function to match the search function's parameter's list:
    public function count_searched($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems)  {...}
    But I still ge the error "Count operation parameters should match the paged operation parameters list."
    But they DO match.  I looked at the default functions that were created by FB4 and noticed that the automatically generated function count() has no parameters and the paged function has the two functions $startIndex and $numItems which are not identical yet they work.  I tried removing those two fields from the count function but got the same results.
    What am I doing wrong?
    Thanks!

    Nevermind... For some reason my FB4 is not updating correctly.  After removing the two control fields at the end of the list AND exiting the app/re-entering everything worked ok.  I've been having this issue a lot lately and am thinking that is is a bug of some sort?

  • Mountain Lion Server PHP Upgrade issue

    I need to upgrade my Server PHP, since my web site needs PHP 5.4 or above to work.
    I have followed the steps from previous discussion
    Updated PHP to 5.4 following steps from here
    Updated bash_profile, httpd.conf, and updated $PATH variables.
    In terminal php version and php path points to correct version /usr/local/php5/
    But phpinfo still points to php 5.3.
    I was able make the update on my local machine running Mountain Lion. The issue occurs only on the Mountain Lion Server.
    It there any other settings that needs to be done to udpate PHP path?

    Thanks for the input. Did you have any issues with running MAMP on server? I was under the impression Server tools, (web, ftp, opendirectory, etc..) are tightly integrated to one another.
    Installing MAMP on a server might be the next option. Did you remove Lion server completely or just the web server part?
    I did test out MAMP on server. It seem to have some database issues and give a blank page when it has to connect with Database. Probably have to work on the db issues, if PHP update is impossible.

  • DMZ and php page issue

    Hi,
    We have an Oracle database server 11.2.0.1 that run in Oracle Linux version 3.8.13-16.2.3.el6uek.x86_64, and a Linux 32-bit client server that run in Linux CentOS 6.2.
    From the 32-bit client server in the DMZ if we run the query below by sqlplus we have no problem. When we run the same query from the same client server but by php page, it does not return more than 65 row. But (WHERE ROWNUM <= 64) it returns the result fine. If we move the 32-bit client server into LAN, we do not have the issue at all. If you have experience with DMZ or firewall for the situation, please help.
    Php query:
    'SELECT * FROM (SELECT
            p.T$NAMA AS NAMA,
            o.T$ORNO AS ORNO,
            CASE CAST(o.T$CORG AS INT )
    WHEN 1 THEN \'Contracts\'
    WHEN 2 THEN \'Quotations\'
    WHEN 3 THEN \'EDI\'
    WHEN 4 THEN \'Manual\'
    WHEN 5 THEN \'Phone\'
    WHEN 6 THEN \'Fax\'
    WHEN 7 THEN \'Mail\'
    WHEN 8 THEN \'Opportunity\'
    WHEN 9 THEN \'CRM\'
    WHEN 10 THEN \'Consumption\'
    WHEN 14 THEN \'Order Template\'
    WHEN 21 THEN \'Service\'
    WHEN 22 THEN \'Intercompany EDI\'
    WHEN 25 THEN \'Retro-Billing\'
    WHEN 30 THEN \'Planning\'
    WHEN 35 THEN \'Purchase\'
    WHEN 40 THEN \'Shipment\'
    ELSE \'Unknown\'
    END AS ORD_ORIGIN,
            CASE CAST(o.T$HDST AS INT )
    WHEN 2 THEN \'Suspended\'
    WHEN 5 THEN \'Free\'
    WHEN 10 THEN \'Approved\'
    WHEN 20 THEN \'In Process\'
    WHEN 25 THEN \'Modified\'
    WHEN 30 THEN \'Closed\'
    WHEN 35 THEN \'Cancelled\'
    WHEN 40 THEN \'Blocked\'
    WHEN 45 THEN \'Released\'
    WHEN 50 THEN \'Not Applicable\'
    ELSE \'Unknown\'
    END AS ORD_STATUS,
            o.T$ODAT AS ODAT,
            o.T$CORN AS CORN,
            SUM((l.T$OAMT)) AS ORD_TOT
    FROM
            INFOR.TTDSLS400104 o,
            INFOR.TTDSLS401104 l,
            INFOR.TTCCOM100104 p
    WHERE
            o.T$ORNO = l.T$ORNO AND
            p.T$BPID (+)= o.T$STBP AND
            o.T$OFBP = \'210008000\' AND
            o.T$ODAT BETWEEN to_date(\'07/14/2014\', \'MM-DD-YYYY\') and to_date(\'08/14/2014\', \'MM-DD-YYYY\')
    GROUP BY
            p.T$NAMA,
            o.T$ORNO,
            o.T$ODAT,
            o.T$CORN,
            o.T$STBP,
            o.T$CORG,
            o.T$HDST
    ORDER BY
            o.T$ODAT DESC ) WHERE ROWNUM <= 65';

    Maybe you run the statement with 2 different users and there could be some policies enabled for those tables ( VPD )

  • Yet again with (probably) php/mysql issues

    Hello, everyone. I think I am setting a record for asking the most questions about basically the same thing, but here goes:
    Okay, I am trying to install a message board on one of my sites. I downloaded mysql 5 and made it possible for php to access it per the instructions found here: http://docs.info.apple.com/article.html?artnum=301457. The message board is already on my server, but when I go to the install.php page, it will not let me go beyond the first page. When I try to access the forums directly on the web at mydomain.com/forum, I get the following error:
    Access denied for user 'root'@'localhost' (using password: NO)
    Unable to connect to DB server localhost at port 3306
    I have been having a couple of dns issues, so I tried changing localhost to my server's name and my hostname, only to get the following errors:
    Host '70.90.83.165' is not allowed to connect to this MySQL server
    Unable to connect to DB server artsmiths.local at port 3306
    Unknown MySQL server host '70-90-83-165-BusName-md.dc.hfc.comcastbusiness.net' (1)
    Unable to connect to DB server 70-90-83-165-BusName-md.dc.hfc.comcastbusiness.net at port 3306
    (because of the dns issue I was having, apple tech support recently had me change my hostname to that crazy comcast one using my static ip. This was done after I had downloaded the message boards, so I don't know if that matters).
    Another thing that could be an issue is that for the site I wanted the forums on, the index.php file was deleted when I installed the boards. I was wondering if simply reinstalling now that I have replaced it would help.
    The only other thing I could think of that could be creating the problem is a permissions issue, which is what the tech support person for the boards seems to think. However, I have done repair permissions and manually changed the affected files, and all to no avail.
    Since this board is always more helpful than tech support, I thought I'd come on here and see if anyone has any suggestions. I'm sorry this is such a long post; I am just trying to be thorough. Thanks in advance for any help.

    It is php 4.4.1. I have attempted to find it in my php.ini, but I swear it's not there (unless I'm truly losing my mind). I've pasted below the contents of the data handling section to see if anyone can tell where I'm missing something. I think I am going to have to put it in the .htaccess file because I can't figure out what else to do. Does it matter where I put it in the .htaccess file, or can I just put it at the end? Thank you again.
    ; Data Handling ;
    ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
    ; The separator used in PHP generated URLs to separate arguments.
    ; Default is "&".
    ;arg_separator.output = "&"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; Default is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ;arg_separator.input = ";&"
    ; This directive describes the order in which PHP registers GET, POST, Cookie,
    ; Environment and Built-in variables (G, P, C, E & S respectively, often
    ; referred to as EGPCS or GPC). Registration is done from left to right, newer
    ; values override older values.
    variables_order = "EGPCS"
    ; Whether or not to register the EGPCS variables as global variables. You may
    ; want to turn this off if you don't want to clutter your scripts' global scope
    ; with user data. This makes most sense when coupled with track_vars - in which
    ; case you can access all of the GPC variables through the $HTTP*VARS[],
    ; variables.
    ; You should do your best to write your scripts so that they do not require
    ; register_globals to be on; Using form variables as globals can easily lead
    ; to possible security problems, if the code is not very well thought of.
    register_globals = Off
    ; This directive tells PHP whether to declare the argv&argc variables (that
    ; would contain the GET information). If you don't use these variables, you
    ; should turn it off for increased performance.
    registerargcargv = On
    ; Maximum size of POST data that PHP will accept.
    postmaxsize = 8M
    ; This directive is deprecated. Use variables_order instead.
    gpc_order = "GPC"
    ; Magic quotes
    ; Magic quotes for incoming GET/POST/Cookie data.
    magicquotesgpc = On
    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
    magicquotesruntime = Off
    ; Use Sybase-style magic quotes (escape ' with '' instead of \').
    magicquotessybase = Off
    ; Automatically add files before or after any PHP document.
    autoprependfile =
    autoappendfile =
    ; As of 4.0b4, PHP always outputs a character encoding by default in
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    default_mimetype = "text/html"
    ;default_charset = "iso-8859-1"
    ; Always populate the $HTTPRAW_POSTDATA variable.
    ;alwayspopulate_raw_postdata = On

  • PHP mail issues with Muse Forms

    I've been trying to findout why my forms are not being sent from my Muse forms. I have spoken with Adobe through the forums and they tell me it's an issue with my Hosting, I've soken with my Hosting, and they said it's an issue with Adobe Muse forms. The bottom line is, I'm in the middle, with forms still not sending.
    The latest information I have had back from my Hosting company - UKFast:
    EMAIL 1:
    Regarding your issue: I'm able to see from the logs on the server that the mail service is up and running and listening for mail connections. Furthermore, I have placed a simple PHP mailer script in /root/testmail.php which sends a quick test message to my mailbox here at UKFast.
    I can see that when sending a message through this script, the message passes through your server correctly and is successfully delivered to my mailbox. Here's an example from the logs:
    2013-06-27 10:49:35 cwd=/root 3 args: /usr/sbin/sendmail -t -i
    2013-06-27 10:49:35 1Us8pb-0001RE-LQ <= [email protected] U=root P=local S=437 T="Test mail" for [email protected]
    2013-06-27 10:49:35 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1Us8pb-0001RE-LQ
    2013-06-27 10:49:55 1Us8pb-0001RE-LQ => <my email> R=lookuphost T=remote_smtp H=mx02.filter.magicmail.co.uk [81.201.128.59]
    2013-06-27 10:49:55 1Us8pb-0001RE-LQ Completed
    To better advise of the cause to your issue, would you be able to provide some accurate time and dates for messages that you have tried to send. With that information, I should be able to pinpoint the message sending attempts in the logs and hopefully unearth the underlying issue stopping the mail going through for you.
    EMAIL 2:
    I have just tested your script for you and it seems the form does not push to the mailqueue as it should.
    We have managed to establish that Mail is working on the server and PHP can push to it, as per Joe's previous response, thus this is looking like an issue with the code of the page.
    Can someone from Adobe please respond to this, UKFast are saying it's not them, and to be honest, I did run your PHP server test on my server and it scored 3 ticks, all working. So whats going on? I neeed the form function, can someone make it work, or tell me whats needed on my server to make it work.

    I am facing same issue.  Even my host provider could not help me. All my inputs are corrent.
    Some php specialist told me, you have to write smtp details in php.  I am using muse because I do not know any coding.
    What is SQL configuration and how to fix this form issue.  Expection some guidence from Muse experts...

  • Flash with PHP Email Issues

    This is the issue...I'm creating an Email form in Flash 8 and
    using 'sendAndLoad' to send variables to a PHP script. All
    variables are sent correctly except for the 'message' part of the
    email. The message is set up as a Multiline text input with word
    wrap, but once the user filling the form presses "enter" to start a
    new line, only the first line is sent. For example:
    ::: User Types:::
    To Whom it may concern,
    Asalskl alslfas ljs jsldjlasj sldfj
    asldfj lsdjla aljd a lj;asdj
    asldfjlj;lsdf l jl kj lkj.
    Sincerly,
    So and So
    ::: I Recieve :::
    "To Whom it may concern,"
    My actionscript is set up to loadVars as ' toPhp.message =
    Message_txt.text; '
    And my php is set up as ' $msg = $_POST["message"]; '
    This could just be a bug in Flash, but I've seen other forums
    with the same issue, but with no results. If anyone has gone
    through this and has a fix or suggestion, I've tried
    everything...please help!

    I don't think there's any bug. I just did a little test and
    send the
    contents of a multiline field to a php script and just echo
    it out.
    Everything is sent fine and enters are sent as %0D.
    Dave -
    Adobe Community Expert
    www.blurredistinction.com
    www.macromedia.com/support/forums/team_macromedia/

Maybe you are looking for