Hi,
I have a product catalog in MySQL database called mymarket.
It is in /usr/local/apache/htdocs directory (my root directory).
When I run a php file called index.php file, I receive this:
Warning:Failed opening '../application.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/local/apache/htdocs/mymarket/admin/index.php on line 19
Warning:Failed opening 'templates/header.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/local/apache/htdocs/mymarket/admin/index.php on line 22
Welcome to the MyMarket Administrative menu!
And the same warning with 'templates.footer.php' file.
I went in /usr/local/lib/php.ini file and modify the line (initial: include_path=".:/php/includes") include_path='.:/usr/local/lib/php' but it steel don't work.
Do you know what is it?
Many thanks