Subject | Re: Zend Framework |
---|---|
Author | p51b.mustang |
Post date | 2012-05-01T09:05:01Z |
Hi Lester,
Spoke too soon install worked OK, exec your script etc. but as soon as I logged on there was an update of the database request basically stating the database was out of date. The update script looked like one of yours as it was in firebird format and not mysql so I let it run which was successful but immediately received, and still receive,
[01-May-2012 08:50:27] PHP Fatal error: Call to undefined method Piwik_Config::setConfigSection() in E:\Apache2.2\htdocs\piwik-firebird\core\Updates\0.5.4.php on line 53
[01-May-2012 08:50:27] PHP Stack trace:
[01-May-2012 08:50:27] PHP 1. {main}() E:\Apache2.2\htdocs\piwik-firebird\index.php:0
[01-May-2012 08:50:27] PHP 2. Piwik_FrontController->dispatch() E:\Apache2.2\htdocs\piwik-firebird\index.php:53
[01-May-2012 08:50:27] PHP 3. call_user_func_array() E:\Apache2.2\htdocs\piwik-firebird\core\FrontController.php:138
[01-May-2012 08:50:27] PHP 4. Piwik_CoreUpdater_Controller->index() E:\Apache2.2\htdocs\piwik-firebird\core\FrontController.php:138
[01-May-2012 08:50:27] PHP 5. Piwik_CoreUpdater_Controller->runUpdaterAndExit() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:228
[01-May-2012 08:50:27] PHP 6. Piwik_CoreUpdater_Controller->doExecuteUpdates() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:261
[01-May-2012 08:50:27] PHP 7. Piwik_CoreUpdater_Controller->loadAndExecuteUpdateFiles() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:338
[01-May-2012 08:50:27] PHP 8. Piwik_Updater->update() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:357
[01-May-2012 08:50:27] PHP 9. call_user_func() E:\Apache2.2\htdocs\piwik-firebird\core\Updater.php:158
[01-May-2012 08:50:27] PHP 10. Piwik_Updates_0_5_4::update() E:\Apache2.2\htdocs\piwik-firebird\core\Updater.php:158
So before I roll up my sleeves, I thought I may check with you just in case your well aware of the issue.
Regards
David
Spoke too soon install worked OK, exec your script etc. but as soon as I logged on there was an update of the database request basically stating the database was out of date. The update script looked like one of yours as it was in firebird format and not mysql so I let it run which was successful but immediately received, and still receive,
[01-May-2012 08:50:27] PHP Fatal error: Call to undefined method Piwik_Config::setConfigSection() in E:\Apache2.2\htdocs\piwik-firebird\core\Updates\0.5.4.php on line 53
[01-May-2012 08:50:27] PHP Stack trace:
[01-May-2012 08:50:27] PHP 1. {main}() E:\Apache2.2\htdocs\piwik-firebird\index.php:0
[01-May-2012 08:50:27] PHP 2. Piwik_FrontController->dispatch() E:\Apache2.2\htdocs\piwik-firebird\index.php:53
[01-May-2012 08:50:27] PHP 3. call_user_func_array() E:\Apache2.2\htdocs\piwik-firebird\core\FrontController.php:138
[01-May-2012 08:50:27] PHP 4. Piwik_CoreUpdater_Controller->index() E:\Apache2.2\htdocs\piwik-firebird\core\FrontController.php:138
[01-May-2012 08:50:27] PHP 5. Piwik_CoreUpdater_Controller->runUpdaterAndExit() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:228
[01-May-2012 08:50:27] PHP 6. Piwik_CoreUpdater_Controller->doExecuteUpdates() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:261
[01-May-2012 08:50:27] PHP 7. Piwik_CoreUpdater_Controller->loadAndExecuteUpdateFiles() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:338
[01-May-2012 08:50:27] PHP 8. Piwik_Updater->update() E:\Apache2.2\htdocs\piwik-firebird\plugins\CoreUpdater\Controller.php:357
[01-May-2012 08:50:27] PHP 9. call_user_func() E:\Apache2.2\htdocs\piwik-firebird\core\Updater.php:158
[01-May-2012 08:50:27] PHP 10. Piwik_Updates_0_5_4::update() E:\Apache2.2\htdocs\piwik-firebird\core\Updater.php:158
So before I roll up my sleeves, I thought I may check with you just in case your well aware of the issue.
Regards
David
--- In firebird-php@yahoogroups.com, Lester Caine <lester@...> wrote:
>
> p51b.mustang wrote:
> > Hi Lester,
> > Long time since I spoke to you regarding this; I had to rewrite one of my apps for a customer in Zend and Firebird 2.5 which was fairly urgent [well the customer thought so:-) ].
> > Do you have a zip copy of your current Piwik for firebird? The last copy I have is February and when I went to generate data it started to fall apart so I thought I would bother you:-) for a more recent version and start over.
>
> http://lsces.co.uk/hg/piwik/
>
> http://lsces.co.uk/hg/piwik/archive/tip.tar.bz2 for a zip of the current 'head'
>
> It has been updated with the latest piwik code, but it still needs 'help' when
> creating a new database. It may be worth me running a clean backup of the one
> I'm running here. I've got some 20 sites being tracked currently and have piwik
> on two machines working back into a single database. Planning on adding two more
> machines next month.
>
> I THINK
> http://lsces.co.uk/hg/piwik/file/4d63283a8cc8/core/Db/Schema/firebird_ddl.sql is
> up to date. All I did when running the original install was to create a blank
> database, allow piwik's installed to build the tables, but then replace that
> with the schema script to add the missing generators and triggers ;) ... but
> I've not tested it since Feb, so just shout if anything pops up.
>
> --
> Lester Caine - G8HFL
> -----------------------------
> Contact - http://lsces.co.uk/wiki/?page=contact
> L.S.Caine Electronic Services - http://lsces.co.uk
> EnquirySolve - http://enquirysolve.com/
> Model Engineers Digital Workshop - http://medw.co.uk//
> Firebird - http://www.firebirdsql.org/index.php
>