Respects, I install OpenBiz 2.4. I enter correctly in appbuilder (extexplorer). With this I can edit "Edit Metada" Forms and Views but not DataObject. Also in "Metadata Wizard" I can't create nothing, error in browser is: It is possible that http://localhost/sistec24/appbuilder/bin/metawizard.php?user=admin&dir=/... website is temporarily not functioning or has moved permanently to a new web address. More information about this error Error 324 (net::ERR_EMPTY_RESPONSE): Error desconocido. Thanks, Oswall
|
|||

For example, in appbuilder
For example, in appbuilder "Metadata Wizard" for d_Attendee, when click in BizDataObj:d_Attendee, error is:
[2010-05-28 16:17:16 (GMT)] An exception occurred while executing this script:
Error message: #2, include(Zend/Db/Adapter/Mysql.php) [function.include]: failed to open stream: No such file or directory
Script name and line number of error: /var/www/ob24/openbiz/others/Zend/Loader.php:136
function: errorHandler ( 2, "include(Zend/Db/Adapter/Mysql.php) [<a href='function.include'>f...", "/var/www/ob24/openbiz/others/Zend/Loader.php", 136, Array(4) ) @ /var/www/ob24/openbiz/bin/sysheader.inc 114
..... more
I checked the path "Zend/Db/Adapter/Mysql.php" in include and file no exist.
Exist Mysqli.php but not Mysql.php
it seems that is not found. How I can fix it.
"Metadata Wizard" for Create Openbiz Metada does not work
Thanks
Oswall
Openbiz uses PDO to connect
Openbiz uses PDO to connect all databases by default. So you can change the Driver in Config.xml to PDO...
<Config>
<DataSource>
<Database Name="Default" Driver="Pdo_Mysql" Server="localhost" Port="3306" DBName="cubi" User="admin" Password="admin" Charset="utf8"/>
- support
The new appbuilder document