Hi MyDBR team,
I've installed using the wizard on Ubuntu. Everything installed correctly.
tools/troubleshoot reports
ionCube Loader OK
MySQL Support OK
Microsoft SQL Server / Sybase ASE / SQL Anywhere support not installed
ChartDirector support not installed
and I can see the MySql database and tables have all been created fine.
Initially I got these errors:
>>>Warning: Attempt to assign property of non-object in /usr/local/stopchoc/webroot/mydbr/lib/localization.php on line 110
>>>Warning: Cannot modify header information - headers already sent by (output started at /usr/local/stopchoc/webroot/mydbr/lib/localization.php:110) in /usr/local/stopchoc/webroot/mydbr/lib/utils.php on line 2930
and several similar ones, so in php.ini I put output_buffering = On and restarted apache
Now if I go to mydbr/login.php I get the Graphic and Continue to login button which when clicked goes to mydbr/index.php?a=login however no data is sent to the browser (blank page) and I get
Chrome says :- Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
Firefox:- The connection to the server was reset while the page was loading
If I go to mydbr/install/loader.php I get a page with a red header that says:
Before you can start using myDBR the ionCube loader needs to be installed on your server. myDBR is a compiled application that can only function with the ionCube loader installed
File causing this error message was: /mydbr/install/loader.php
You have ionCube loader installed. Version: 4.2.2. You may still want to check that you have the lastest version installed.
And the page /ioncube/loader-wizard.php says:
Loader Installed
The ionCube Loader version 4.2.2 for PHP 5.2 is already installed and encoded files should run without problems.
phpinfo says:
PHP Version 5.2.4-2ubuntu5.15
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.
Any ideas
Andrew