Building BDBXML Then PHP

I am trying to build the BDBXML with PHP and i become some errors when running the PHP-Examples in the browser.
Please can any one help?

Here are some more specific informations about my problem:
My system is an Xeon machine running Ubuntu 6.06 LTS. I installed dbxml-2.3.8 using the buildall.sh script. In the php-subdirectory I ran phpize and then
./configure \
--with-dbxml=$HOME/DB_HOME/dbxml-2.3.8/dbxml/install \
--with-berkeleydb=$HOME/DB_HOME/dbxml-2.3.8/dbxml/install
make
make install
Then I did the same in the directory $HOME/DB_HOME/dbxml-2.3.8/db-4.5.20/php_db4 (with the configure option --with-db4, of course).
After I restarted Apache, I could succesfully call the example script 03.php, that were shipped with dbxml. But if I call, e.g., 04.php, then I get the following error:
Warning: unlink(test.dbxml) [function.unlink]: No such file or directory in /srv/www/vhosts/nicot-http/php/bdbxml/04.php on line 14
Warning: xmlcontainer::addindex() [function.addindex]: St9bad_alloc in /srv/www/vhosts/nicot-http/php/bdbxml/04.php on line 17
Warning: xmlmanager::query() [function.query]: St9bad_alloc in /srv/www/vhosts/nicot-http/php/bdbxml/04.php on line 20
Fatal error: Call to a member function reset() on a non-object in /srv/www/vhosts/nicot-http/php/bdbxml/04.php on line 22
I'd appreciate any hint how I can succesfully install the PHP binding of dbxml.

Similar Messages

  • Problem building BDBXML in Solaris 10

    Hi,
    I'm trying to build BDBXML in Solaris 10 to produce 64 bit libraries (Sun Fire T1000 server).
    I use the build script as follows :
    ./buildall.sh -p solaris -b 64 -c cc -x CC -m /usr/sfw/bin/gmake with-dbxml-prefix=/usr/local/BerkeleyDBXML.2.2 with-berkeleydb-prefix=/usr/local/BerkeleyDB.4.3 with-pathan-prefix=/usr/local/pathan with-xerces-prefix=/usr/local/xerces with-xquery-prefix=/usr/local/xquery.1.2  enable-java
    The build terminates with an error :
    "/downloads/dbxml-2.2.13/pathan/include/pathan/internal/StringPool.hpp", line 75:Error: The function "memcpy" must have a prototype.
    1 Error(s) detected.
    Another problem I noticed is, though I specified -b 64 option in the build script, it produces 32 bit
    BerkleyDB library. It produces xerces library as 64 bit.
    Please help me.
    -Anoop

    Pertaining to my comment and the response from George Feinberg here:
    http://cafe.elharo.com/xml/the-state-of-native-xml-databases/
    After we received no response to this thread, I tried addressing the issue through our account rep, and we provided all the information requested (along with the fixes we could make):
    "I'm working with our product engineers on this, and they have asked to find out the compiler being used, and flags being passed to the buildall.sh script, along with full output of the build (which will include the error messages)."
    After that, nothing, despite repeated followup on my part including an offer of an admin login on our server, and repeated promises by Oracle to have a Sleepycat developer work with us directly on this issue. Responses from the (unpaid) eXist developers on their mailing list take hours, not months, by comparison. So you'll please excuse the opinions I formed as a result of this experience, my comment at cafe.elharo.com was not made lightly. We tried 2.3.10 and had the same problems btw.

  • Keynote:  I'm attempting to tweak a presentation I did on my old PC in ppt.  When I click build inspector, then build, I do not get an effects drop down window.  Please advise

    Keynote:  I'm attempting to tweak a presentation I did on my old PC in ppt.  When I click build inspector, then build, I do not get an effects drop down window.  Please advise

    Here's the Keynote forum:
    https://discussions.apple.com/community/iwork/keynote

  • Flash Builder 4 and PHP

    Hi
    I was just wondering if you could help me with a problem i'm having. I'm using adobe flash builder 4 to create an application and i have it connected to a php database to populate the data grids. I have three data grids, which are drag enabled and they will be populated from the database. I then have a fourth data grid, which is used to store the data dragged from the other three.
    What i want to do is take the data that is dragged into the fourth grid and store it in an array in a php file. Is this possible?
    Shell

    I also have Flash Builder 4.5 for PHP and the ANT view does not show when going to Window -> Show View --> Other.  I could not find it in any of the folders.
    However, I was able to add it by hitting Command 3 (CTRL 3 on PC) and typing Ant.

  • Thinking of learning to build sites with PHP/MySQL

    Is it worth it to invest the time and brain power? I've been
    using Dreamweaver for years. None of my sites really are so large
    that I'm having issues. But, I could see some down the road that
    might be too complex and large.
    I'm having some problems figuring out where to begin. Any
    suggestions on books that specifically deal with Dreamweaver and
    database driven sites?

    David Powers 'Foundation PHP for Dreamweaver 8' is what got
    me started. I
    was able to work through most of it in a weekend. He takes
    you step by step
    on how to set up your computer to run PHP/MySQL, and then you
    build a series
    of increasingly complex projects with each new aspect of
    PHP/MySQL that he
    teaches.
    He has some newer books out, too, if you have a more recent
    version of DW:
    http://foundationphp.com/
    ...Brenda
    "PeteC" <[email protected]> wrote in
    message
    news:g4dn2u$1gh$[email protected]..
    > synterx wrote:
    >> Is it worth it to invest the time and brain power?
    I've been using
    >> Dreamweaver for years. None of my sites really are
    so large that I'm
    >> having issues. But, I could see some down the road
    that might be too
    >> complex and large.
    >>
    >> I'm having some problems figuring out where to
    begin. Any suggestions
    >> on books that specifically deal with Dreamweaver and
    database driven
    >> sites?
    >
    > Anything by David Powers (of this parish) will be an
    exceedingly good
    > investment..
    >
    > Pete.
    > --
    > Peter Connolly
    >
    http://www.kpdirection.com
    > Utah
    >

  • How to create php login in flash builder 4 using php data service

    I have seen the tutorials for creating a php login authentication using HTTP service in flex 3 It uses genrating xml and reading it . But i want to know how to do that with the help of php services in FB4 . I'm a newbie so please any kind of help would be appriciated as 'm not able to get any flex developer in nagpur ....

    Connect to PHP in FB4 is used when you have a PHP Class and you want to use that in FB, for example Employee.php and it has a Employee class and various methods in that like create, update, get, delete.
    However, if you have exposed your functionality in PHP as a HTTP URL (i.e. it is not a class), then you should be using HTTPService from the data menu.
    So if your file is login.php and is accessible as a URL, then using the HTTPService and enter the URL.
    Does this help?
    -Sunil

  • Using Native MDT to build images - then deploy using SCCM

    Greetings,
      I recently watched a webcast from the MS deployment guys and they were insistent that images were built using native MDT, not SCCM. This requires a separate standalone WSUS which is not a real problem.
      For people who agree with this, I was interested in your experience of the advantages of doing this.
      These are some that have been stated here (http://bit.ly/QSHqt3):
    "Using MDT 2013 Lite Touch is simply faster in most cases"
      I dont understand this one - why should it be faster?
    "You can use the same image for every type
    of OS deployment (VDI, SCVMM, MDT, ConfigMgr, WDS, and more)"
      Can't the WIM file generated by SCCM built images be used everywhere?
    "You don’t need to worry about any challenges
    related to running everything in the LocalSystem context"
      What does this mean exactly (examples please)?
    "You don’t need to worry about the ConfigMgr
    task sequence suppressing UI interaction"
      What do they mean here?
     And are software updates really that much of a pain with SCCM built images?
    Lastly - do people always build images from scratch or do they feed the output wim back into the next build process and just add the changes required (like
    software updates)?
    Thanks
    David Z

    "Using MDT 2013 Lite Touch is simply faster in most cases"
      I dont understand this one - why should it be faster?
    You can stand up an instance of MDT, import the necessary media, and produce an image more quickly than you can do the same in ConfigMgr.  Actual image creation time can vary due to a number of factors, but in my experience the actual time to run the
    Task Sequence is often also shorter.
    "You can use the same image for
    every type of OS deployment (VDI, SCVMM, MDT, ConfigMgr, WDS, and more)"
      Can't the WIM file generated by SCCM built images be used everywhere?
    Yes, it can...though bear in mind the image built with ConfigMgr does have the ConfigMgr client installed in the image where the MDT image does not.
    "You don’t need to worry about any
    challenges related to running everything in the LocalSystem context"
      What does this mean exactly (examples please)?
    This is not as much of an issue as it used to be. When the MDT Task Sequence runs post-Windows Setup, it is running as the local Administrator account.  When ConfigMgr runs this portion, it's running in the Local System context.  This can be problematic
    with some application installs that rely on certain user environment conditions, but the bigger reason was always the CopyProfile feature in the unattend.xml (and moreso with the UpdateServerProfileDirectory entry in the unattend.txt for WinXP). This took
    whatever customizations were made under the local Administrator profile and copied them (mostly) into the Default User profile.  This made for an easy way to customize the Default User.  This is *not* currently considered a best practice by
    any means, even though it is still an available option in the Win8.1 unattend.xml file (Specialize pass).
    "You don’t need to worry about the
    ConfigMgr task sequence suppressing UI interaction"
      What do they mean here?
    ConfigMgr suppresses virtually any prompts, dialogs or notifications that are not generated by the Task Sequence engine itself, whether it's intended to be shown by design or generated by an error condition from an app or command line being run. 
    For example, the default max run time for apps is generally 2 hours. If the application decides to throw up a notification window for some reason, it will not be visible and the Task Sequence engine will wait the full 2 hours before timing out and finally
    failing.
    And are software updates really that much of a pain with SCCM built images?
    No, and in fact Software Updates are one of the biggest arguments against using MDT if you're already using ConfigMgr for Software Update deployment.  Because MDT doesn't have the ConfigMgr client, it can't recognize the availability of Software Updates
    deployed in ConfigMgr, and it's really a bad idea to try and use the same instance of WSUS that ConfigMgr is using to deploy updates directly from WSUS.  So you end up having to maintain Software Updates in two places: ConfigMgr and standalone WSUS. 
    Lastly - do people always build images from scratch or do they feed the output wim back into the next build process and just add the changes required
    (like software updates)?
    I recommend doing a clean build and capture every time, whether ConfigMgr or MDT.  If you have a solid Task Sequence developed and a consistent revisioning process in place, it's just a matter of firing up a VM and kicking off the TS, then importing
    the captured WIM into ConfigMgr, distributing and testing.
    Hope that answers your questions!

  • Building an active PHP page in DW

    I have 6 months DW experience, and plenty of database
    experience, but not really much WEB database
    experience. I was wondering how difficult of project it would
    be to convert my small store to a PHP
    database-driven/active site, with the following constraints:
    - less than 100 products
    - one image field (url reference)
    - one PayPal button per product (PayPal code from their
    website) - can I imbed this HTML into a PHP database field?
    I can define the database records; create the PayPal buttons,
    and set DW up to link to the database, I'm pretty sure.
    Designing a page to "actively" build content by searching the
    database against certain criteria, I get a little fuzzy on.
    I guess from non-Web experience, that just amounts to a
    database query and display, though, using PHP.
    Any pointers, suggestions, or tutorials would be appreciated,
    before I decide to dive into this.
    I'm wanting to convert www.pulversbriar.com from a
    static/HTML site, into a more interesting and flexible
    dynamic site, as the inventory levels grow.
    thanks
    steve

    sbell2200 wrote:
    > I was wondering how difficult of project it would be to
    convert
    > my small store to a PHP
    > database-driven/active site, with the following
    constraints:
    >
    > - less than 100 products
    > - one image field (url reference)
    > - one PayPal button per product (PayPal code from their
    website) - can I imbed
    > this HTML into a PHP database field?
    It sounds a very simple project. I don't know how PayPal
    buttons work,
    but storing the code for a related product and incorporating
    it directly
    into the HTML is a trivial task with PHP. However, don't
    store any
    images in the database. That gets messy, and is more
    complicated to code.
    > Designing a page to "actively" build content by
    searching the database against
    > certain criteria, I get a little fuzzy on.
    > I guess from non-Web experience, that just amounts to a
    database query and
    > display, though, using PHP.
    Precisely.
    > Any pointers, suggestions, or tutorials would be
    appreciated, before I decide
    > to dive into this.
    If you are new to working with PHP and Dreamweaver, you might
    find it
    helpful to take a look at my book "Foundation PHP for
    Dreamweaver 8". It
    covers all the points you raise. More details on my site:
    http://foundationphp.com/dreamweaver8/
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Can I build in then build out before building in next bullet?

    I cannot figure out how to build in a bullet then build out said bullet before adding next bullet.

    This requires a separate text box for each line of text:
    add a text box to the slide
    enter the text for the first box
    add the in and out builds to the box
    duplicate the boxes for the required lines of text so the builds are the same as the first box
    add the text to the duplicated boxes

  • Trying to use "Building your first PHP-Based Web Application"

    I am trying to follow the tutorial that comes with Flash Builder 4.5 for PHP. At step 2, the instructions say:
    "In Flash Builder 4.5 for PHP, use the wizard called TestDrive . . ."
    I do not know where to find this wizard. It is not mentioned anywhere else in the tutorial. It is not in any of the downloadable files that I can find through searching. Is this an external file? Is it an indication that the previous installation of Zend or the import of the database didn't go as it should have?
    In trying to further follow the tutorial, the screen shots show an option to "Create project on local server," but I don't have this option when I create a new project for "Flex and PHP." I am on a Mac and the screen shot is for a PC. Is this the issue? Or is it because I can't find the wizard called "TestDrive"? Or some other reason?
    Any help would be greatly appreciated.

    I spoke to the document author at Zend who has updated the tutorial to correct the problem.  Please try this again and let us know if there are any remaining challenges.
    Thank you!
    Michael
    Zend Technologies

  • BDBXML and PHP

    Hello, I'm really new to db xml and I've got a problem for the installation of the "php_db4 extensions". I'm unable to fix the error that is returned with the make command :
    [root@localhost /]# cd /root/tmp
    [root@localhost tmp]# tar xvzf dbxml-2.3.10.tar.gz
    #building dbxml - ok
    [root@localhost tmp]# cd dbxml-2.3.10
    [root@localhost dbxml-2.3.10]# sh buildall.sh --prefix=/usr/local/dbxml-2.3.10
    #building php_db4 extensions - KO
    [root@localhost dbxml-2.3.10]# cd db-4.5.20/php_db4
    [root@localhost php_db4]# /usr/local/php5/bin/phpize
    [root@localhost php_db4]# ./configure with-db4=/usr/local/dbxml-2.3.10/db-4.5.20 with-php-config=/usr/local/php5/bin/php-config
    [root@localhost php_db4]# make
    /bin/sh /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/libtool --mode=compile g++
    -I. -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4 -DPHP_ATOM_INC
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/include
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/main
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4 -I/usr/local/php5/include/php
    -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM
    -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext
    -I/usr/local/php5/include/php/ext/date/lib -I/usr/include/db4 -DHAVE_CONFIG_H
    -g -O2 -c /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp -o db4.lo
    mkdir .libs
    g++ -I. -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4 -DPHP_ATOM_INC
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/include
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/main
    -I/root/tmp/dbxml-2.3.10/db-4.5.20/php_db4 -I/usr/local/php5/include/php
    -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM
    -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext
    -I/usr/local/php5/include/php/ext/date/lib -I/usr/include/db4 -DHAVE_CONFIG_H
    -g -O2 -c /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp -fPIC -DPIC -o
    .libs/db4.o
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp: In function `int
    zm_startup_db4(int, int)':
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:420: error: `DB_MULTIVERSION' was not declared in this scope
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:421: error: `DB_TXN_SNAPSHOT' was not declared in this scope
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:429: error: `DB_READ_UNCOMMITTED' was not declared in this scope
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:430: error: `DB_READ_COMMITTED' was not declared in this scope
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp: In function `void wrapdb_txn_set_name(int, zval*, zval**, zval*, int)':
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1127: error: 'struct __db_txn' has no member named 'set_name'
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp: In function `void wrapdb_txn_get_name(int, zval*, zval**, zval*, int)':
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1145: error: 'struct __db_txn' has no member named 'get_name'
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp: In function `void wrapdb_stat(int, zval*, zval**, zval*, int)':
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1432: error: invalid conversion from `void*' to `u_int32_t'
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1432: error: too many arguments to function
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1459: error: invalid conversion from `void*' to `u_int32_t'
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1459: error: too many arguments to function
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1488: error: invalid conversion from `void*' to `u_int32_t'
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1488: error: too many arguments to function
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp: In function `void wrapnew_DbEnv(int, zval*, zval**, zval*, int)':
    /root/tmp/dbxml-2.3.10/db-4.5.20/php_db4/db4.cpp:1897: error: invalid conversion from `void (*)(const DB_ENV*, const char*, const char*)' to `void (*)(const char*, char*)'
    make: *** [db4.lo] Erreur 1
    [root@localhost php_db4]#
    Did I forgot a step ? I've been working a long time on this, impossible to fix it. I'd appreciate any help. Thanks for your answers.

    Hi,
    You used this line:
    ./configure --with-db4=/usr/local/dbxml-2.3.10/db-4.5.20
    It should read:
    ./configure --with-db4=/usr/local/dbxml-2.3.10/install
    --with-db4 needs to point to an installation of Berkeley DB rather than the source code.
    Regards,
    George

  • About building Apache and PHP from source

    Hello,
    I figured my question should be posted here, if it should be done somewhere else, I apologize.
    I'm in the process of exploring solaris 9 (I have RH5 - 9, FC1-3 and FreeBSD 4.7> experience). I was wondering which tools I need to build stuff from source, like Apache and PHP. I am aware of www.sunfreeware.com, which helped me out with mc and other useful stuff.
    The problem I see is that when I install packages from sunfreeware.com, I must rely on the package maintainer to release a new package for newer Apache/PHP versions (with bug/security fixes in it). I plan to run a public webserver on this config, so I figured it'd be best to build what I need from the source so I can update it anytime I like.
    What I installed from sunfreeware.com:
    autconf
    automake
    gcc
    make
    bison
    expect
    mc
    libiconv
    ncurses
    flex
    What else do I need to successfully build software from the source?
    Are there any people running a public web/dns/mailserver on Solaris (whatever the version)?
    If someone could answer to those questions, I'd be most grateful.
    Bas

    Have you installed the companion CD? All you need is there.
    Have you tried to compile?
    If so, what errors do you get?

  • Flash Builder 4 and PHP  Data/Services for beginners

    Hello,
    I'm new here, so I do not know if I posted my doubts in the right place.
    without much la la la go straight to the point.
    I am developing an application in flex / mysql / php / zend DataWizard and used the flex to create the data service.
    populei my dropdown with the desired data (cities) and populei my datagrid with their respective data (customer master), so far so good. That's when I came across a difficulty which already makes two weeks and try to solve anything. the little knowledge I have in programming know it's something silly, but I can not solve.
    Difficulty: I select a city in my dropdown and display all my customers registered in the same city in my datagrid. simple! I found some tutorials on the net talking about it, did exactly what her boss but unfortunately got no success (not populates the datagrid), may be doing algor be unable to realize. so it follows my code so they can help me. grateful!!
    FLEX CODE
    / / Populating DropDownList City
    protected function ddl_cidade_cadastro_solutions_creationCompleteHandler(event:FlexEvent):void
    getAllMunicipioResult.token = municipioService.getAllMunicipio();
    //Populating DataGrid
    protected function ddl_cidade_cadastro_solutions_changeHandler(event:IndexChangeEvent):void
    txt_recebe_cidade.text = ddl_cidade_cadastro_solutions.selectedItem.Cidade_PJ;
    getAllEmpresasResult.token = empresasService.getAllEmpresas(ddl_cidade_cadastro_solutions.selectedItem.Cidade_PJ);
    PHP CODE
    public function getAllEmpresas($q) {
    $stmt = mysqli_prepare($this->connection, "SELECT * FROM $this->tablename WHERE 'Cod_Cidade_PJ' LIKE '%$q%'");
    $this->throwExceptionOnError();
    mysqli_stmt_execute($stmt);
    $this->throwExceptionOnError();
    $rows = array();
    mysqli_stmt_bind_result($stmt, $row->Codigo, $row->CGC, $row->CEmpresa, $row->NomeFantasia, $row->RazaoSocial, $row->Endereco_PJ, $row->Bairro_PJ, $row->CEP_PJ, $row->Cod_Cidade_PJ, $row->Cidade_PJ, $row->Estado_PJ, $row->TelefoneDDD_PJ, $row->Telefone_PJ, $row->FaxDDD_PJ, $row->Fax_PJ, $row->Email_PJ, $row->RecEmail_PJ, $row->HomePage_PJ, $row->NumFunc, $row->CodPorte, $row->Porte, $row->CodRegiao, $row->Regiao, $row->CodCNAE, $row->CNAE, $row->Produto, $row->ExportaPais, $row->IndustriaSN, $row->AnuncianteSN, $row->RowNumber, $row->negrito);
    while (mysqli_stmt_fetch($stmt)) {
    $rows[] = $row;
    $row = new stdClass();
    mysqli_stmt_bind_result($stmt, $row->Codigo, $row->CGC, $row->CEmpresa, $row->NomeFantasia, $row->RazaoSocial, $row->Endereco_PJ, $row->Bairro_PJ, $row->CEP_PJ, $row->Cod_Cidade_PJ, $row->Cidade_PJ, $row->Estado_PJ, $row->TelefoneDDD_PJ, $row->Telefone_PJ, $row->FaxDDD_PJ, $row->Fax_PJ, $row->Email_PJ, $row->RecEmail_PJ, $row->HomePage_PJ, $row->NumFunc, $row->CodPorte, $row->Porte, $row->CodRegiao, $row->Regiao, $row->CodCNAE, $row->CNAE, $row->Produto, $row->ExportaPais, $row->IndustriaSN, $row->AnuncianteSN, $row->RowNumber, $row->negrito);
    mysqli_stmt_free_result($stmt);
    mysqli_close($this->connection);
    return $rows;

    Hi,
    The first issue will be the pathing differences between wamp/mamp/xampp, some use www as root others htdoc you need to setup the php services on your local machine rather than importing a project.
    The created services will have a connection array declared at the top of the code that points to the mysql server, in the project default debug folder you will have the config file that has the zend and webserver path
    top of service file
    ============
    var $username = "root";
    var $password = "";
    var $server = "localhost";
    var $port = "3306";
    var $databasename = "zend";
    var $tablename = "clients";
    var $connection;
    amfconfig.ini
    =========
    [zend]
    ;set the absolute location path of webroot directory, example:
    ;Windows: C:\apache\www
    ;MAC/UNIX: /user/apache/www
    webroot =C:/wamp/www
    ;set the absolute location path of zend installation directory, example:
    ;Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
    ;zend_path =
    [zendamf]
    amf.production = false
    amf.directories[]=Zender-debug/services
    In your main project folder you have a .model folder the file there is an *.fml file that contains your channel endpoints etc.
    David.

  • 970 Gaming, Help! New build, fine then nothing?

    Hi guys,
    Would appreciate any suggestions here,
    Put together my new build 2 days ago,
    It consists of :-
    MSI 970 Gaming Mobo
    AMD FX 6300 3.5Ghz 6 Core
    2 x 8Gb Hyper-X Fury DDR3 1866mhz
    1 x Nvidia GTX 750
    1 x 120gb SanDisk SSD
    All went together beautifully, no issues.
    Powered it up and installed Win7, installed supplied mobo drivers and let Windows do it's thing, collecting updates.
    Next day I came home, powered up and enjoyed 6 hours flawless performance, powered down to find Windows had a further 221 updates to install, left it to it.
    Come home today, power up, starts to configure Windows updates, I walk away, return 10 minutes later to a blank screen, power LED flashing so I think it must be hibernating, attempt to wake, no response from controls, USB mouse still lit, strange.
    Reset button is unresponsive, as is holding the power button down, have to turn off at PSU.
    It will now power up at the button, but will not allow me to reset or force power down from front panel, I get no display at all from power up, monitors display no signal.
    So far I've :-
    Reseated the GPU, Ram, Eventually the CPU aswell.
    Checked all power connections,
    Reset the CMOS,
    left PSU unplugged and CMOS battery out,
    threatened it with a hammer.
    Visually all components are fine. No beeps for errors due to no speaker.
    Any help/suggestions would be MUCH appreciated,
    Thanks!

    Cheers for the replies guys,
    Running with a 600w fractal design PSU,
    3.3v 24a, 5v 20a, 12v1 30a, 12v2 22a, -12v 0.3a, 5vsb 3a.
    I have also : -
    Jumped the JFP1 power pins but knew it was beyond this anyway,
    Tried booting without the GFX card and various configurations of the ram, 1 stick, various slots, no sticks etc.
    Still getting no response from jumping the power on the MB now, but jumping the 20pin PSU signal cable brings the PSU to life and drives fans and lights.
    About to remove mobo from case and try the non conductive test but don't have much hope.
    Am I looking as a faulty mobo? Or could CPU be a culprit?
    Thanks guys

  • Tutorial: Flash Builder 4 beta 2 and PHP Data/Services for beginners

    Hi fellas,
    I've written this tutorial for total beginners to get quickly to FB4 and PHP. Comments welcome
    Flash Builder 4 and PHP Data/Services for beginners
    http://www.flashrealtime.com/flash-builder-4-and-php-data-services/

    Hi,
    The first issue will be the pathing differences between wamp/mamp/xampp, some use www as root others htdoc you need to setup the php services on your local machine rather than importing a project.
    The created services will have a connection array declared at the top of the code that points to the mysql server, in the project default debug folder you will have the config file that has the zend and webserver path
    top of service file
    ============
    var $username = "root";
    var $password = "";
    var $server = "localhost";
    var $port = "3306";
    var $databasename = "zend";
    var $tablename = "clients";
    var $connection;
    amfconfig.ini
    =========
    [zend]
    ;set the absolute location path of webroot directory, example:
    ;Windows: C:\apache\www
    ;MAC/UNIX: /user/apache/www
    webroot =C:/wamp/www
    ;set the absolute location path of zend installation directory, example:
    ;Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
    ;zend_path =
    [zendamf]
    amf.production = false
    amf.directories[]=Zender-debug/services
    In your main project folder you have a .model folder the file there is an *.fml file that contains your channel endpoints etc.
    David.

Maybe you are looking for