It's me once again with another problem with filestore. As i said earlier I have drupal 4.3.1 and filestore 4.3.0 I also have prefix for all my tables (including tables of filestore): "drupal_" which also specified in conf.php by the instruction "$db_prefix = "drupal_";"
And now i have the problem with this prefix. Uploading the files works pretty smooth, but when i try to edit (administer) files above the editing page i get the following message:
user error: Table 'dbid.fstore_upload' doesn't exist
query: DELETE FROM fstore_upload WHERE timestamp < '1072249496' in /home/dbid/my.site.com/www/includes/database.mysql.inc on line 90.
user error: Table 'dbid.fstore_upload' doesn't exist
query: INSERT INTO fstore_upload (timestamp, filename, filetype, filedata, filesize) VALUES ('1072335896', 'vp_fo_zad_1_0.zip', 'application/x-zip-compressed', here comes a very long string of meaningles characters in /home/dbid/my.site.com/www/includes/database.mysql.inc on line 90.
user error: Table dbid.fstore_upload' doesn't exist
query: SELECT upid FROM fstore_upload WHERE timestamp = '1072335896' ORDER BY upid DESC LIMIT 1 in /home/dbid/my.site.com/www/includes/database.mysql.inc on line 90.
So as i can see the script is trying to work with fstore_upload table instead of drupal_fstore_upload table which i have actually. And the fact that the prefix is stated at the conf.php doesn't help!