Blank Page after installation

Hi,

after the installation of dhtmlxSpreadsheet I just see a blank page. Everything looks correct. The tables in the database is created. config.php is created and correct.

I think it has something to do with the webserver. Today I tested the script with another webserver and it worked without any problems.

It’s an Ubuntu 14.04 LTS Server, nginx/1.4.6, PHP-Version 5.5.9-1ubuntu4.7, ISPConfig 3

Any ideas? Who can help? May I can provide a FTP-Account for testing purpose.

Thank you very much.

Most probably it is caused by PHP version. You may try to adjust the PHP settings and disable DEPRECATED level error reporting.

I just checked the error log:

2015/04/17 18:04:52 [error] 61451#0: *2472 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Data driver is not found’ in /var/www/clients/client2/web3/web/codebase/php/grid_cell_connector.php:28
Stack trace:
#0 /var/www/clients/client2/web3/web/codebase/php/data.php(29): GridCellConnector->__construct(Object(mysqli), ‘’, ‘mysqli’)
#1 {main}
thrown in /var/www/clients/client2/web3/web/codebase/php/grid_cell_connector.php on line 28” while reading response header from upstream, client: 84.72.x.x, server: akku-reparatur.ch, request: “OPTIONS /codebase/php/data.php?sheet=1 HTTP/1.1”, upstream: “fastcgi://unix:/var/lib/php5-fpm/web3.sock:”, host: “akku-reparatur.ch”

2015/04/17 18:04:54 [error] 61451#0: *2486 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Data driver is not found’ in /var/www/clients/client2/web3/web/codebase/php/grid_cell_connector.php:28
Stack trace:
#0 /var/www/clients/client2/web3/web/codebase/php/data.php(29): GridCellConnector->__construct(Object(mysqli), ‘’, ‘mysqli’)
#1 {main}
thrown in /var/www/clients/client2/web3/web/codebase/php/grid_cell_connector.php on line 28” while reading response header from upstream, client: 84.72.x.x, server: akku-reparatur.ch, request: “OPTIONS /codebase/php/data.php?sheet=1 HTTP/1.1”, upstream: “fastcgi://unix:/var/lib/php5-fpm/web3.sock:”, host: “akku-reparatur.ch”

Hmmm :blush:

Oh… SQLite was not installed correctly. I fixed this error above…

Now there is no Error in the logs, but It’s still a blank page. :frowning:

Okay got a solution.

Simple Init still don’t works, but when is use this code:

[code]

.ssheet_cont { width: 700px; height: 450px; float: left; }
[/code]

It works… :question: :smiley: