I have successfully open and view Qcodo's index.php on my broswer. But when i redirect to /_devtools/codegen.php . there haven't any warning or error.. Only a blank page..
What is the problem??
the version of Qcodo i'm using is qcodo-0.3.43 .
the following is my start page :
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:
* /qcodo/_devtools/codegen.php - to code generate your tables
* /qcodo/drafts - to view the generated Form Drafts of your database
* /qcodo/examples - to run the Qcodo Examples Site locally
For more information, please go to the Qcodo website at: http://www.qcodo.com/
Qcodo Settings
* QCODO_VERSION = “0.3.43 (Qcodo Beta 3)”
* _SUBDIRECTORY_ = “/qcodo”
* _VIRTUAL_DIRECTORY_ = ““
* _INCLUDES_ = “G:/Apache Software Foundation/Apache2.2/htdocs/qcodo/includes”
* _QCODO_CORE_ = “G:/Apache Software Foundation/Apache2.2/htdocs/qcodo/includes/qcodo/_core”
* ERROR_PAGE_PATH = “/qcodo/assets/php/_core/error_page.php”
* PHP Include Path = “.;C:\php5\pear”
* QApplication::$DocumentRoot = “G:/Apache Software Foundation/Apache2.2/htdocs”
* QApplication::$EncodingType = “UTF-8”
* QApplication::$PathInfo = ““
* QApplication::$QueryString = ““
* QApplication::$RequestUri = “/qcodo/index.php”
* QApplication::$ScriptFilename = “G:/Apache Software Foundation/Apache2.2/htdocs/qcodo/index.php”
* QApplication::$ScriptName = “/qcodo/index.php”
* QApplication::$ServerAddress = “127.0.0.1”
* QApplication::$Database[1] = array ( 'adapter' => 'MySqli5', 'server' => 'localhost', 'port' => '3306', 'database' => 'ajax', 'username' => 'root', 'password' => '1234', 'profiling' => false, )