PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → PHP/MySQL site deployed, but not running
PHP/MySQL site deployed, but not running
Iniciado por Temi, jul., 05 2010 10:39 AM - 2 respostas
Publicado em julho, 05 2010 - 10:39 AM
I ran the WDeploy tool and got my local database exported and imported into the production server, but im getting this error:

Error running the index.php page.
The <QRY_Select_LastFiveDemands> query is not initialized.

This entire application is running fine on my local machine. Did I miss anything? Is there anyth else required for this to work? Thanks

See it here: http://ecobiz.antigravitysites.com/UK/
Publicado em julho, 09 2010 - 12:50 PM
I tried to build a sample page with a simple query. I runs and I don't have to run any initialisation before:

http://formeater.de/temp/DE/PAGE_Page1.php

Maybe the error text is misleading. Just a shoot in the dark. From the name of your query I would guess this is something with the last 5 records of a table. When I had a query with the BOTTOM statement I got an error from MySQL that it couldn't understand BOTTOM. Although I don't belive this has something to do with your problem.

Sorry, no more ideas so far.

Sebastian
Publicado em julho, 09 2010 - 7:36 PM
Another guess:

Try
HExecuteQuery(YourQuery)
TableDisplay(YourTable,taCurrentFirst)


Sebastian