Re: pear include path

V <[email protected]> Sat, 1 Apr 2023 01:24:08 -0700 (PDT)
Newsgroups alt.comp.lang.php
Message-ID <[email protected]>
You seen this: https://youtu.be/IPXIgEAGe4U ?




On Wednesday, October 26, 2011 at 6:07:32=E2=80=AFAM UTC+2, Beshoo wrote:
> Dear All:=20
>=20
>=20
> I am using PHPmailer for sending a mailAttached=20
> I submit the form target to an iframe and in the target page I include=20
> the "class.phpmailer.php"=20
>=20
> but this way gives me an error=20
> Fatal error: require() [function.require]: Failed opening required=20
> '1' (include_path=3D'.:/usr/local/lib/php/pear') in /usr/hom...=20
>=20
> but when I get the file from outside (the target index.php?... itself)=20
> it works fine.=20
>=20
> any way to solve this?=20
> Many thanks in advance !