installation in xampp

thread: 2 messages  |  last: a year ago  |  started: friday, february 6, 2009, 11:27 pm pst


#1  |  pradeepa
Friday, February 6, 2009, 11:27 PM PST

Hi all,

i downloded the qcodo zip file and copy the contents of wwwroot to a folder qcodo and kept it in root folder

my path is like this

D:\xampp\htdocs\qcodo

and then in D:\xampp\htdocs\qcodo\includes\configuaration_inc.php file i changed the docroot path to

define ('__DOCROOT__', 'D:/xampp/htdocs/qcodo');

and in browser i typed http://localhost/qcodo/

i got a page like this

*+
Qcodo Development Framework 0.3.32 (Qcodo Beta 3)
Start Page

It worked!

If you are seeing this, then it means that the framework has been successfully installed.


Make sure your database connection properties are up to date, and then you can add tables to your database, and go to either of the following webpages:

/_devtools/codegen.php - to code generate your tables
/form_drafts - to view the generated Form Drafts of your database
/examples - to run the Qcodo Examples Site locally
For more infromation, please go to the Qcodo website at: http://www.qcodo.com/



Qcodo Settings
QCODO_VERSION = “0.3.32 (Qcodo Beta 3)”
_SUBDIRECTORY_ = ““
_VIRTUAL_DIRECTORY_ = ““
_INCLUDES_ = “D:/xampp/htdocs/qcodo/includes”
_QCODO_CORE_ = “D:/xampp/htdocs/qcodo/includes/qcodo/_core”
ERROR_PAGE_PATH = “/assets/php/_core/error_page.php”
PHP Include Path = “.;C:\Program Files\Zend\Core\ZendFramework-0.8.0”
QApplication::$DocumentRoot = “D:/xampp/htdocs/qcodo”
QApplication::$EncodingType = “UTF-8”
QApplication::$PathInfo = ““
QApplication::$QueryString = ““
QApplication::$RequestUri = “/qcodo/index.php”
QApplication::$ScriptFilename = “D:\xampp\htdocs\qcodo\index.php”
QApplication::$ScriptName = “/qcodo/index.php”
QApplication::$ServerAddress = “127.0.0.1”
QApplication::$Database[1] = array ( 'adapter' => 'MySqli5', 'server' => 'localhost', 'port' => NULL, 'database' => 'qcodo', 'username' => 'root', 'password' => '', 'profiling' => false, )
*+


my problem is in above page when i clicked on
/_devtools/codegen.php

it is redirecting me to http://localhost/_devtools/codegen.php
and Object not found! 404 error is coming

what to do now? is qcodo installed on my system?
or shall i need to change any paths in any file?

please help me

#2  |  mager33 (HB) Germany
Sunday, February 22, 2009, 5:18 AM PST

define ('__DOCROOT__', 'D:/xampp/htdocs/);
define ('__SUBDIRECTORY__', '/qcodo');

This will do... Martin



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