Re: Cannot instantiate non-existent class



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

julian_m wrote:

include("http://IP_of_my_site/inc.php";);

to

include($_SERVER['DOCUMENT_ROOT']."/my_site/inc.php");
[...]
Anyone could give me some hints?

Use relative paths. And never ever include anything starting with http://
(or https://, or ftp://, for that matter).

include('inc.php');
include('./inc.php');

- --
- ----------------------------------
Iván Sánchez Ortega -i-punto-sanchez--arroba-mirame-punto-net

Fórmula del condón: No-metil-lacolina-oxi-metil-metila-con-gomina.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEBLmz3jcQ2mg3Pc8RAu6lAJ96DeWHAs3GDjOqy7XFfgGnVQZpFACggDf0
K64neZtGRl5h6vPovRKi/JA=
=R0rM
-----END PGP SIGNATURE-----
.



Relevant Pages