Menu

#3 create.php = no action

open
6
2002-04-15
2002-04-09
No

Hello,
I'm having trouble with "create.php" doing anything
beyond the initial display...

I installed 1.2.5 on my server. Almost everything
works fine, other than not being able to send
messages, or even add attachments. Clicking on
the "send" icon does nothing (similar to a refresh),
and just shows the same page with no errors and
nothing being sent. The same problem occurs when
attaching a file (won't attach). All settings in
config.php seem to be correct, and I've tried various
combinations of smtp server names (true name,
localhost, __none__). The temp dir is chmod'd 777,
and I've tried it in various locations. The check.php
says all is ok and ready.

The same problem occurs in various versions of IE
running under Win, as well as Mozzilla and Galeon1.2
under Linux.

eCorrei is running locally on the email server
(POP3). It is RH7.0 with Apache 1.3.14, PHP 4.0.4pl1,
and the Postfix mailer. I've been able to install and
run "nocc" (nocc.sourceforge.net) without any
problems, other than not liking some of its
formatting, lack of addressbook, etc.

Because of the attachment issue, and another PHP-
mailer working, I'm guessing the problem isn't with
the mail server. I'm trying to compare the two
different methods of mail-sending scripts to find the
problem, but I'm new to PHP...

As a side note, I also had the same problem as bug ID
538853, regarding non-automatic langcode settings. I
used the same fix to solve it successfully.

I'd greatly appreciate any info on possible solutions
or other insight. I'll post the solution if I find
it. It looks like a great script, and I'm hoping to
be able to use it!
Thanks,
Aaron

Discussion

  • Anonymous

    Anonymous - 2002-04-15
    • priority: 5 --> 6
    • assigned_to: nobody --> gummientchen
     
  • Anonymous

    Anonymous - 2002-04-15

    Logged In: YES
    user_id=380213

    Hi,

    sounds strange... I'm currently about to rewrite the whole
    create.php page; the next version will probably be out
    around end of april/beginning of may - you could want to try
    out the new version.

    Till then, what you can do is try to get PHP to be more
    verbose. For example, try setting "error_reporting =
    E_ALL" in php.ini. Does this help you any further?

    Greetings,
    Chris

     
  • Aaron Hanson

    Aaron Hanson - 2002-04-16

    Logged In: YES
    user_id=509805

    Thanks for the suggestion Chris. Unfortunately, error
    reporting doesn't reveal anything. There are errors, but
    they have to do with empty values. They all disappear as
    soon as I add a recipient and try to send (which
    just 'refreshes' the page as before).

    Since you're planning on a new release fairly soon, I'll
    wait see if that magically fixes the problem... unless I
    get any ideas or suggestions in the meantime... ;)

     

Log in to post a comment.