You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Czukowski (Jira)" <ji...@apache.org> on 2020/04/21 13:57:00 UTC

[jira] [Created] (NETBEANS-4205) Sample PHP app 'TODO List' fails to initialize SQLite database

Czukowski created NETBEANS-4205:
-----------------------------------

             Summary: Sample PHP app 'TODO List' fails to initialize SQLite database
                 Key: NETBEANS-4205
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4205
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 12.0
         Environment: Windows 10, PHP 7.4
PHP extensions enabled: sqlite3, pdo_sqlite (among other)
            Reporter: Czukowski


Not an issue with the IDE, but with the sample content provided with it.

Following the [Create TodoList Sample|https://netbeans-vm.apache.org/synergy/client/app/#/suite/1539/v/1] Test case in Synergy, when running the application, a database file {{db.sqlite}} is initialized with zero length.

Browsing pages involving TODO lists displays error page with the following content:
{quote}*SERVER ERROR*
 Internal server error occured.
 More information (should be hidden on production server):
 DB error [HY000, 1]: no such table: todo
{quote}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists