Spreadsheet not Saving Data

Hi,

I installed the dhtmlx Spreadsheet as described in the manual. there is also written that the Data typed in the Sheet is automatically saved, but in my installation this is not happening.

caba.de/phpBB3/cabainfo/exce … n/001.html

Could somebody help me?
Thank you in advance… :wink:

Greetings,

Dr.Sommer :wink:

Hi,
please, open file spreadsheet/codebase/php/data.php and modify it like here (one line is uncommented):

$conn = new GridCellConnector($res, $db_prefix);
$conn->enable_log();
$conn->render();

After that try to modify spreadsheet’s data. New file will appear in the same directory - sh_log.txt. Could you attach it?

Hi radyno… :wink:

I did the Changes:

… and made some Data inputs in the Table… but there is no “sh_log.txt” generated… ;(
Do i have to include or use “data.php” in some way?

Thank you very much for your support… :wink:

Hi,
please, try to update spreadsheet to v2.0 from here:
viewtopic.php?f=9&t=25236
Still doesn’t work?

Hi, i tried to update…
When i klick on update, there is no feedback… just a blank page…
if i use the reinstall form, then a Spreadsheet appear…
how do i know is the Reinstall/Uptate was successful?

i did a komplete reinstall with the V1.0 and again update/reinstall to V2.0

Still no saving of data, still no “sh_log.txt”… ;(

Hi,
could you pack spreadsheet installed files into zip-archive and attach ut here?
Please, don’t forget to attach your database dump.
It looks like there are some problems in database structure or database user don’t have permissions to insert data.

No problem, there it is… :slight_smile:

The DB User, copyed from phpmyadmin:

And thank you very much for helping… :wink:
sheet.zip (917 KB)

According your sql-dump tables are created in database ‘tabelledb’, but codebase/php/config.php has ‘sampledb’.
Please, try to configure database connection in codebase/php/config.php manually.

YESSSS!!! :smiley:
Thanks, radyno… that was the Problem… :wink:
So somehow the installation did not save the setup data… strange… :unamused:

So just to clear this one open question: How can i check, witch Version of the Spreadsheet is installed?
I have the feeling it is still V1.0… :confused:

Hi,

Maybe installation script didn’t had permissions to write file in config.php.

If there are buttons undo/redo at spreadsheet’s toolbar then you’re using v2.0, otherwise - 1.0

[b]ThX, Radyno… :wink:

I appreciate verry much your Help… :wink:

The above will be surely interessting for other Users with the same Problem…
I’ll adress the Install Problem in an extra Post… :mrgreen: [/b]