I get the time out error as well, but everything seems to work ok. The problem is, that No terawurfl tables are created in the database, and I can't find any in the package to import manually. Problem occurs when I set it to rescale images. Can anyone help?
hi, i had the same problem, so i find a solution:
when installing the kuneri package, you got a error message about :
"downloading www.mobilejoomla.com/tera_dump_094.sql"
you must download manualy this .sql file (23Mo)
you must open it in notepad++, and replace all '#__ ' (2 underscores) by 'jos_' (1 underscore)
you must now import the new .sql file into your database but phpmyadmin limit the import file to 2Mo max,
then, you must import it by commande line like this:
open a shell in your binary folder (localhost exemple: C:wampbinmysqlmysql5.0.51abin)
put your tera_dump_094.sql in this folder by copy/past
and write this commande line in your console:
>mysql -D yourbddname -u root -p < tera_dump_094.sql
(root is my login)
you can see now the new data in your BDD (Terawurfl)
and now, the kuneri package is ready to run !
hope it helped you
Kerti
when installing the kuneri package, you got a error message about :
"downloading www.mobilejoomla.com/tera_dump_094.sql"
you must download manualy this .sql file (23Mo)
you must open it in notepad++, and replace all '#__ ' (2 underscores) by 'jos_' (1 underscore)
you must now import the new .sql file into your database but phpmyadmin limit the import file to 2Mo max,
then, you must import it by commande line like this:
open a shell in your binary folder (localhost exemple: C:wampbinmysqlmysql5.0.51abin)
put your tera_dump_094.sql in this folder by copy/past
and write this commande line in your console:
>mysql -D yourbddname -u root -p < tera_dump_094.sql
(root is my login)
you can see now the new data in your BDD (Terawurfl)
and now, the kuneri package is ready to run !
hope it helped you
Kerti
In MJ 0.9.5 there is a possibility to predownload the file mobilejoomla.com/tera_dump_095.sql, put it into your site root directory, and rename it to tera_dump.sql. The MJ installation procedure will use this file in the case of problems with unpacking original bzip2-file.
with 0.9.5, there is exactly the same problem and the same solution.
nop sorry it's fonctionning. you true
but nobody can find that else by read the forum
but nobody can find that else by read the forum
I cann't download file tera_dump.sql
After setup - ok put message:
----------------------
Warnings:Error downloading www.mobilejoomla.com/tera_dump.sqlTeraWURFL will be disabled.
Mobile Joomla 0.9.11Mobile Joomla! is the best way to mobilize your Joomla! site, displaying beautifully on iPhone, Android, Blackberry, Nokia and all other phones.
(C) Copyright 2008-2011 by Kuneri Ltd.
Mobile Joomla! 0.9.11 is successfully installed.
----------------------
why? and how i can get this sql if this need? Thank you.
After setup - ok put message:
----------------------
Warnings:Error downloading www.mobilejoomla.com/tera_dump.sqlTeraWURFL will be disabled.
Mobile Joomla 0.9.11Mobile Joomla! is the best way to mobilize your Joomla! site, displaying beautifully on iPhone, Android, Blackberry, Nokia and all other phones.
(C) Copyright 2008-2011 by Kuneri Ltd.
Mobile Joomla! 0.9.11 is successfully installed.
----------------------
why? and how i can get this sql if this need? Thank you.
You can download www.mobilejoomla.com/tera_dump.sql (~25Mb) and put it to the site root. Then reinstall MobileJoomla and it will use this file. More info you can found in our Docs/FAQ.
after success with the installation, is it ok to delete the "tera_dump.sql" file on my site root?
I can't download this file - page 404 (Not Found Error)
neither did i. I use the one that included on the component package. Extract it and use its sql file. )