BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> Error Reports
  New Posts New Posts RSS Feed - ?Known problem with AOL email??
  FAQ FAQ  Forum Search   Register Register  Login Login

?Known problem with AOL email??

 Post Reply Post Reply Page  <1 2345>
Author
Message Reverse Sort Order
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 12 2016 at 11:09pm
New info after analyzing log.

in file WESendMail-v29.php there are errors processing as follows:

The were two errors line 61

 failed to open stream: No such file or directory in /hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 61

and

Failed opening required '../../(var).php' (include_path='.:/usr/local/lib/php-5.3.29-amd64/lib/php') in /hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 61

 

I believe it is the require_once line.

//Chemin des donnéees de la page
$PageVarPhp = "../../".$PagePath."(var).php";

require_once $PageVarPhp;

The starting directory is redirected from the oringinal (actual Apache root) to /oe/. I do not know if this would affect the directory structure build in the code.

Same File. There were same 4 errors  one each lines 44, 45, 46 and 47

Notice: Undefined index: WESendMailID in /hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 44


These 4 may resolve when I correct the mail server url in the SMPT configuration.


Please let me know what you need from me to address this problem.


Thanks much...

DThomas


Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 12 2016 at 4:09pm
If you called this script directly, those errors are normal, there are URL parameters missing (as well as POST data)
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 12 2016 at 2:27pm
Update

When attempting to execute SMTP sendmail processes after send button click and receiving the error stating basically no connection i examined the WESendMailv-29.php file in the site server directory and there were concatenated strings of Notice: Warning: and Fatal error: messages of which the Fatal error message referred to attempt opening openElement.php and was unable to do so, implying it did not exist but it does. il or SendMail i do not know.

here is the contents of the file. it may make sense to you. IF you want the other files referenced, let me know.

wesendmailv-29.php server directory

Notice: Undefined index: WESendMailID in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 44 Notice:

Undefined index: PagePath in /hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-

v29.php on line 45 Notice: Undefined index: Culture in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 46 Notice:

Undefined index: RelativePath in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 47 Notice:

Undefined index: OEVersion in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 48 Warning:

require_once(../../(var).php): failed to open stream: No such file or directory in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 61 Fatal error:

require_once(): Failed opening required '../../(var).php' (include_path='.:/usr/local/lib/php-5.3.29-amd64/lib/php') in

/hermes/walnaweb04a/b265/moo.atulocal1342org/oe/WEFiles/Server/WESendMail-v29.php on line 61

anyway, thought this might generate some new thoughts at your end.

Your help is greatly appreciated.

DThomas
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 11 2016 at 11:45pm
regarding 1/9 suggestion to code php email code

i stopped coding over 20 years ago using cobol, assembler, c,  c++ - php was growing in mkt and i never got into it nor js. Do not really want to start coding again.

FatCow has examined the message source w/header of a email msg sent successfully to a non-aol address. They requested WESendMail-v29.php to examine and will send.  They said they were going to try examine trace, etc.

Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 11 2016 at 9:23pm
Try to put  administrator@atulocal1342.org as Sender Address in the Send Email configuration.

You still didn't tell (or I didn't understand) whether you managed to receive the "OE" mail into any mailbox other than AOL (ex. the fatcow one).
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 11 2016 at 7:48pm
FatCow is the hosting site for the website atulocal1342.org from which I am using an Open Element website development system. Specifically the Email Send form.

I successfully sent an email msg from my fatcow site email address administrator@atulocal1342.org to local1342@aol.com.

Just another piece of info to help solve.

Thx
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 11 2016 at 12:56am
i do not know if i provided the following, it may be helpful.

the AOL email address worked at the same website hosting svc at same atulocal1342.org url up to 12/31/15 in Front Page - 1/2/16 i implemented the OE version  by redirecting to /oe/ directory in atulocal1342.org.
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 09 2016 at 11:43pm
D,

Yes. The msg was received from OE site to fatcow email address.

Monday i will hear from the customer re AOL account receipt of same msg that was forwarded from the fatcow account. I will let you know.

Thx,

Dthomas
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 09 2016 at 10:23pm
Do you manage to receive messages sent by OE's Send Email directly to this new email address at fatcow?
Back to Top
dthomas View Drop Down
Newbie
Newbie


Joined: Sep 17 2015
Location: US
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote dthomas Quote  Post ReplyReply Direct Link To This Post Posted: Jan 09 2016 at 8:52pm
D,

Thx for the thoughts. I suspect it is the latter of your list, namely "something AOL accepts according to its dark internal reasons?"

However, until the actual problem is determined.... ?

I am kinda stub testing ( there's an old phrase - shows my years) anyway, i created a email acct in fatcow (my hosting provider) that will be the recipient. It is configured to forward any message rvcd to the AOL email adrs.

I used "mail" in the Email Form configuration to keep things simple for now. the message was received at the email addrs in fatcow but will have to wait until Monday when person is at office to check the AOL account.

I executed the same this time with and auto-response msg, I don not know where the respond msg will go since it is sent from the hosting service, I think.

FYI I tried to create a AOL acct to use for testing. I personally do not have texting capability on my cell phone - too much unwanted msgs and abuse. I can live w/o it.
The online dialog to create a AOL account asks for a cell phone number but does not explain why at first. I entered a land line number, submitted thte form and that is when it echoed someting the effect "a security code has be texted to your cell phone. It is needed to continue the registration"
It did not work, of course.

I called AOL support and was told the texting capable cell phone is mandatory to create a email account. Several times i called and spoke with different people. All, in as much, stated the same.
That means AOL does not see value in email accts for people that will not provide a texting cell phone number. I read the agreement and it implied contacting via provided means may happen. This suggests that AOL is an abuser of people's cell phone number for obvioius reasons.
Thought it interesting.

DThomas
Back to Top
 Post Reply Post Reply Page  <1 2345>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.