After Error page, cannot go back to main page

Issue #259 resolved
Former user created an issue

Originally reported on Google Code with ID 259

What steps will reproduce the problem?
1. I clicked on a Sqlite v3 database
2. Was taken to error page
3. How to go back ?

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system? Which
Database Extension (PDO/SQLiteDatabase/SQLiteDatabase3 - see Database
structure-tab in phpLiteAdmin)?


Please provide any additional information below.

Reported by color.press.india on 2014-10-12 06:10:48

<hr> * Attachment: Untitled.png<br>Untitled.png

Comments (7)

  1. Christopher Kramer
    Yes, this is currently not possible (but should be).
    Workaround is to close and reopen your browser. Or move the sqlite3 file out of the
    phpLiteAdmin folder.
    Or of course install some sqlite3 driver ;)
    
    But we should place some "back"-link there.
    

    Reported by crazy4chrissi on 2014-10-12 16:18:17 - Status changed: Accepted

  2. Former user Account Deleted
    Sir,
    How do I add sqlite3 drivers to my old version of PHP 5.2.4
    Which actually is a part of xampp 1.6.4
    
    My internet pack and speed is not good enough to download
    a new version of xampp or PHP
    
    I just want the dll's and the necessary settings
    
    Can I have multiple dll entries in php.ini ?
    
    TIA
    

    Reported by color.press.india on 2014-10-14 03:48:35

  3. Christopher Kramer
    Go to C:\xampp\php\ext. Is there a php_pdo_sqlite.dll? Or a php_sqlite3.dll?
    
    If yes, then open your php.ini file (usually C:\xampp\php\php.ini).
    Search for
    
    ;extension=php_pdo_sqlite.dll
    or
    ;extension=php_sqlite3.dll
    (depending on which file you found)
    
    and remove the ; at the beginning. Restart Apache using the xampp control panel (or
    just restart windows).
    
    If none of the two dlls is in there, let me know, I will look if I can find a link
    for your php version.
    

    Reported by crazy4chrissi on 2014-10-14 08:42:53

  4. Former user Account Deleted
    the php_pdo_sqlite.dll? Or a php_sqlite3.dll
    are not there
    where can i download them safely
    without virus problems ?
    

    Reported by color.press.india on 2014-10-18 14:29:01

  5. Christopher Kramer
    Sqlite3 is part of php since PHP 5.3.0. So there are only php_sqlite3.dll files in PHP
    5.3 releases. I am not sure if it works to plug the php_sqlite3.dll from PHP 5.3 into
    5.2.4, but if you want to try it: Download for example http://windows.php.net/downloads/releases/php-5.4.34-Win32-VC9-x86.zip
    and grab the php_sqlite3.dll from the "ext" folder in there.
    But you should really consider switching to a newer PHP version...
    

    Reported by crazy4chrissi on 2014-10-18 19:15:39

  6. phpLiteAdmin repo owner

    Fixed issue #259 (After Error page, cannot go back to main page). The DB select box is now below the error message so it is possible to switch to another database which is of a supported type.

    → <<cset 912d421174fc>>

  7. Log in to comment