Import_full.php script error - Undefined variable: timestore_adminkey??

Hi Guys,

Hoping someone can help me out here? I have finally got around to installing a local emoncms server. I am trying to migrate data from my emoncms.org to my local instance. I tested it with the import_inputs.php and it worked without any issues. However, I cannot get the import_full.php script to work. It shows the following error:

root@debian:~/usefulscripts/archive/replication# php import_full.php
PHP Warning:  Module 'dio' already loaded in Unknown on line 0
PHP Notice:  Undefined variable: timestore_adminkey in /root/usefulscripts/archive/replication/import_full.php on line 15

Notice: Undefined variable: timestore_adminkey in /root/usefulscripts/archive/replication/import_full.php on line 15
PHP Fatal error:  Class 'EmonLogger' not found in /var/www/emoncms/Modules/feed/feed_model.php on line 33

Fatal error: Class 'EmonLogger' not found in /var/www/emoncms/Modules/feed/feed_model.php on line 33

I see similar issues on the forum but nothing that pinpoints what the problem maybe. It appears I do not have timestore installed or running and cannot locate the The timestore admin key. Is someone able to suggest what i am missing??

cheers,

Heath