Hello!
I want to install qcodo in freehostia hosting. I have the next directory:
/www/pym.freehostia.com/qcodo/
In “qcodo” i have wwwroot and _devtools_cli. When I open http:///pym.freehostia.com/qcodo/ with the browser qcodo prints:
Warning: main(/pym.freehostia.com/qcodo/wwwroot//pym.freehostia.com//includes/qcodo/_core/qcodo.inc.php) [function.main]: failed to open stream: No such file or directory in /home/www/pym.freehostia.com/qcodo/wwwroot/includes/prepend.inc.php on line 22
Fatal error: main() [function.require]: Failed opening required '/pym.freehostia.com/qcodo/wwwroot//pym.freehostia.com//includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/local/lib/php') in /home/www/pym.freehostia.com/qcodo/wwwroot/includes/prepend.inc.php on line 22
I have the next values in wwwroot/includes/configuration.inc.php:
define ('__DOCROOT__', '/pym.freehostia.com/qcodo/wwwroot/');
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', '/pym.freehostia.com/');
Where is the problem??
Thanks a lot!