Installation problem

thread: 5 messages  |  last: about 2 years ago  |  started: wednesday, april 8, 2009, 4:19 am pdt


#1  |  Chessman
Wednesday, April 8, 2009, 4:19 AM PDT

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, )

#2  |  Sebastien Dube (Guelph, Ontario) Canada
Thursday, April 9, 2009, 9:38 AM PDT

I have the same issue or similar issue. My workaround is to click back and try again until it works. Varies each time but should be before 5 tries. Maybe depends on number of table to generate.

I try to debug and always get the MySQL can't read/write file #..sql in folder... and the file name changes everytime i retry. I don't know if it's WAMP that is “causing” the issue.

If you find out let us know the fix.

#3  |  jereminoz (France) France
Thursday, April 9, 2009, 12:42 PM PDT

I tried several times but nothing happened, still the same error no code has been generated ...
It's a bit anoying, I really wanted to do some work on this framework ...

Any idea ???

#4  |  VexedPanda (Calgary, AB) Canada
Thursday, April 9, 2009, 2:26 PM PDT

Usually a blank page is the result of PHP encountering an error.
Very common on the codegen page is a timeout error, which can result in blank pages being returned.

Try changing your _devtools/codegen.php to include set_time_limit(0); as the first line and running it again.

#5  |  Chessman
Saturday, April 18, 2009, 5:22 AM PDT

the problem can't fixed..  


will it be file path problem?


and do you guys know how to change PHP Include Path = “.;C:\php5\pear”

my php file path is not in C drive..  

is in here..
C:\Program Files\PHP\PEAR



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