Writabale issues.

Issue #9 wontfix
Former user created an issue

Originally reported on Google Code with ID 9 ``` ------------------------------------------------------------------- The database, '', does not exist and cannot be created because the containing directory, '', is not writable. The application is unusable until you make it writable. -------------------------------------------------------------------- I`m getting this error when trying to create a table etc. in the same folder i have another sqlite 2 db which is operated by sqladmin.php ( another sql admin ) and this one works fine, but this one doesn’t have the option to alter table , and phpLiteAdmin has , which is very useful.

The database1.sqlite is created by the phpLiteAdmin.php before triggering the error. I`m using it on a local pc.

```

Reported by `solfuneral` on 2011-04-14 00:57:04

Comments (4)

  1. Former user Account Deleted

    ``` Can you please copy and paste your configuration options here? (Just the database paths, no password, of course). ```

    Reported by `ian.aldrighetti` on 2011-04-14 02:02:25

  2. Former user Account Deleted

    ``` This is the default conf. $databases = array ( array ( "path"=> "database1.sqlite", path to database file on server relative to phpliteadmin.php (this file you are editing) "name"=> "Database 1" name of database to appear in application ), array ( "path"=> "database2.sqlite", "name"=> "Database 2" ) );

    And the db is in the same folder as phpliteadmin. And another error that i`m geting is .

    Fatal PHP Error: Floating point division by zero

    ```

    Reported by `solfuneral` on 2011-04-14 02:49:20

  3. Former user Account Deleted

    ``` Sorry , must be from my php conf or somthing , testit it with WAMPSERVER and work perfectly. Grate Job ```

    Reported by `solfuneral` on 2011-04-14 03:02:21

  4. Former user Account Deleted

    ``` Alrighty then... If the issue occurs again and seems to be caused by something else, feel free to make a new issue.

    Either way, thanks for taking time to report an issue. ```

    Reported by `ian.aldrighetti` on 2011-04-14 04:16:38 - Status changed: `WontFix`

  5. Log in to comment