problem with installation

thread: 3 messages  |  last: about 3 years ago  |  started: sunday, november 23, 2008, 4:38 am pst


#1  |  r1dobelky (gading raya, jakarta) Indonesia
Sunday, November 23, 2008, 4:38 AM PST

dear all

first i'm sorry my english is poor
i'm newbie in qcodo but i really really want use this tool
i use windows XP
i've installed xampp before qcodo
i've got the problem with setup qcodo
i've copy containt of file wwwroot in this path c:/xampp/htdocs/qcodo

1. my folder looks like this: c:/xampp/htdocs/qcodo
2. i've change file : c:/xampp/htdocs/qcodo/includes/configuration.inc.php
     
     define ('__DOCROOT__', 'C:/xampp/htdocs/qcodo');
     define ('__VIRTUAL_DIRECTORY__', '');
     define ('__SUBDIRECTORY__', '/qcodo');

3. should i change another file again, if yes, what file?

when i access this path :localhost/qcodo in my browser i've got this:

Warning: require(/home/qcodo/wwwroot/includes/qcodo/_core/qcodo.inc.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\qcodo\includes\prepend.inc.php on line 22

Fatal error: require() [function.require]: Failed opening required '/home/qcodo/wwwroot/includes/qcodo/_core/qcodo.inc.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\qcodo\includes\prepend.inc.php on line 22

what should i do?
i really need your help guys...
thanx 4 your attention
rikky

#2  |  Coetzer (Durban) South Africa
Monday, November 24, 2008, 12:09 AM PST

The browser is looking for the file “qcodo.inc.php”. Look at the warning and see if this path is correct.
If you unzipped your files directly under htdocs then you should have this file structure
htdocs/qcodoxxx.xxx (change to “qcodo”)/wwwroot/includes and other files

I presumme you have windows:
if windows then only set your DOCROOT in the configuration.inc.php to the following:
('c:/this/should/point/to/wwwroot')
Nothing for Virtual Direc
Mothing for SubDirect

Refresh the broswer

NB, read the warnings, if it says this file does not excist then you are pointing to the wrong file somewhere

Sarel

#3  |  r1dobelky (gading raya, jakarta) Indonesia
Monday, November 24, 2008, 2:06 AM PST

hi sarel
thanx for replay
i'll check my folder again

regards;
rikky



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.