Hi List,
I need your help.
I wrote my classes with php where I defined my objects, then I created my
repository in /usr/share/php , in this directory are my clasess.
Now, from my directory web I like to call to my classes, then I modified my
php.ini (/etc/php.ini) and inserted this line, in the option "Paths and
Directories"
include_path = ".:/usr/share/php"
and restart apache.
In my page index.php I call to my class with this form
<? include ("plantilla.class") ?>
But when I like to see my page I have two message:
1) Warning: Failed opening 'plantilla.class' for inclusion
(include_path='.:/usr/share/php') in /usr/local/httpd/htdocs/index.php on
line 2
2)Fatal error: Cannot instantiate non-existent class: pagina in
/usr/local/httpd/htdocs/index.php on line 3
If somebody can help me I'll thankfull, My box linux is SuSE 7.3, PHP 4.04
and Apache.
_________________________________________________________________
�nase al mayor servicio mundial de correo electr�nico:
http://www.hotmail.com/es
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php