CANNOT USE TERAWURFL

nexgenrecs
14 years, 3 months ago
I am asked to help other people but yet no response to my own issue??
dryabov
14 years, 3 months ago
nexgenrecs wrote:
Now can someone help and tell me why when I hit the "Standard Version" at the bottom of my page it launches to localhost/mydomain.com instead of my regular site homepage?


Hmm. Check the parameter 'desktop_url' in administrator/components/com_mobilejoomla/config.php (it should contain your site url in the form 'yourdomain/').
nexgenrecs
14 years, 3 months ago
Thanks Denis - I'll all done working perfectly now. It was a process but I learned a lot.

Now please let me donate for such a wonderful plugin/component.

Actually one more thing. Am I able to remove the footer for the smartphone template? The iPhone template is pretty straightforward but the other templates don't seem to have the option.

Cheers,
Dan.
dryabov
14 years, 3 months ago
nexgenrecs wrote:
Actually one more thing. Am I able to remove the footer for the smartphone template? The iPhone template is pretty straightforward but the other templates don't seem to have the option.

Try to remove <div id="footer">...</div> block from mobile_pda template.
nexgenrecs
14 years, 3 months ago
That didn't work as it removed the mobile to standard switching capability. I had to do a hack provided by someone else in the forum..

Many, many thanks Denis, but I'm very curious as why you've ignored my attempt to make a donation on several occasions? Are you really just a good samaritan?

Cheers,
Dan
www.nexgenrecs.com
dryabov
14 years, 3 months ago
nexgenrecs wrote:
That didn't work as it removed the mobile to standard switching capability. I had to do a hack provided by someone else in the forum..


It's not a problem to publish switcher module in another position.
mobilejoomlaspam
14 years, 3 months ago
HI ,

i get same and cant figure it out - mysql is enabled on server..

Fatal error: Class 'mysqli' not found in /home/xxxx/public_html/plugins/mobile/terawurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php on line 491

Help guys!
dryabov
14 years, 3 months ago
mobilejoomlaspam, most likely you use PHP4 or mysqli extension (mysqli.so/php_mysqli.dll) isn't enabled in your php.ini file.
mobilejoomlaspam
14 years, 3 months ago
Hi , im using PHP 5 ( 5.3.2 ) and here is extract from php ini:

extension = "pdo.so"
extension = "pdo_sqlite.so"
extension = "sqlite.so"
extension = "pdo_mysql.so"
extension= "pdo_mysqli.so"

Any ideas ?
dryabov
14 years, 3 months ago
Idea is to add
extension = "mysqli.so"
1 3

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.